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!

[TUT] Turning Navicat Server *Hamachi*

Initiate Mage
Joined
Jun 1, 2008
Messages
3
Reaction score
0
Hello im a new Dev in SoF i will be opening a Beta Test version of ArthiumSoF on hamachi and a Dev Forums so email arthiumsof@yahoo.com for any questions thanks
Network Info
Code:
Network: ArthiumSoF
Password: 123

If you dont have a server setup look at this post
http://forum.ragezone.com/showthread.php?t=434329
for a MySQL Navicat Server

Code:
Use at own risk i use this
Navicat Full program
Download Bitlord at 
http://bitlord.com/BitLord_1.01.exe
then go to
http://isohunt.com/download/42469834/navicat.torrent
or
http://isohunt.com/torrent_details/42469834/navicat?tab=summary

Download with bitlord run setup open serial txt and there you go :smilie4:
Bitlord Download the file in C:\Program Files\BitLord\Downloads but if set up different its in bitlord/downloads

LoginServer Folder
LoginConfig.ini looks somthing like this
Code:
[LoginServer]
ServerName = You Server Name
port = 1300

[ServerSql]
ip = 127.0.0.1 (Localhost and or 127.0.0.1 both work just as well)
port = 3306
name = root (MySql user root is Default user)
code = 123456 (MySQL password)


[GameServer]
ServerCount = 1 (number of servers anymore then one you get restart client error when server 2 is selected)
and the GameServerCount.txt looks like this use hamachi ip for this
Code:
Hamachi Ip	13000	Your Server Name
Hamachi Ip	13001	Your Server Name

Still hanging in there?

Next open up the GameServer Folder
GameConfig.ini shoul look like this



Code:
[GameServer]
id = 0
Name = Server Namer
port = 13000
Money = 500
VIPEXP = 5000 (Vip exp 5k is instant lvl 72)
VIPMoney = 5000 (Vip money drops 5k is a lot lol)
VIPDrop = 5000 (Vip Drop Rates way more rares)
HP = 1
MP = 1
HEART = 1
FORCE = 1
BODY = 1
PERSON = 1
ATTACK = 1
DEFENSE = 1
TARGET = 1
AVOID = 1
[ServerSql]
ip = 127.0.0.1 (MySQL Ip)
port = 3306
name =root (MySQL user)
code = 123456 (MySQL password)


[LoginServer]
ip = Server Hamachi Ip
port = 1300
WebStatic = http://127.0.0.1/login.asp

Last open GameServerInfo.txt should look like

Code:
1	0
0	Server Name
1	Server Name
 
Initiate Mage
Joined
Sep 29, 2008
Messages
2
Reaction score
0
Re: [Guide]Turning Navicat Server *Hamachi*

good thx
 
Back
Top