• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

[Guide] Channel Add !

Newbie Spellweaver
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
Loyal 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