Jump to content

How To Get Data From Packet


dedak512

Recommended Posts

Lets say that I have packet:

01 21 B7 00 10 8B 42 02 00 F5 69 00 00 49 F7 FF FF 98 42 02 00 76 69 00 00 63 F7 FF FF

I know that is a MoveToLocation packet, I know structure of it, but is it possible to somehow get a data stored in this packet?

Link to comment
Share on other sites

Lets say that I have packet:

01 21 B7 00 10 8B 42 02 00 F5 69 00 00 49 F7 FF FF 98 42 02 00 76 69 00 00 63 F7 FF FF

I know that is a MoveToLocation packet, I know structure of it, but is it possible to somehow get a data stored in this packet?

what you need packet data for?

Link to comment
Share on other sites

01=MoveToLocation:d(ObjectID)d(ToX)d(ToY)d(ToZ)d(OrigX)d(OrigY)d(OrigZ)

 

01

21 B7 00 10 object with id 0x1000b721

moved from

8B 42 02 00 x 148107

F5 69 00 00 y 27125

49 F7 FF FF z -2231

to

98 42 02 00 x 148120

76 69 00 00 y 26998

63 F7 FF FF z -2205

Link to comment
Share on other sites

  • 4 weeks later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...