Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

[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