Packet Length syntax

Japan

Moderator: Moderators

Forum rules
This server is currently not maintained and tables folder (including connection info) maybe outdated. Read the wiki for instructions on how to update those information and please contribute when you obtain them. Contact Cozzie to join the team as a regular server supporter.
Message
Author
mint
Noob
Noob
Posts: 2
Joined: 24 Jul 2013, 15:29
Noob?: Yes

Packet Length syntax

#1 Post by mint »

I'm currently working (struggling) on making this work on jRO Breidablik server,
but I think the topic is applicable to others as well.
Chose to post it here since I thought it's most appropriate place.

Anyways, I've managed to extract Packet length.
(I think I have, but not sure because I've never seen one yet)
Since the tool I used is not the one noted at openkore, I would naturally think
the syntax is not the same. So I've downloaded someone's "recvpackets.txt"
of whatever the server it's for and compared with the file I have.

The syntax of recvpackets.txt looks like this.
0437 7 7 0
0438 10 10 0
035F 5 5 0
0360 6 6 0
0361 5 5 0

And what is on my file looks like this.
# 0x0000
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
# 0x0040
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 55, 17, 3, 37, 46, -1, 23, -1, 3,142, 3, 2,
3, 28, 19, 11, 3, -1, 9, 5, 55, 53, 58, 60, 44, 2, 6, 6,

If there is a way to convert this to correct format,
I would appreciate the help very much.