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!

[Guide] Channel Add !

Joined
Jan 26, 2004
Messages
54
Reaction score
10
newmania - [Guide] Channel Add ! - RaGEZONE Forums


--------------------------------------------------------
Channel Number :

1 - Trade
2 - Novice
3 - Guild
4 ~ 20 -No name
21 ~ 35 - Not Use
36 37 38 39 40 43 44 45 46 47 - instantwars
41 42 48 49 - Test Server

--------------------------------------------------------

Guide :

ex) Make 3 Channel


Step 1. - Make Simbolic Link

cd /usr/bin
ln -s /usr/bin/WorldSvr WorldSvr_24_02
ln -s /usr/bin/WorldSvr WorldSvr_24_03

cd /etc/init.d
ln -s /etc/init.d/cabal_server WorldSvr_24_02
ln -s /etc/init.d/cabal_server WorldSvr_24_03

Step 2. -Edite .ini file & server_list

cd /etc/cabal
cp WorldSvr_24_01.ini WorldSvr_24_02.ini
cp WorldSvr_24_01.ini WorldSvr_24_03.ini

open - WorldSvr_24_02.ini
------------------------------
[NetLib]
Port=38111 <- modify Port=38112
...
...
...
[WorldSvr]
ServerIdx=24
GroupIdx=1 <- modify u want Channel number
-------------------------------

open - WorldSvr_24_03.ini
------------------------------
[NetLib]
Port=38111 <- modify Port=38113
...
...
...
[WorldSvr]
ServerIdx=24
GroupIdx=1 <- modify u want Channel number
-------------------------------
open - server_list
-------------------------------
GlobalDBAgent
DBAgent_24
GlobalMgrSvr
ChatNode_24
LoginSvr_01
CashDBAgent
WorldSvr_24_01
WorldSvr_24_02 <-- Add
WorldSvr_24_03 <-- Add
-------------------------------

Step 3. - Restart Cabal Server

/etc/init.d/cabal restart
or
service cabal restart

ps. sorry my english is bad
 

Attachments

You must be registered for see attachments list
Last edited:
Master Summoner
Member
Joined
Mar 5, 2007
Messages
507
Reaction score
0
Re: Channel Add success

thanks , ill try it when i success start my server
 
Back
Top