Hi all
I just tried to make a little program to see packets and parse them to have infos about my char, ..., but I have a little problem at the end of the inventory part of the packet.
Here are the last lines of the inventory :
In the last line, where is the slot ? It should be 0B, since it's the second ring of the job set, but where it is ?
And also, what means the 01 01 02, 01 02 02 and 01 03 02 at the end ?
For the rest I think I can have the infos I want, I just need to make some tests ^^
I just tried to make a little program to see packets and parse them to have infos about my char, ..., but I have a little problem at the end of the inventory part of the packet.
Here are the last lines of the inventory :
Code:
00 00 00 00 ..................................Always 00 00 00 00 7D 88 00 00 ..................................Item Id 00 ...........................................Plus 00 00 00 00 00 00 00 00 ......................White stats 00 00 ........................................Durability 00 ...........................................Blues 00 00 ........................................??? 01 ...........................................Socket 1 00 ...........................................No socket 02 ...........................................Socket 2 00 03 00 04 00 09 ...........................................Slot 00 00 00 00 BB 87 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 01 00 02 00 03 00 04 00 0A 00 00 00 00 AB 87 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 01 00 02 00 03 00 04 00 00 01 01 02 00 00 00 01 02 02 00 00 00 01 03 02 00 00 00
And also, what means the 01 01 02, 01 02 02 and 01 03 02 at the end ?
For the rest I think I can have the infos I want, I just need to make some tests ^^