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!

Making Subservers

Newbie Spellweaver
Joined
Aug 3, 2009
Messages
8
Reaction score
7
It's an useful guide for new guys :p And it's good to evade dupers

First: Go to Connectserverlist in:

X:\MuServer\CS
and
X:\MuServer\CS\Data

The default is:

//Server List

0 "YourMUName" "Your IP" 55901 "SHOW"


Let's change it to:

//Server List

0 "YourMUName" "Your IP" 55901 "SHOW"
1 "YourMUName2" "Your IP" 55903 "SHOW"


After that, make the same thing at ServerList.

Now, create another directory called "Subserver"

Copy "Data" and "Gameserver" directories from the main server

Open the archive "ServerInfo", which can be found at Subserver\Gameserver\Data or Subserver\Data

The default is:

[GameServerInfo]
ServerName = MuOnline
ServerCode = 0
ConnectMemberLoad = 0;


LEAVE CONNECTMEMBERLOAD 0!

Them, change ServerCode with the number of subserver:

1 "YourMUName2" "Your IP" 55903 "SHOW"

This is the number of subserver. So, change ServerInfo to:

[GameServerInfo]
ServerName = MuOnline
ServerCode = 1
ConnectMemberLoad = 0;


Make an shortcut of your Gameserver Sub, put it in other directory and open proprertys.

The default is:

X:\MuServer\Subserver\GameServer\GameServer.exe
X:\MuServer\Subserver\GameServer


Change it to:

X:\MuServer\Subserver\GameServer\GameServer.exe <your ip> 55970 <your ip> 55960 55903
X:\MuServer\Subserver\GameServer


Why 55903?
Because of your Connectserverlist

0 "YourMUName" "Your IP" 55901 "SHOW"
1 "YourMUName2" "Your IP" 55903 "SHOW"

If you want to make server's with division vault on/off trade on/off, go to commonserver, in Muserver\Data

And find this:

Trade = 1 ; Trade Available

If you want to disable it, change it to:

Trade = 0

But, if you want to disable vault in your server, go to MonsterSetBase.
OBS: The ID of vault keeper is 240. So, find values like this:

240 7 0 27 22 2
240 4 0 200 78 3


If you want to disable vault, just erase it. Now, StartUP your server and test it. :p
Any questions, post here or send me pm.
Sorry bad english =~
OBS: Before criticizing this thread, remember: it's for beginners. =P

Maybe I'll post a tutorial of how to add itens, if it haven't been created yet.

Credits:

-ThugZ- (please, don't remove it.)
 
Last edited:
Newbie Spellweaver
Joined
Oct 14, 2007
Messages
10
Reaction score
0
Re: [Guide] Making Subservers

it gives me an error gameserver.exe is already running
 
Don Corleone
Joined
Mar 4, 2009
Messages
632
Reaction score
103
Re: [Guide] Making Subservers

try useing onther UDP port ...
 
Newbie Spellweaver
Joined
Jan 29, 2007
Messages
23
Reaction score
2
i know this is old but i am getting this error "webzen mu game server is already running."

Thanks in advance.
 
Newbie Spellweaver
Joined
Jan 8, 2011
Messages
41
Reaction score
23
how to to like this in IGCN files season 6.3 i need to know how to add sub server as well. any help to add sub server i need a clear instruction. thanks in advance to those people can give me a link of a nice guide
 
Back
Top