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!

How to change name

Newbie Spellweaver
Joined
Aug 2, 2006
Messages
36
Reaction score
0
Location
thai
By DarKXL
How to change name=test server

Code:
ServerIdx=24 = Test Server
1 = Mercury
2 = Mars

Your edit in? Thank
 
By DarKXL
How to change name=test server

Code:
ServerIdx=24 = Test Server
1 = Mercury
2 = Mars

Your edit in? Thank

HY

You need a Encoder/Decoder for Client!! At file cabal_msg.enc you find the names!!

Example:
<cabal_message>
<version index="1"/>
<nation code="US"/>
<cabal_msg>
<msg id="server1-1" cont="Mercury" />
<msg id="server1-2" cont="Venus" />
<msg id="server1-3" cont="Mars" />
<msg id="server1-4" cont="Jupiter" />
<msg id="server1-5" cont="Saturn" />
<msg id="server1-6" cont="Neptune" />
<msg id="server1-7" cont="Pluto" />
<msg id="server1-8" cont="Leo" />
<msg id="server1-9" cont="Sirius" />
<msg id="server1-10" cont="Draco" />
<msg id="server1-11" cont="RESERVED" />
<msg id="server1-12" cont="RESERVED" />
<msg id="server1-13" cont="RESERVED" />
<msg id="server1-14" cont="RESERVED" />
<msg id="server1-15" cont="RESERVED" />
<msg id="server1-16" cont="RESERVED" />
<msg id="server1-17" cont="RESERVED" />
<msg id="server1-18" cont="RESERVED" />
<msg id="server1-19" cont="RESERVED" />
<msg id="server1-20" cont="RESERVED" />

THX
[]MG[]KILL
 
Look in the .ini files in /etc/cabal, anywhere you see ServerIdx=24 change it to 1 so the server shows as Mercury instead of Test Server, 2 makes it Mars, 3 is Saturn and it goes on from there.


hi,

Got problem on this one.

Scenario 1:
Change the ServerIdx value into "1". Server name has changed into Mercury.
Problem can't enter the channel.
And I notice that the font color of the channel change into color green (is this ok?).

fasiok - How to change name - RaGEZONE Forums


fasiok - How to change name - RaGEZONE Forums



Scenario 2:
Change the ServerIdx value back into "24". Server name has changed back into Test Server
No problem entering the channel.
And I notice that the font color of the channel change into color WHITE.

fasiok - How to change name - RaGEZONE Forums


fasiok - How to change name - RaGEZONE Forums


Question:

Any idea guys why am having this problem? Did I just missed something here? I've just follow the guide on how to change the name of the server, but I can't enter the channel.
 
Back