I know there have been many post for a guide on how to set up a server, but i have a few friends that it does not work for them. So please allow me to make my only guide on making a server.
First you will need these few things:
1.) You will need the server files. Link Here
2.) Client v1002 (sadly since MegaUploads take down i do not have a link.)
3.) Navicat SQL Manager. Link Here
4.) Wamp 5.0 Link Here
Okay now lets get started...
Step 1:
1.1 You will need to extract the server files to "C:/What-evere-you-want/".
For my set up i prefer to use "C:/ZOServer/".
1.2 Install Wamp 5.0
1.3 Extract the client to where ever you want to. (If you have a link to the
client.
1.4 Install Navicat SQL Manager
Step 2: (Configuring the ACCServer for the first time)
2.1 First you will have to Open your server directory and look for ACCServer. Once you have located this you will need to open the file Account.ini
Your settings should look like this...
Code:
[Account1]
SERVERNAME=server //Change to the name of your server "No spaces" example: Your-Server
LOGINNAME=test // Your database log in username!
PASSWORD=test // Your data base login password!
FREE_DEBUG=3 // Do not change this.
2.2 Now you have to open the file called Config.ini
The info inside should look like this.
Code:
[Account1]
[System]
LOGINLISTENPORT = 9958
POINTLISTENPORT = 9865
SERVER_FULL_DELAY_SECS = 5000
SERVER_BUSY_DELAY_SECS = 3000
SERVER_TITLE = server //Server name, Must match whats in Account.ini
LOGINNAME = test //DB User
PASSWORD = test //DB Password
SERVERIP = 127.0.0.1 //Server IP (Or you can use your wanIP)
[Database]
DBHOSTNAME=127.0.0.1 //DB IP
DATABASENAME=JZ //Game Server's DB
DBUSER=test //DB User
DBPASSWORD=test //DB Password