(Plus EMU) Completed Headers for PRODUCTION-201802201205-141713395 (Release)

Rebel

Spilling the tea, can't you read?🍵
Dec 24, 2015
186
161
Production Release: PRODUCTION-201802201205-141713395
What Working Packet Id's does this include: This release contains packets for the Helper Tool, Nux, Recycler, Room Polls, Camera, Group Forums, JukeBox, Bonus Rare, Crafting.


Go to your ClientPacketHeader.cs and replace it all.


Go to your ServerPacketHeader.cs and replace it all.


Go to your RSAKeys.cs and replace it all with

Code:
namespace Plus.Communication.Encryption.Keys
{
   public class RSAKeys
   {
       public string N = "86851dd364d5c5cece3c883171cc6ddc5760779b992482bd1e20dd296888df91b33b936a7b93f06d29e8870f703a216257dec7c81de0058fea4cc5116f75e6efc4e9113513e45357dc3fd43d4efab5963ef178b78bd61e81a14c603b24c8bcce0a12230b320045498edc29282ff0603bc7b7dae8fc1b05b52b2f301a9dc783b7";
       public string D = "59ae13e243392e89ded305764bdd9e92e4eafa67bb6dac7e1415e8c645b0950bccd26246fd0d4af37145af5fa026c0ec3a94853013eaae5ff1888360f4f9449ee023762ec195dff3f30ca0b08b8c947e3859877b5d7dced5c8715c58b53740b84e11fbc71349a27c31745fcefeeea57cff291099205e230e0c7c27e8e1c0512b";
       public string E = "3";
   }
}

Download Complete Header List:

Download SWF:

P.S
I saw the other one of Production-201802201205-14171339 Header list which was missing a lot of important Packet ID's such as the Marketplace one so I thought I'd Release this new updated Headers list with mainly all the packets! only like 4 that is set to -1 which are ones nobody uses but if you find them feel free the post them! This is my first ever time doing a list of Headers! xD R.I.P
 
Last edited:

Kristo

Website & Software Developer
Feb 5, 2015
269
69
<<< error
That issue does not sit with the development done by Rebel. That is all on you. Please state the nature of the error with a bit of detail next time to avoid confusing others looking to download this.
 

Rebel

Spilling the tea, can't you read?🍵
Dec 24, 2015
186
161
That issue does not sit with the development done by Rebel. That is all on you. Please state the nature of the error with a bit of detail next time to avoid confusing others looking to download this.
I fixed it for him was on his side.
 
Also just noticed, make sure to update these Packet ID's to ones listed below and you should be 100% good from missing packets

Code:
public const int TradingCompleteMessageComposer = 2009;
public const int TradingFinishMessageComposer = 468;
public const int RoomNotificationMessageComposer = 1469;
public const int BubbleNotificationMessageComposer = 1469;
 

Kristo

Website & Software Developer
Feb 5, 2015
269
69
I fixed it for him was on his side.
 
Also just noticed, make sure to update these Packet ID's to ones listed below and you should be 100% good from missing packets

Code:
public const int TradingCompleteMessageComposer = 2009;
public const int TradingFinishMessageComposer = 468;
public const int RoomNotificationMessageComposer = 1469;
public const int BubbleNotificationMessageComposer = 1469;

Ahh okay. I'm glad somebody was able to help him with his issue.
 

samys

Member
Jun 13, 2014
30
1
these packets please

// Alertas custom
public const int RoomCustomizedAlertComposer = 2500; // PRODUCTION-201609061203-935497134

// Hotel Alert Link
public const int SendHotelAlertLinkEvent = 3175; // PRODUCTION-201609061203-935497134

//wired alert + image alert
public const int WiredRewardAlertComposer = 2572; // PRODUCTION-201609061203-935497134
public const int HideUserOnPlayingComposer = 187; // PRODUCTION-201609061203-935497134
 

VitorNobre

New Member
Aug 22, 2016
8
0
NEED 3 PACKETS
CLIENT PACKET
public const int BuildersClubUpdateFurniCountEvent = 1917; // PRODUCTION-201609061203-935497134
public const int PlaceBuildersObject = 2204; // PRODUCTION-201609061203-935497134

SERVERPACKET
public const int BuildersClubMembershipMessageComposer = 1017; // PRODUCTION-201609061203-935497134
public const int LTDSoldAlertComposer = 3006; // PRODUCTION-201609061203-935497134
public const int GraphicAlertComposer = 1070; // PRODUCTION-201609061203-935497134
public const int ClubGiftRecievedComposer = 3645;// PRODUCTION-201609061203-935497134
 
Last edited:

samys

Member
Jun 13, 2014
30
1
Please Packets

// Alertas custom
public const int RoomCustomizedAlertComposer = 2500; // PRODUCTION-201609061203-935497134

// Hotel Alert Link
public const int SendHotelAlertLinkEvent = 3175; // PRODUCTION-201609061203-935497134

//wired alert + image alert
public const int WiredRewardAlertComposer = 2572; // PRODUCTION-201609061203-935497134
public const int HideUserOnPlayingComposer = 187; // PRODUCTION-201609061203-935497134
 

Cosmiko_

New Member
Apr 4, 2016
2
0
My client gets stuck at 76%, and disconnects if I close the emulator.
Worked fine with my old production, I updated the RSA Keys and changed the Packets, do I have to do anything else ?
What are structures, do I need to touch them ?
 

Users who are viewing this thread

Top