Gameservercs mapserverinfo
Hello,
Can someone fix that?
http://i.imgur.com/IkkbvbW.png
my serverlist:
Code:
0 "ChaosMu" "myip" 55901 "SHOW"
1 "ChaosVIP" "myip" 55903 "SHOW"
mapserverinfo:
Code:
0
0 0 1 Smyip 55901
1 0 1 Smyip 55903
19 0 0 Smyip 55919
end
//==================================================================================================================
// ServerCode MoveAbleOption Map DestServerCode
//==================================================================================================================
1
0 0 30 19
0 0 31 19
0 0 34 19
19 1 30 -1
19 1 31 -1
19 1 34 -1
end
whats wrong?
Re: Gameservercs mapserverinfo
Quote:
Originally Posted by
HeLLaS
Hello,
Can someone fix that?
http://i.imgur.com/IkkbvbW.png
my serverlist:
Code:
0 "ChaosMu" "myip" 55901 "SHOW"
1 "ChaosVIP" "myip" 55903 "SHOW"
mapserverinfo:
Code:
0
0 0 1 Smyip 55901
1 0 1 Smyip 55903
19 0 0 Smyip 55919
end
//==================================================================================================================
// ServerCode MoveAbleOption Map DestServerCode
//==================================================================================================================
1
0 0 30 19
0 0 31 19
0 0 34 19
19 1 30 -1
19 1 31 -1
19 1 34 -1
end
whats wrong?
Check Gameserver => Data => Server Info
Whether they agree Server Code
Re: Gameservercs mapserverinfo
Subserver:
Code:
[GameServerInfo]
ServerName = ChaosVIP
ServerCode = 1
ConnectMemberLoad = 1
NonPK = 0
PkLimitFree = 1
Normal:
Code:
[GameServerInfo]
ServerName = ChaosMU
ServerCode = 0
ConnectMemberLoad = 0
NonPK = 0
PkLimitFree = 1
CS:
Code:
[GameServerInfo]
ServerName = Castle
ServerCode = 2
ConnectMemberLoad = 0
NonPK = 0
PkLimitFree = 0
problem solved :) servercode must be 19 not 2.
Thanks for answer.