Talent Tracker, ServppacketHeader ids get layout

Yorick

Member
Aug 10, 2016
39
3
Heey guys,

since in like no plusemu or any emulator the talent tracker is coded i have started my quest
of programming it my self and i understand a lot of how i should do it and get it to work i just
got 1 issue/question...

Since all the needed classes/packetheaders where provided just not any code in them i need to do this my self,
Code:
 public TalentLevelUpComposer(HabboHotel.GameClients.GameClient Session)
            : base(ServerPacketHeader.TalentLevelUpMessageComposer){}
for example is all that is in a class
my problem with this is the packet uses a base of ServerPacketHeader.TalentLevelUpMessageComposer that redirects to an id > 1633 for Production 2018
how do i know what
Code:
 base.WriteInteger()
i need and what each does? is it just trial and error or?????

Thanks for any one helping xd
 

Users who are viewing this thread

Top