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 add a server01, server02

Newbie Spellweaver
Joined
Oct 21, 2013
Messages
6
Reaction score
0
how to add a server01, server02
Code:
<?xml version="1.0" encoding="UTF-8" ?><root>
    <item name="Loong" worldid="200001" borogh="VN" boroughrank="0" ip="127.0.0.1" port="4200" state="11" recommend="1" worldrank="" recorank="1" greenflag="" />
</root>
I want to add more servers to do?
 
Joined
May 19, 2011
Messages
592
Reaction score
70
<?xml version="1.0" encoding="UTF-8" ?><root>
<item name="Loong" worldid="200001" borogh="VN" boroughrank="0" ip="127.0.0.1" port="4200" state="11" recommend="1" worldrank="" recorank="1" greenflag="" />
<item name="Loong2" worldid="200002" borogh="VN" boroughrank="0" ip="127.0.0.1" port="4200" state="11" recommend="1" worldrank="" recorank="1" greenflag="" />
<item name="Loong3" worldid="200003" borogh="VN" boroughrank="0" ip="127.0.0.1" port="4200" state="11" recommend="1" worldrank="" recorank="1" greenflag="" />
</root>

What about exactly servers,on that part it is a bit complicated
 
Back
Top