BasicRO Map Server Timeout..

All resolved question will be found here. It is recommended that you browse / search through this section first and see if your question has been answered before

Moderators: Moderators, Documentation Writers

Message
Author
shampuday
Human
Human
Posts: 46
Joined: 01 May 2014, 23:04
Noob?: Yes

BasicRO Map Server Timeout..

#1 Post 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~

User avatar
SkylorD
Moderators
Moderators
Posts: 1166
Joined: 16 Dec 2011, 02:53
Noob?: No
Location: Brazil
Contact:

Re: BasicRO Map Server Timeout..

#2 Post by SkylorD »

Learn rules

shampuday
Human
Human
Posts: 46
Joined: 01 May 2014, 23:04
Noob?: Yes

Re: BasicRO Map Server Timeout..

#3 Post by shampuday »

What should i put sir in ServerType?

User avatar
SkylorD
Moderators
Moderators
Posts: 1166
Joined: 16 Dec 2011, 02:53
Noob?: No
Location: Brazil
Contact:

Re: BasicRO Map Server Timeout..

#4 Post 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.
Learn rules

shampuday
Human
Human
Posts: 46
Joined: 01 May 2014, 23:04
Noob?: Yes

Re: BasicRO Map Server Timeout..

#5 Post 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

User avatar
SkylorD
Moderators
Moderators
Posts: 1166
Joined: 16 Dec 2011, 02:53
Noob?: No
Location: Brazil
Contact:

Re: BasicRO Map Server Timeout..

#6 Post 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
Learn rules

User avatar
4epT
Developers
Developers
Posts: 617
Joined: 30 Apr 2008, 14:17
Noob?: No
Location: Moskow (Russia)
Contact:

Re: BasicRO Map Server Timeout..

#7 Post by 4epT »

likely server encrypts some packages, look through WPE
All my posts are made by machine translator!
¤ Manual ¤ Anti BotKiller ¤ Packet Extractor v3 ¤
Image
Image

User avatar
SkylorD
Moderators
Moderators
Posts: 1166
Joined: 16 Dec 2011, 02:53
Noob?: No
Location: Brazil
Contact:

Re: BasicRO Map Server Timeout..

#8 Post 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:
Learn rules

shampuday
Human
Human
Posts: 46
Joined: 01 May 2014, 23:04
Noob?: Yes

Re: BasicRO Map Server Timeout..

#9 Post by shampuday »

it has no protection sir.. im gonna try ur solution sir.. will update later..

User avatar
4epT
Developers
Developers
Posts: 617
Joined: 30 Apr 2008, 14:17
Noob?: No
Location: Moskow (Russia)
Contact:

Re: BasicRO Map Server Timeout..

#10 Post by 4epT »

How did you find "cryptKeys"?
All my posts are made by machine translator!
¤ Manual ¤ Anti BotKiller ¤ Packet Extractor v3 ¤
Image
Image

Locked