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!

How to change name=test server, at channel header

Experienced Elementalist
Joined
Sep 10, 2006
Messages
208
Reaction score
1
Anybody know how to change name=test server, which is channel header?
Thank's...
 
Newbie Spellweaver
Joined
Jul 6, 2008
Messages
91
Reaction score
2
/etc/cabal/worldSvr_24_01
ServerIdx=24 = Test Server
1 = Mercury
2 = Mars
etc ...
 
Upvote 0
Master Summoner
Joined
Nov 9, 2004
Messages
527
Reaction score
53
where to see what number what name is?

--------------------------------------------------------
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
 
Upvote 0
Newbie Spellweaver
Joined
Nov 3, 2007
Messages
88
Reaction score
0
No have Edit ServerIdx in the WorldSvr_24_01 and so its Mercury but all cant login what wrong?


MfG
 
Upvote 0
Newbie Spellweaver
Joined
Sep 17, 2004
Messages
40
Reaction score
2
these ini file in rar are change server from test server to Mercury
i still have some problem with war nation chanel it comeback nomarl chanel anyone have solution for it >..<"
 

Attachments

You must be registered for see attachments list
Upvote 0
Back
Top