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!

[zTeam Season 8] Multiple Servers and Sub-Servers issue

Newbie Spellweaver
Joined
Aug 23, 2015
Messages
77
Reaction score
46
Used files:
- zTeam Season 8

I'm trying to create multiple servers with multiple sub-servers.

I've managed to create 2 servers with 2 subservers and separate databases:
- MuOnline for subserver FaithMu-1 and FaithMu-2
- MuOnline2 for subserver FaithMu-6 and FaithMu-7

The problem is that they can all be selected from under the FaithMu server, but I want to be able to select only the first 2 sub-servers from FaithMu and to add the other 2 sub-servers to a server with a different name.

Files structure:

FaithMu-1, FaithMu-2:
- ExDBServer
- zMultiServer1
- zMultiServer2
- zGameServer1
- zGameServer2


FaithMu-6, FaithMu-7:
- ExDBServer2
- zMultiServer3
- zMultiServer4
- zGameServer3
- zGameServer4

- zConnectServer (used by all sub-servers)

zConnectServer/ServerList.txt file content:

// ----------------------------------------------------------------------------------
// ID Name IP Port
// ----------------------------------------------------------------------------------
0 "zTeam-1-1 - Local" "192.168.1.150" 55901
1 "zTeam-1-2 - Online" "192.168.1.150" 55905

5 "zTeam-2-1 - Local" "192.168.1.150" 55911
6 "zTeam-2-2 - Online" "192.168.1.150" 55915
end


Attached images:
- issue.png -> a visual description of the issue
- expected.png -> what I want to do

expected - [zTeam Season 8] Multiple Servers and Sub-Servers issue - RaGEZONE Forums issue - [zTeam Season 8] Multiple Servers and Sub-Servers issue - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Last edited:
Back
Top