[Request] How To Create Walk Packet In Caves

08/29/2012 13:55 fox564#1
hello elitepvpers members.
i am making a bot and i have the following problem

the cordinates system is not like anywhere else.
i used the debugger and i knew the logic for decoding the coordinates From Packet [S->C] 0xB021.
but i cant create the walk packet [C->S] 0x7021 and i am lost in the debugger.

so if anyone know how to create it specially the coordinates pointer that comes after the position x word i would be greatfull.

here is an example packet created by the client.

[C->S]0x7021
0x01 //flag
0x04 //x sector
0x80 //y sector
0xC7, 0xFB // x position
0xFF, 0xFF // pointer [i have no idea how to generate this]
0xDB, 0xFF //z position
0xFF, 0xFF // pointer
0xD1, 0xFD // y position
0xFF, 0xFF // pointer

if anyone knows how to generate it please post it here/

thanks in advance.

#######
#Fox564#
######
09/01/2012 13:18 fox564#2
solved,
request close.