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!

[Help] Subserver on muemu s6 "Could not open GameServer."

Newbie Spellweaver
Joined
Nov 22, 2008
Messages
46
Reaction score
1
Hi, I'm trying to do do subserver on this files:
[ZX]Games "Base EMU louis up13"

and when i starting gameserversub i have this error:

Could not open GameServer.

Normal GameServer works fine CS too but SubGameServer still don't run.. Please help

my Serverlist.dat
:
Code:
//ServerCode   ServerName         ServerAddress      ServerPort       ServerType
0              "GameServer"       "my ip"        55901            "SHOW"
12              "GameServerSUB"       "my ip"        55902            "SHOW"
19             "GameServerCS"     "my ip"        55919            "HIDE"
end

MapServerInfo:
Code:
0
//ServerCode   MapServerGroup   InitSetVal   IpAddress         Port
0	       0	        1	     Smy ip      55901
12	       0	        1	     Smy ip      55902
19	       0	        0	     Smy ip      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
0	       0	       79        19
12	       0	       30        19
12	       0	       31        19
12	       0	       34        19
12	       0	       41        19
12	       0	       42        19
12	       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
end
in my subserver:

data/mapserverinfo/
Code:
0
//ServerCode   MapServerGroup   InitSetVal   IpAddress         Port
0	       0	        1	     Smy ip      55901
12	       0	        1	     Smy ip      55902
19	       0	        0	     Smy ip      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
0	       0	       79        19
12	       0	       30        19
12	       0	       31        19
12	       0	       34        19
12	       0	       41        19
12	       0	       42        19
12	       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
end
dataserver/dataserver:
Code:
[DataServerInfo]
DataServerODBC = MuOnline
DataServerPort = 55964
<-- main is 55960 for sub 55964

gameserver/data/gameserverinfo - common.dat:

Code:
;==================================================
; Server Settings
;==================================================
ServerName = [ZX]GAMES
ServerCode = 12
ServerLock = 0
ServerPort = 55902
ServerVersion = 1.04.05
ServerSerial = TbYehR2hFUPBKgZj
ServerMaxUserNumber = 300
ServerMinLevel = 0
ServerMaxLevel = 0
ServerMinReset = 0
ServerMaxReset = 0
ServerMinMasterReset = 0
ServerMaxMasterReset = 0

;==================================================
; Connection Settings
;==================================================
DataServerAddress = 127.0.0.1
DataServerPort = 55964
JoinServerAddress = 127.0.0.1
JoinServerPort = 55970
ConnectServerAddress = 127.0.0.1
ConnectServerPort = 55557

any idea?
 
Back
Top