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
User avatar
SkylorD
Moderators
Moderators
Posts: 1166
Joined: 16 Dec 2011, 02:53
Noob?: No
Location: Brazil
Contact:

Re: BasicRO Map Server Timeout..

#41 Post by SkylorD »

shampuday wrote:sir skylord.. i do have another problem.. they just changed their IP and then i wont connect again in the map server..

this is the server info..

[BasicRO]
ip 173.234.150.110 (from 63.143.34.206 on 1st page)
port 6900
private 1
master_version 7
version 30
charBlockSize 144
serverType kRO_RagexeRE_2013_08_07a
serverEncoding Western
recvpackets basicro_recvpackets.txt
addTableFolders translated/kRO_english;kRO
http://www.openkore.com/index.php/Conne ... #Wireshark

Please, post a screenshot of something.
Learn rules

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

Re: BasicRO Map Server Timeout..

#42 Post by shampuday »

Image

Image

Thats the error..

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

Re: BasicRO Map Server Timeout..

#43 Post by SkylorD »

They have changed the ip or had a maintenance on server ?

Do you think they have changed the serverType ?
Check with PEviewer.

http://www.openkore.com/index.php/Serve ... ation_Date

If had a maintenance on server, update your recvpackets.
If the compilation date isn't changed, try to remove the line $self->cryptKeys(...........)!
Learn rules

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

Re: BasicRO Map Server Timeout..

#44 Post by shampuday »

Image
Patcher

Image
BasicRO Exe

Have tried two diffrent servertype but its always the same result..
I also deleted
$self->cryptKeys(2116296160, 1031830912, 1585468800);
in src/Network/Send/kRO/RagexeRE_2013_08_07a.pm
but still the same problem..

IN the recvpackets i dont have error.. But i tried to use PEEK
but i dont have a guide in converting the recvpackets.. Can you provide again the recvpackets for BasicRO? Thanks

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

Re: BasicRO Map Server Timeout..

#45 Post by SkylorD »

Use a perl script ? Or you can use notepad++ and need to save as .txt.
Paste this script on PEEK Output folder.

#New script : http://forums.openkore.com/viewtopic.ph ... 51#p267351
##############################################
It's the same serverType when you started this topic. '-'

If with recvpackets doesn't work :

(2116296160, 1585468800, 1031830912); # A K M

Try to change the keys for :

Code: Select all

$self->cryptKeys(1031830912, 2116296160, 1585468800);
Packet :

'0081' => ['errors', 'C', [qw(type)]],
Learn rules

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

Re: BasicRO Map Server Timeout..

#46 Post by shampuday »

I have created the recvpackets in guide you provide but the problem is
i change
$self->cryptKeys(1031830912, 2116296160, 1585468800); to

$self->cryptKeys(2116296160, 1585468800, 1031830912);
in src/Network/Send/kRO/RagexeRE_2013_08_07a.pm

and its still the same error..

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

Re: BasicRO Map Server Timeout..

#47 Post by SkylorD »

:/ sad i'll try to download it here.
Upload the exe ¬¬
Learn rules

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

Re: BasicRO Map Server Timeout..

#48 Post by shampuday »


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

Re: BasicRO Map Server Timeout..

#49 Post by SkylorD »

$self->cryptKeys(141714292,139937367, 152204132); :evil: :twisted:
Learn rules

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

Re: BasicRO Map Server Timeout..

#50 Post by shampuday »

Sir can you send me the rc/Network/Send/kRO/RagexeRE_2013_08_07a.pm
and rc/Network/Receive/kRO/RagexeRE_2013_08_07a.pm

Locked