[Problem]Disconnected from Map Server

Private server support - Only post connectivity issues in the subforum!

Moderator: Moderators

sketchbook
Noob
Noob
Posts: 5
Joined: 20 Feb 2017, 04:53
Noob?: Yes

[Problem]Disconnected from Map Server

#1 Post by sketchbook »

Anybody know how to solve the disconnected from the map problem?
finding a lot of solution, but seems like nothing works. Am I missed something?

it just show me : Disconnected from Map Server, connecting to Account Server in 30 seconds...

-recvpackets has some shuffle packets in it, what does it affected?
-can i create a recvpackets with copying from lengthpackets and removing "0x" and "=" ?
-already done the ragexeRE_2015-05-13a.pm send and receive, still nothing works.

If somebody could providing a much more detailed tutorial, that would be helped.

million thanks and dont mind for the bad English

additional:



which one is the master version? since i read the tutorial it said the last one is the master version but it doesnt seems right

uploading lengthpackets, please check for me
You do not have the required permissions to view the files attached to this post.
Last edited by sketchbook on 13 Mar 2017, 14:03, edited 4 times in total.
sketchbook
Noob
Noob
Posts: 5
Joined: 20 Feb 2017, 04:53
Noob?: Yes

Re: [Problem]The server has denied the connection

#2 Post by sketchbook »

anyone?
Mortimal
Developers
Developers
Posts: 389
Joined: 01 Nov 2008, 15:31
Noob?: No

Re: [Problem]Disconnected from Map Server

#3 Post by Mortimal »

Do u use cryptKeys...? what is servertype u are using? because disconnected from map server means cryptkeys.
Please use pin function for uploading your file contents!
tuhanyatuhan
Noob
Noob
Posts: 10
Joined: 27 Feb 2017, 06:08
Noob?: Yes

Re: [Problem]Disconnected from Map Server

#4 Post by tuhanyatuhan »

sketchbook wrote:Anybody know how to solve the disconnected from the map problem?
finding a lot of solution, but seems like nothing works. Am I missed something?

it just show me : Disconnected from Map Server, connecting to Account Server in 30 seconds...

-recvpackets has some shuffle packets in it, what does it affected?
-can i create a recvpackets with copying from lengthpackets and removing "0x" and "=" ?
-already done the ragexeRE_2015-05-13a.pm send and receive, still nothing works.

If somebody could providing a much more detailed tutorial, that would be helped.

million thanks and dont mind for the bad English

additional:



which one is the master version? since i read the tutorial it said the last one is the master version but it doesnt seems right
version 53
master_version 1

Try to extract the packet and cryptkey using PEEK, and find the cryptkey on the bottom of PEEK output file, it's looks like "PacketLength_XXXXXX".
Convert the packet_keys into decimal, and put in the src/Network/kRO/your server type.
sketchbook
Noob
Noob
Posts: 5
Joined: 20 Feb 2017, 04:53
Noob?: Yes

Re: [Problem]Disconnected from Map Server

#5 Post by sketchbook »

Mortimal wrote:Do u use cryptKeys...? what is servertype u are using? because disconnected from map server means cryptkeys.
the cryptkeys mean the KMA stuff? im using 2014_10_22b
tuhanyatuhan wrote:Try to extract the packet and cryptkey using PEEK, and find the cryptkey on the bottom of PEEK output file, it's looks like "PacketLength_XXXXXX".
Convert the packet_keys into decimal, and put in the src/Network/kRO/your server type.
what about the sequence?
sketchbook
Noob
Noob
Posts: 5
Joined: 20 Feb 2017, 04:53
Noob?: Yes

#6 Post by sketchbook »

By the way, recvpackets can be create with using packetlengths?
User avatar
SkylorD
Moderators
Moderators
Posts: 1197
Joined: 16 Dec 2011, 02:53
Noob?: No
Location: Brazil

Re: [Problem]Disconnected from Map Server

#7 Post by SkylorD »

Learn rules
sketchbook
Noob
Noob
Posts: 5
Joined: 20 Feb 2017, 04:53
Noob?: Yes

Re: [Problem]Disconnected from Map Server

#8 Post by sketchbook »

with PEEK, it shows me unable to copy helper dll
any solution?