Hello everyone, I'm glad to be able to release something new and working to the ZO community. For starters I would like to say that these server files are far from perfect and do need some work.
Server Files -
Client Download - (If you would like me to upload the client to a different site let me know)
Tools -
Flash Decomipler Trillex -
Hex Editor -
Register Page -
Let's start with how to set up the server
First go to your "Server Files" folder and open up the "mysql" folder. Then open up the "Install Mysql Admin Service" then enter your user name and password. Normally root and test.
Now open your "ACCServer" folder and open up "Account" and edit it as below
[Account1]
SERVERNAME=[Your server name here]
LOGINNAME=root
PASSWORD=test
FREE_DEBUG=3
Now open up "config" and edit it as below
[System]
LOGINLISTENPORT = 9958
POINTLISTENPORT = 9865
SERVER_FULL_DELAY_SECS = 5000
SERVER_BUSY_DELAY_SECS = 3000
SERVER_TITLE = [Your server name here]
Now go to your "GameServer" folder and open "Config" and edit it as below
[GameServer]
;外网设置
GAMESERVER_IP = [Your server name here]
GAMESERVER_PORT = 5816
SND_SIZE = 64000
RCV_SIZE = 16000
[Database]
DB_IP = 127.0.0.1
DB_USER = root
DB_PW = test
DB_NAME = JZ
Now open "Shell" and edit it as below
[System]
MAPGROUP_SIZE = 5
[Database]
DB_IP = 127.0.0.1
DB_USER = root
DB_PW = test
DB_NAME = JZ
DB_DB = JZ
[AccountServer]
;---------------------------------外网设置
ACCOUNT_IP = 127.0.0.1
ACCOUNT_PORT = 9865
SERVERNAME = [Your server name here]
LOGINNAME = root
PASSWORD = test
; 登录表尺寸, 10-5000
MAXLOGINTABLESIZE=1500
; 登录表超时秒数,0-86400
LOGINOVERTIMESECS=120
[InternetPort]
CURRENT_PORTID = 0
PORT_SIZE = 5
MASTER_IP = [Your IP here]
MASTER_PORT = 8653
[DumpAttack]
DB_IP = 127.0.0.1
DB_USER = root
DB_PW = test
DB_NAME = JZ
Alright now for editing the client. I would suggest making backups.
First go to your client folder and open up ini and look for "Worlds.dat" and open it with a hex editior. You will need to edit the server name and IP. I suggest using the same server name and IP you used for your server files.
Once you edit it save and exit.
Now go back to your client folder and go to data > flash > world > 01. Make copies of s1 and w1 then you need to download flash decomipler trillex. I will provide a working one that is registered to use.