Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Valley of Loren Disconnect

Newbie Spellweaver
Joined
Jul 17, 2010
Messages
5
Reaction score
1
Hello,

Everything is running fine in my s6 server, bases on Louis files. I tested both GS with direct connections and both work.

However, when I try the move command (related to Valley of Loren) from normal server to CS server, it disconnects me. Here is the configuration of the MapServerInfo:

"
//ServerCode NotMoveOption NextMap NextServerCode
0 0 30 19
0 0 31 19
0 0 34 19
0 0 41 19
0 0 42 19
0 0 79 19
19 1 30 -1
19 1 31 -1
19 1 34 -1
19 1 41 -1
19 1 42 -1
19 1 79 -1
"

Everything looks fine but it still disconnects...

Any ideas how I can fin this ?
 
Joined
May 26, 2009
Messages
17,336
Reaction score
3,230
normally this is the mapserverinfo that should be

Code:
0
//ServerCode   MapServerGroup     InitSetVal          IpAddress             Port
0               0                 1             SYOURIP          55901
19               0                 0            SYOURIP          55919
end

1
//ServerCode   NotMoveOption   NextMap   NextServerCode
0           0           30        19
0           0           31        19
0           0           34        19
0           0           41        19
0           0           42        19
19           1           30        -1
19           1           31        -1
19           1           34        -1
19           1           41        -1
19           1           42        -1
end

i dont know why yours have " QUOTES" and no number like i made Bold in my mapserverinfo example
 
Upvote 0
Back
Top