Map Server Timeout 81 00 08

Private server support - Only post connectivity issues in the subforum!

Moderator: Moderators

TotallyNotABot
Noob
Noob
Posts: 2
Joined: 18 Feb 2015, 09:59
Noob?: Yes

Map Server Timeout 81 00 08

#1 Post by TotallyNotABot »

Hi,

I'm trying to connect to WoonRO Renewal but I always get a disconnect at the Map Server.

This is what I did:
- generated recvpackets by using PEEK.
- got the connection info via Wireshark

heres my servers.txt:

Code: Select all

[Woon RO]
ip 199.59.160.223
port 6901
master_version 0
version 100
serverType kRO_RagexeRE_2013_08_07a
serverEncoding Western
charBlockSize 144
addTableFolders kRO
recvpackets recvpackets_woonrogen.txt
This was the Version/Masterversion info inside Wireshark (maybe i converted hex wrong?):
- Version: 64 00 14 00 -> 100
- Masterversion 00 -> 0


I did read about possible Packet encryption on server and looked inside the PEEK generated recvpackets...
- #packet_key: 0x116763f2 0x41117dac 0x7fd13c45

So I have added

Code: Select all

$self->cryptKeys(1585468800, 1031830912, 2116296160);
to my Send RagexeRE_2013_08_07a.pm


Not sure if the charblocksize is correct, but so far it does display my character name in the Openkore console correctly.

What am I doing wrong here, did I miss an important setting?
vitriol
Plain Yogurt
Plain Yogurt
Posts: 61
Joined: 19 Apr 2011, 23:26
Noob?: No

Re: Map Server Timeout 81 00 08

#2 Post by vitriol »

Hi. I tried to PM you but I think it didn't go through. Is there some way I can contact you?
vitriol
Plain Yogurt
Plain Yogurt
Posts: 61
Joined: 19 Apr 2011, 23:26
Noob?: No

Re: Map Server Timeout 81 00 08

#3 Post by vitriol »

Your version and master version have the wrong offset. Your version should be 0x14 or 20. idk about your mversion.

btw, how did you get recvpackets using PEEK? I only get errors.