Does anyone have the packet structure for this, a complete one? I've asked around a couple of people and all I can come up with is some notes in Bone's C++ source.
The closest I've got is from Haydz which is as follows:
So I'm looking for something concrete if possible. The structure from Haydz looks pretty good though it is just what he determined from Bone's source, so a confirmation of that would be good.
On a related note, this is the last packet I need for 5017 on the wiki I believe, please check to see if you have any other packets which are not listed:
[Only registered and activated users can see links. Click Here To Register...]
The closest I've got is from Haydz which is as follows:
Code:
0 - size 2 - type 4 - page number 8 - message number (not too sure on this) 10 - page count loop-> 12 = broadcast id (unique identifier, not sure here, why is bone-you so bad) loop-> 16 = broadcast number (this seems to be (pageNumber * 10) + Number in page) loop-> 20 = Broadcaster Id (clients unique identifier) loop-> 24 = Broadcaster name (16 characters) loop-> 40 = CPs spent loop-> 44 = Message
On a related note, this is the last packet I need for 5017 on the wiki I believe, please check to see if you have any other packets which are not listed:
[Only registered and activated users can see links. Click Here To Register...]