Page 1 of 9

BasicRO Map Server Timeout..

Posted: 01 May 2014, 23:08
by shampuday
Can someone help me with my bot.. its always disconnected in map server.. here is my server details..


[BasicRO]
ip 63.143.34.206
port 6900
private 1
master_version 1
version 30
serverType 2
serverEncoding Western
charBlockSize 140


Thanks in Advance~

Re: BasicRO Map Server Timeout..

Posted: 02 May 2014, 18:02
by SkylorD

Re: BasicRO Map Server Timeout..

Posted: 02 May 2014, 23:27
by shampuday
What should i put sir in ServerType?

Re: BasicRO Map Server Timeout..

Posted: 03 May 2014, 00:59
by SkylorD
Did you read ? serverType
Beside the Time Data Stamp box, see the executable's compilation date.
...
6. Set serverType to "kRO_" and file name without extension.
For example, if file name was RagexeRE_2010_01_26a.pm, serverType would be kRO_RagexeRE_2010_01_26a.
If there is no file with exact compilation date, try the ones near to that date, or the latest available.

Re: BasicRO Map Server Timeout..

Posted: 03 May 2014, 03:39
by shampuday
yes sir i did the ServerType. i think i solved it..

but i have another problem.. can you help me with this??

Received character ID and Map IP from Character Server
----------Game Info----------
Char ID: A7 4D 02 00 (150951)
MAP Name: prontera.gat
MAP IP: 63.143.34.206
MAP Port: 5121
-----------------------------
Closing connection to Character Server
Disconnecting (63.143.34.206:6121)...disconnected
Connecting to Map Server...
Connecting (63.143.34.206:5121)... connected
Timeout on Map Server, connecting to Account Server...
Connecting to Account Server...
Connecting (63.143.34.206:6900)... connected
Timeout on Account Server, reconnecting...
Incoming data left in the buffer:
================================================
3 bytes May 3 15:29:57 2014
0> 81 00 08

Re: BasicRO Map Server Timeout..

Posted: 03 May 2014, 15:44
by SkylorD
Has this server any protection ? Harmony ? Gameguard ? Anti-bot custom protection ?

0081 is error. What serverType now ?

Try :
serverType kRO_RagexeRE_2013_08_07a
And
serverType kRO_RagexeRE_2013_03_20
Image

Re: BasicRO Map Server Timeout..

Posted: 03 May 2014, 17:11
by 4epT
likely server encrypts some packages, look through WPE

Re: BasicRO Map Server Timeout..

Posted: 03 May 2014, 21:03
by SkylorD
Go to src/Network/Send/kRO/RagexeRE_2013_08_07a.pm ...

Search for this :
$self->{packet_lut}{$_} = $handlers{$_} for keys %handlers;
$self;
}
And change for this :
$self->{packet_lut}{$_} = $handlers{$_} for keys %handlers;
$self->cryptKeys(2116296160, 1031830912, 1585468800);
$self;
}
And set in servers.txt :
master_version 7
version 48
charBlockSize 144
serverType kRO_RagexeRE_2013_08_07a

Recvpackets : http://pastebin.com/Yi2qgBaa


Will stop working in the next update. :lol: :lol:

Re: BasicRO Map Server Timeout..

Posted: 04 May 2014, 02:04
by shampuday
it has no protection sir.. im gonna try ur solution sir.. will update later..

Re: BasicRO Map Server Timeout..

Posted: 04 May 2014, 08:01
by 4epT
How did you find "cryptKeys"?