Welcome!

Join our community of MMORPG enthusiasts and private server developers! By registering, you'll gain access to in-depth discussions on source codes, binaries, and the latest developments in MMORPG server files. Collaborate with like-minded individuals, explore tutorials, and share insights on building and optimizing private servers. Join us today and unlock the full potential of MMORPG server development!

Join Today!

I need help how to add server or Channel in Mu :(

Status
Not open for further replies.
Joined
Dec 14, 2011
Messages
515
Reaction score
127
Location
/usr/bin/gcc
i need help how to add server in my server cuz im running my server in Hamachi and i have only 2 servers (Non-PVP) and (PVP) server but the (PVP) server is not working got stuck everytime, , Please help me how to open my other PVP servers, Thanks! :(:
 
I don't get it, are you trying to add a channel in hamachi server list or ingame? If u want a subserver, go add your global ip under connectserver with a new port and mapserverinfo. There is a guide in the tutorial section
 
Upvote 0
Try to copy/paste, then change server number and port.

Isn't that hard ^^ Follow the pattern...
 
Upvote 0
open ConnectServer/Data/ServerList
Look whats inside, now u add ur own lines
e.g I have
0 "xxxxxx" "192.168.1.106" 55901 "SHOW"
1 "xxxxxxSub" "192.168.1.106" 55903 "SHOW" ( I added this 1)
9 "xxxxxxCS" "192.168.1.106" 55909 "HIDE"

Now in MapServer i have:

0
0 0 1 S192.168.1.106 55901
1 1 1 S192.168.1.106 55903
9 0 0 S192.168.1.106 55909
end

1. Create New Folder call it what ever u want.

Copy Following Folders: Data,GameServer and/if its ENC then ENCData or if its TT then SCFData.

2.Open GameServer Folder.

Create Shortcut of GameServer.exe

and add this to " Target "

127.0.0.1 55970 127.0.0.1 55960 55903

3.since if u modified mapserverinfo/ServerList, u can copy MapServerInfo and paste it in

<SubServer>/data

and then run server to test, and after server is running open that GameServer from Shortcut
to see if it works
 
Upvote 0
Status
Not open for further replies.
Back