I'm using Plus Revision 2.
I will create two different emulators:
1) As similar as possible to Habbo without custom content;
2) As similar as possibile to Habbo with custom content.
NOW WE HAVE A DISCORD CHANNEL, IF YOU WANT YOU CAN JOIN NOW: https://discord.gg/nQcerM
Hello anyone!
I'm Marko97 and I will present you a new project started with my friend and the co-CEO @xXSicilyXx .
This is SuperPlus Emulator based on Plus Emulator by Sledmore.
ACTUAL FIXES (UPDATED...
Please wait while I perform the analysis.
If I've found the solution I will public it in this thread.
Have a nice day!
IMPORTANT!
Change this packets:
TradingCompleteMessageComposer
TradingFinishMessageComposer
RoomNotificationMessageComposer
BubbleNotificationMessageComposer
with this IDs...
I'm not sure that is correct packet because I have the same problem. I need to watch the structure of packet in same SWF to ascertain it. I will send you a message if I have found the problem.
VERSION: PRODUCTION-201802201205-141713395
NB: This release contain packets for Helper Tool, Camera, Crafting Table, Ambassador and more!
Go to ServerPacketHeader.cs and replace all with:
Go to ClientPacketHeader.cs and replace all with:
Go to RSAKeys.cs and replace all with:
namespace...
NB: This release contain packets for Helper Tool, Camera, Crafting Table, Ambassador and more!
Go to ServerPacketHeader.cs and replace all with:
Go to ClientPacketHeader.cs and replace all with:
Go to RSAKeys.cs and replace all with:
namespace Plus.Communication.Encryption.Keys
{
public...
Hi someone,
I've a problem with my DCR. I'm using Plus Emulator with SWF's downloaded with Plus pack by Sledmore.
My DCR are very very slow to load elements, or stuck during load.
You can edit this query
dbClient.SetQuery("DELETE FROM `chatlogs` WHERE `room_id` = @RoomId");
with this:
dbClient.SetQuery("DELETE FROM `chatlogs` WHERE `room_id` = @RoomId LIMIT 50 ORDER BY `timestamp`");
For example, if you want delete only last 50 messages write LIMIT 50 else if you want...
1. Go to HabboHotel/Rooms/Chat/Commands/Administrator and create a new class called: EraseRoomChatlogCommand.cs and paste this:
using Plus.HabboHotel.GameClients;
using Plus.Database.Interfaces;
namespace Plus.HabboHotel.Rooms.Chat.Commands.Administrator
{
class EraseRoomChatlogCommand ...