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!

how to calculate buffstat on kms (1.2.366 up)

Seo

Initiate Mage
Joined
Jan 16, 2020
Messages
1
Reaction score
0
this packet Adel, creation buff (kmst 1.2.1149)

00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 08 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 01 00 4E 9E 01 09 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
i can't read this packet.
calculate buff - mask << how to get kms buffmask length?

Please check if I analyzed it well.

00 00 00 00 00 00 00 00 00 1
00 00 00 00 00 00 00 00 00 2
00 00 00 00 00 00 00 00 00 3
00 00 00 00 00 00 00 00 00 4
00 00 00 00 00 00 00 00 00 5
00 00 00 00 00 00 00 00 00 6
00 00 00 00 00 00 00 00 00 7
00 00 00 00 00 00 00 00 00 8
00 00 00 00 00 00 00 08 00 9
00 00 00 00 00 00 00 00 00 10
00 00 00 00 00 00 00 00 00 11
00 00 00 00 00 00 00 00 00 12
00 00 00 00 00 00 00 00 00 13
/* for start */
00 00 00 00 00 00 00
01 00
4E 9E 01 09 //SkiiId
/* for end */
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00


00 00 00 00 00 00 00 08 00 9
>>
00 delete byte
00 00 00 00 00 00 00 08
>> remain this packet and read reverse. is that right?
(8000000000000000, 9) flag?


++
If I calculate it, it would be a flag type. How can I convert this to an integer?

plz help me :*:
 
Back
Top