Strange master version not in 64 00

Discussion about everything RO and OpenKore related. This place is NOT for ANY kind of support questions.

Moderator: Moderators

Percy
Human
Human
Posts: 40
Joined: 27 Aug 2011, 02:57
Noob?: Yes

Strange master version not in 64 00

#1 Post by Percy »

Hi all. I cannot find the Master version of a private ro.
here is what Wireshark is sending to me :

00000000 b0 02 16 00 00 00 42 6f 6f 6d 73 74 61 00 8c 91
00000010 99 ff 8c 91 99 ff 8c 91 99 ff be 30 69 3f 37 38
00000020 39 37 38 39 00 ff 95 9a a3 ff 27 31 68 3f b1 50
00000030 4b 3f cc ee 59 3f 02 31 39 32 2e 31 36 38 2e 31
00000040 2e 31 30 00 10 ab 2c 31 31 31 31 31 31 31 31 31
00000050 31 31 31 00 00



Version is 16 in Hexadecimal so its 22 in decimal but I am not sure that the master version is 0 ?
I got "Timeout on map server".
EternalHarvest
Developers
Developers
Posts: 1798
Joined: 05 Dec 2008, 05:42
Noob?: Yes

Re: Strange master version not in 64 00

#2 Post by EternalHarvest »

Ok, so the packet is 02B0, let's find it structure:

Code: Select all

openkore/trunk$ ack-grep 02B0
src/Network/Send/ServerType0.pm
83:		'02B0' => ['master_login', 'V Z24 a24 C Z16 Z14 C', [qw(version username password_rijndael master_version ip mac isGravityID)]],
So master_version is a byte-long value at offset 52 after B0 02, "02".
Percy
Human
Human
Posts: 40
Joined: 27 Aug 2011, 02:57
Noob?: Yes

Re: Strange master version not in 64 00

#3 Post by Percy »

Thanx you very much for reply.

So now I know that version is 22 and master_version is 2 ( maybe 02 ?).

But I still have "Timeout on map server" when connecting.

PE Viewer send me that the Time Date Stamp is May 18,2010 9:26:5 so I set the serverType to kRO_RagexeRE_2010_04_20a.

I go charBlockSize 132 too.

Do you got any idea about what I should do ? Thanx
EternalHarvest
Developers
Developers
Posts: 1798
Joined: 05 Dec 2008, 05:42
Noob?: Yes

Re: Strange master version not in 64 00

#4 Post by EternalHarvest »

kRO serverTypes don't use 02B0 by default, so you'll need to add it to packet_lut.
Percy
Human
Human
Posts: 40
Joined: 27 Aug 2011, 02:57
Noob?: Yes

Re: Strange master version not in 64 00

#5 Post by Percy »

Thanx you EternalHarvest.

But I don't know how to do this. Can you explain me ?

Where can I found packet_lut ? Thanx you very much for helping me.