I want to set up openkore for a private server that has no kind of protection at all. But I am getting a problem when starting openkore.
The error is: Packet Tokenizer: Unknown switch: 083E
Code: Select all
Connecting to account server...
Connecting (208.115.222.253:6900)... connected
Packet Tokenizer: Unknown switch: 083E
Timeout on Account Server, reconnecting...
Disconnecting (208.115.222.253:6900)... disconnected
This is the config for the server:
Code: Select all
[exile-ro]
ip 208.115.222.253 (This is Correct)
port 6900 (This is Correct)
master_version 14 (The last byte of the Login Packet from WPE was 0E, which in decimal is 14)
version 24 (Same as above but the first 2 bytes, also tried with 42 but same result)
serverType kRO_RagexeRE_2012_04_10a (Got the DATE via timestamp, even that it isnt that reliable, I know that the date is correct)
charBlockSize 112 (No idea if this is correct)
serverEncoding Western (No idea if this is correct)
recvpackets recvpackets.txt (I have extracted them with Packet Extractor v3)
addTableFolders kRO (I think this is correct)
-Updated the OpenKore via SVN.
-Tried executing as Admin (I am using Win7)
-I have extracted my exe's recvpackets
-I have read the FAQ's
Thanks for reading.