• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

[help] missing some packages [help]

Newbie Spellweaver
Joined
Jan 27, 2014
Messages
27
Reaction score
0
Hello Ragezone,

Im currently updating my client to PRODUCTION-201802201205-141713395
And i`m missing some packages maybe You can help me...

serverpacketheader.cs:

public const int NuxUserStatus = -1;
public const int RoomCustomizedAlertComposer = -1;
public const int openBoxTargetedOffert = -1;
public const int FurniMaticNoRoomError = -1;
public const int FurniMaticReceiveItem = -1;
public const int MassEventComposer = -1
public const int CalendarPrizesMessageComposer = -1;
public const int FurniMaticRewardsComposer = -1;
public const int HOFComposer = -1;
public const int NuxAlertMessageComposer = -1;
public const int LTDCountdownEvent = -1;
public const int LTDCountdownComposer = -1;//2136
public const int HabboClubSubscriptionComposer = -1;

clientpacketheader.cs

public const int RenderRoomMessageComposer = -1;
public const int RenderRoomMessageComposerBigPhoto = -1;
public const int RoomNucsAlerta = -1;
public const int BuyTargettedOfferMessageEvent = -1;
public const int LTDCountdownEvent = -1;
public const int FurniMaticPageEvent = -1;
public const int FurniMaticRecycleEvent = -1;
public const int SetUsernameMessageEvent = -1;
public const int GetGroupForumsMessageEvent = -1;
public const int GetSongInfoMessageEvent = -1;

thanks!
 

Bow

Skilled Illusionist
Joined
Jan 28, 2012
Messages
355
Reaction score
163
ClientPacketHeader.cs
Code:
public const int GetSongInfoMessageEvent = 2434;
 
Last edited:
Upvote 0
Joined
Apr 17, 2012
Messages
508
Reaction score
77
If these are the only ones you're missing I recommend to compare the old and new AS3 scripts and work them out manual. Years ago it was all by hand, now the most header ids could get updated automatically with tools so don't complain it's much work :laugh:
 
Upvote 0
Back
Top