Quote:
Originally Posted by osmancity3162
Search for byte
you will find 3 values
one of them your current coordinates
one of them is your next coordinates
one of them your final coordinates
|
Quote:
Originally Posted by stradiveri
You can use packetlogger, and search for specific values for X and Y, you can get them from walk packet.
Edit: sorry didnt read your Edit  but you should really be ale to do it with packetlogger and walk packet
|
Quote:
Originally Posted by FI0w
if you find a pointer to your character id(4 bytes) then just get the next 2 bytes is x and the next 2 bytes after that is y
|
Thank you all guys for the help.
You are not gonna believe why the hell I couldn't figure this out
pointer was shown in the 4bytes type and I couldn't understand why scanning the poiner shows some dumb values.
Thanks again!
Now it's time to figure out how to use SceneManager to get the monster entity list.