• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

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,312
Reaction score
3,222
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