Well I'm currently upgrading Hybrid's to 5065.
I successfully got it logged into a 5065 client, updated the characterinfo packet, iteminfo packet, and now I'm working on GeneralData packet.
I'm trying to turn this dump into a structure.
As much as Nullable taught me about dumps, all I got from that is
0x18 = 24, which is the length.
0x3F2 = 1010, which is the packet id.
It's the rest that's bugging me.
Can anyone help me with all of this, I'm trying to make it a structure so teleporting will work.
I successfully got it logged into a 5065 client, updated the characterinfo packet, iteminfo packet, and now I'm working on GeneralData packet.
I'm trying to turn this dump into a structure.
As much as Nullable taught me about dumps, all I got from that is
0x18 = 24, which is the length.
0x3F2 = 1010, which is the packet id.
It's the rest that's bugging me.
Can anyone help me with all of this, I'm trying to make it a structure so teleporting will work.