[PLUS EMULATOR] Complete header list for PRODUCTION-201802201205-141713395

Marko97

M97 Project based Plus EMU
Aug 7, 2013
99
45
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:
Code:
namespace Plus.Communication.Encryption.Keys
{
   public class RSAKeys
   {
       public string N = "86851dd364d5c5cece3c883171cc6ddc5760779b992482bd1e20dd296888df91b33b936a7b93f06d29e8870f703a216257dec7c81de0058fea4cc5116f75e6efc4e9113513e45357dc3fd43d4efab5963ef178b78bd61e81a14c603b24c8bcce0a12230b320045498edc29282ff0603bc7b7dae8fc1b05b52b2f301a9dc783b7";
       public string D = "59ae13e243392e89ded305764bdd9e92e4eafa67bb6dac7e1415e8c645b0950bccd26246fd0d4af37145af5fa026c0ec3a94853013eaae5ff1888360f4f9449ee023762ec195dff3f30ca0b08b8c947e3859877b5d7dced5c8715c58b53740b84e11fbc71349a27c31745fcefeeea57cff291099205e230e0c7c27e8e1c0512b";
       public string E = "3";
   }
}

Download SWF:
LAST UPDATE: Added a lot of packets, for example Jukebox, Habbo Club, Room polls in date 2018/03/07
 
Last edited:

Txc

Member
Jan 26, 2017
84
45
Nice release, are the servernotificationmessagecomposer and bubblecomposer packets correct? I had a custom RoomNotificationComposer but it seems even reverting back to the old one I'm unable to utilize any command or function related to either packet. Even tried coding a separate bubble composer for the recode.
 

Marko97

M97 Project based Plus EMU
Aug 7, 2013
99
45
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.
 

Txc

Member
Jan 26, 2017
84
45
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.
I'll let you know if I end up fixing the problem as well. I appreciate it.
 

Marko97

M97 Project based Plus EMU
Aug 7, 2013
99
45
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:
Code:
TradingCompleteMessageComposer
TradingFinishMessageComposer
RoomNotificationMessageComposer
BubbleNotificationMessageComposer
with this IDs
Code:
public const int TradingCompleteMessageComposer = 2009;
public const int TradingFinishMessageComposer = 468;
public const int RoomNotificationMessageComposer = 1469;
public const int BubbleNotificationMessageComposer = 1469;
 
Last edited:

Marko97

M97 Project based Plus EMU
Aug 7, 2013
99
45
I'll let you know if I end up fixing the problem as well. I appreciate it.
Use this:
Code:
public const int RoomNotificationMessageComposer = 1469;
public const int BubbleNotificationMessageComposer = 1469;
 

Txc

Member
Jan 26, 2017
84
45
Use this:
Code:
public const int RoomNotificationMessageComposer = 1469;
public const int BubbleNotificationMessageComposer = 1469;
That worked for me, thank you so much. To your knowledge are all the other packets stable? I'll be doing more of my own testing but I figured i'd ask in case.
 

Marko97

M97 Project based Plus EMU
Aug 7, 2013
99
45
That worked for me, thank you so much. To your knowledge are all the other packets stable? I'll be doing more of my own testing but I figured i'd ask in case.
I'm testing, If I'll found a new issue, I will publish it.
 

VitorNobre

New Member
Aug 22, 2016
8
0
If I update the production of the cloud emulator, will the camera work or change the structure?
 
Packets of jukebox?
 
Está faltando muitos pacotes como você pegar?
 
Here is the list of missing packets for those who use 201609, if they can get it.

SERVERHEADER:



CLIENTE HEADER:
 

Marko97

M97 Project based Plus EMU
Aug 7, 2013
99
45
If you send me the Habbo.swf I can retrieve the wrong IDs and I will publish in this thread
 

Txc

Member
Jan 26, 2017
84
45
If you send me the Habbo.swf I can retrieve the wrong IDs and I will publish in this thread
That'd actually be helpful, I'm coding in trax and jukebox support atm and might need some of those myself. Anyway I just wanted to update all of you and say I have the new production running on my hotel and everything works smoothly so far, haven't run into any issues.

EDIT: My users are having an issue with trading sometimes it says already trading, sometimes it crashes upon trade, sometimes it auto cancels. Just letting you know in case you're experiencing similar issues
 
Last edited:

Marko97

M97 Project based Plus EMU
Aug 7, 2013
99
45
Now I will add new packets :)
 
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:
Code:
namespace Plus.Communication.Encryption.Keys
{
   public class RSAKeys
   {
       public string N = "86851dd364d5c5cece3c883171cc6ddc5760779b992482bd1e20dd296888df91b33b936a7b93f06d29e8870f703a216257dec7c81de0058fea4cc5116f75e6efc4e9113513e45357dc3fd43d4efab5963ef178b78bd61e81a14c603b24c8bcce0a12230b320045498edc29282ff0603bc7b7dae8fc1b05b52b2f301a9dc783b7";
       public string D = "59ae13e243392e89ded305764bdd9e92e4eafa67bb6dac7e1415e8c645b0950bccd26246fd0d4af37145af5fa026c0ec3a94853013eaae5ff1888360f4f9449ee023762ec195dff3f30ca0b08b8c947e3859877b5d7dced5c8715c58b53740b84e11fbc71349a27c31745fcefeeea57cff291099205e230e0c7c27e8e1c0512b";
       public string E = "3";
   }
}

Download SWF:
LAST UPDATE: Added a lot of packets, for example Jukebox, Habbo Club, Room polls in date 2018/03/07
 

justin1p

New Member
Apr 26, 2014
14
0
Hi, since I have these new packages, my navigation does not work anymore.
do you perhaps have an idea why?

sorry for my bad english
 

Blasteh

Lord Farquaad
Apr 3, 2013
1,151
513
I'm using this revision and nothing has changed in the navigator structures (that I know off).
But, depending on what he updated from, let's say a 2017 version, there has been a lot of changes to structures, correct?
 

Damien

Don't need glasses if you can C#
Feb 26, 2012
426
642
But, depending on what he updated from, let's say a 2017 version, there has been a lot of changes to structures, correct?
Well I updated from a revision from 2016, so I'm pretty sure there was no major changes.
 

Users who are viewing this thread

Top