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
- 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);
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?