Add subserver (Zteam s6ep3)

Results 1 to 2 of 2
  1. #1
    Member avihai195 is offline
    MemberRank
    Aug 2012 Join Date
    Ashqelon, IsraeLocation
    52Posts

    Add subserver (Zteam s6ep3)

    How can i add subserver?


  2. #2
    Gamma DragonSeth is offline
    MemberRank
    Aug 2011 Join Date
    2,996Posts

    Re: Add subserver (Zteam s6ep3)

    Forum Thread: http://forum.ragezone.com/f196/subservers-594473/

    Code:
    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.)



Advertisement