
Originally Posted by
victorcor
@
wii530 follow these steps:
- Go to
..\gameserver-3.0.1\config\main\gameserver.properties and change the
gameserver.country.code key to the code you prefer
- Go to
..\gameserver-3.0.1\config\network\network.properties and set the
gameserver.network.login.gsid to the same value you entered above
- Still in same file, set a password in the
gameserver.network.login.password key
- Enter the database, with Navcat or another db software, go to
gameserver table and insert a row containing, in this order:
- The code you inserted in the first two steps;
- * (a simple asterisk as string)
- The password you set in the third step
For your information GSid its not same thing what CountryCode.
in Countrycode depend what client region you have .
NA=1 EU=2 RUS=7 etc.
3.0 was early state of server developing so there was not big chose then only KOR and USA(NA) and maybe one more
GSID its just simple number of your gameserver contain and read from serverlist in client side when you login into game. every number have his own name under.
So you can use any but need to be same like you say in last your line .On navicate in gamserver table.
PHP Code:
<id>40</id>
<name>[FRA] Urtem</name>
<lang>FRA</lang>
<time_zone>+1</time_zone>
<time_disp>GMT+1</time_disp>
</server> <server>
<id>31</id>
<name>[ENG] Spatalos</name>
<lang>ENG</lang>
<time_zone>+1</time_zone>
<time_disp>GMT+1</time_disp>
</server> <server>
<id>35</id>
<name>[ENG] Gorgos</name>
<lang>ENG</lang>
<time_zone>+1</time_zone>
<time_disp>GMT+1</time_disp>
like i say before . Here is good tutorial for him if he dont know how to setup.
https://forum.ragezone.com/f588/vide...erver-1204032/
Its working with any version.