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!

[Release]Zero Online Private Server

Junior Spellweaver
Joined
Sep 21, 2008
Messages
103
Reaction score
26
Since the other Zero Online post is a mess without any working links, I decided to create a small guide and distribute files for you to download.

There have been some issues for Windows7 users.
Apparently it doesn't work for some.
Some Windows7 users got it to work.
I'll keep this updated till I figure out what version of Windows7 they use.

First thing you do, is download the client:
Next, you download the Server files:
If you have issues with those files, download>
Now download Wamp 5.0:
And Navicat:
I suggest you download the free lite version.

Now create a folder in C: with the name of your server.
Put your server files in it.

Next, install wamp. Once it's done, you have to browse to C:/wamp/mysql/data/ put the two folders named: jz and jz_acc in it.
Now, browse to C:/wamp/mysql/bin/ and open winmysqladmin.
(mysql-nt for Vista users).
Set the Username and Password as "root" and "test".

Now install Navicat, open it and click Connection.
Make sure it'll look something like this.
Code:
Connection Name: What ever you want
Host name/IP Address: Localhost
Username: root
Password: Leave Blank
click "ok"
Open the connection and click on root@localhost, click "select all" and save. Do the same for jz and jz_acc.
Now go to Edit User and put a password, it should be "test".

Now open C:/[Your server name]/AccServer/Account.ini
Make it look like this.
Code:
[Account1]
SERVERNAME= Your server name
LOGINNAME=root
PASSWORD=test
FREE_DEBUG=3
Save it.

Now open C:/[Your server name]/AccServer/Config.ini
Make it look like this.
Code:
[System]
LOGINLISTENPORT	= 9958
POINTLISTENPORT = 9865
SERVER_FULL_DELAY_SECS	= 5000
SERVER_BUSY_DELAY_SECS	= 3000
SERVER_TITLE = Your server name
LOGINNAME = root
PASSWORD = test
SERVERIP = Your IP
[Database]
DBHOSTNAME=127.0.0.1
DATABASENAME=jz
DBUSER=root
DBPASSWORD=test
Save.

Now open C:/[Your server name]/GameServer/Config.ini
Make it look like this.
Code:
; ÅäÖÃÎļþ


[System]
SERVERNAME	= Your server name
MONSTER_ACTIVE_LIMIT = 4000


[GameServer]
GAMESERVER_IP	= Your IP
GAMESERVER_PORT	= 5816
SND_SIZE		= 64000
RCV_SIZE		= 16000


[Database]
DB_IP			= Your IP
DB_USER			= root
DB_PW			= test
DB_NAME			= jz


[InternetPort]
MASTER_IP	= Your IP
MASTER_PORT	= 8653
PORT_SIZE	= 53
LOGIN_KEY	= dfkKO23k'[cvK934
CURRENT_PORTID	= 2


[BusySleep]
LEVEL1		= 20	; > 1000 sleep 20%
LEVEL2		= 30	; > 2000
LEVEL3		= 40	; > 3000
LEVEL4		= 50	; > 4000
LEVEL5		= 60	; > 5000
Save.

Now open C:/[Your server name]/GameServer/shell.ini
Make it look like this.
Code:
; Íâ¿ÇÅäÖÃÎļþ
; 2002.10.23

[System]
MAPGROUP_SIZE		= 1
ACCEPT_MS = 500

[StreamType]
TYPE		= 0	;0=Õý³£´ÓSOCKET£¬1=SOCKET¼Ç¼µ½Îļþ, 2=´ÓÎļþ¶Á(³ÌÐòµ÷ÊÔÓÃ)

[Database]
DB_IP		= 127.0.0.1
DB_USER		= root
DB_PW		= test
DB_DB		= jz


[AccountServer]
ACCOUNT_IP			= Your IP
ACCOUNT_PORT			= 9865
SERVERNAME			= Your server name
LOGINNAME			= root
PASSWORD			= test
; µÇ¼±í³ß´ç, 10-5000
MAXLOGINTABLESIZE=1500
; µÇ¼±í³¬Ê±ÃëÊý£¬0-86400
LOGINOVERTIMESECS=120




[InternetPort]
MASTER_IP	= Your IP
MASTER_PORT	= 8653
PORT_SIZE	= 53
LOGIN_KEY	= dfkKO23k'[cvK934
CURRENT_PORTID	= 1
Don't forget to put your IP and Server name at the places where it says so.

Now open C:/[Your server name]/AccServer/AuthorizeDB.cfg
Make it look like this.
Code:
127.0.0.1 root test jz_acc account name password id
count_stat server_name status
127.0.0.1 root 4871344843773d3d111 jz_acc
Save.

Next open C:/[Your server name]/AccServer/Gameserver.cfg
Make it look like this.
Code:
1000 1 127.0.0.1 1 root test JZ
Save.

Lastly, open C:/[Your server name]/GameServer/Gameserver.cfg
Make it look like this.
Code:
1000 1000 1000 1000 1000 1000 1000 1 127.0.0.1 root test jz
Save.
That's all for the Server files.

Now open C:/[Your server name]/AccServer/ACCServer.exe
Let it load for a while.
Now open C:/[Your server name]/GameServer/MSGServer.exe
This'll take a while to load.
Lastly open C:/[Your server name]/GameServer/NPCServer.exe
This'll take a while too.
If you've done everything right, the server should be online.

Now put all the files in the client folder in a folder.
Download ~Thanks to omnija for finding this.


Go into the C:/[Your client folder]/data/flash/world/01/ folder
and open s1 and w1 with the flash decompiler.(Might want to make back-ups first)
Edit them to the name of your server.

Almost done!

Go into your C:/[Your client folder]/ini/
and find the file worlds.dat.
Open it with a hex editor.
I suggest using this one:
Edit the names and IP's to the ones you've used to config the ini's in your server files.
If you're not as experienced with it, make a backup of the file and if it goes wrong just try different methods.
I'm not that well known with hex, but I haven't had much problems with it myself.
Just make sure you wont use the delete button, unless you know what you're doing.

Hope this helps people, atleast shared the files and the guide should be a bit helpful to people.

Code:
I took this from the mafia03's server files.
I haven't set up a website in a while 
so I'll post a little guide on what to edit later. 
For now, I'll just post this here.
[URL="http://www.mediafire.com/?yzz2imkvmn1"]Zero Reg Page[/URL]
All credits to mafia03. :)

GM Commands
Code:
[URL="http://www.mediafire.com/?dwg3jjmd10j"]GM Commands[/URL]

Database in SQL format.
Code:
jz_account.sql
[url]http://0a51b915.realfiles.net[/url]

JZ.sql
[url]http://160f6654.realfiles.net[/url]

Check off continue threw error.
~Credits to omnija.

If your server crashed cause of msvcrt.dll error.
Download this and put it in WINDOWS/System32/
Code:
[url]http://forum.ragezone.com/attachments/f111/76588d1270563639-release-zero-online-private-server-msvcrt.rar[/url]
~Thanks to Bres.

i think this is all the ports

Zero Online
9958
9951
9865
8653
5816
5818
5601
Thanks again omnija.

~Enjoy.

Note: These files are not mine, nor is the client.
I just share them cause they're nowhere to be found on this site.
Credits to the guys from War-Machine for creating this.
Note2: These files are nothing near perfectly translated.
Once I find better files I'll update my post.
 
Last edited:
Junior Spellweaver
Joined
Sep 21, 2008
Messages
103
Reaction score
26
No problem ^^
If you really decide to host this, I'd be glad to join ;)
I'm already hosting a ToP server, so I can't be bother hosting a ZO server aswell :p

Goodluck:)
 
Banned
Banned
Joined
Jan 13, 2007
Messages
1,898
Reaction score
65
any chance can get the DBs as an normal MySql file?
 
凸(ಠ益ಠ)凸
Member
Joined
Jun 16, 2008
Messages
1,665
Reaction score
227
it says mysql, u need to put the folder in your mysql/data in your webserver or w/e ur using for mysql, but ill upload u a copy if u really dont understand

p.s also has trojan virus in it, assure u clean ur server files before u upload them plz
 
Junior Spellweaver
Joined
Sep 21, 2008
Messages
103
Reaction score
26
it says mysql, u need to put the folder in your mysql/data in your webserver or w/e ur using for mysql, but ill upload u a copy if u really dont understand

p.s also has trojan virus in it, assure u clean ur server files before u upload them plz

I've just unpacked them and scanned them again.
Nothing was found.

What virusscanner did you use? Some pick up Trojans that aren't really Trojans but just a program running in a program.
 
Last edited:
凸(ಠ益ಠ)凸
Member
Joined
Jun 16, 2008
Messages
1,665
Reaction score
227
dont think it effected the files tho but im using rising antivirus it just cleaned it



by the way thanx for the files, also could someone build me the swf for me?
what are all the ports that need to be opened?

sql format just make sure u do run threw errors cuz there;s 1 duplicate but it won;t effect anything

jz_account.sql


JZ.sql
 
Last edited:
Initiate Mage
Joined
Nov 22, 2009
Messages
47
Reaction score
3
Awesome release, this is the only generic P&C (Point and Click) game I like. The only problem I ever had with this game as a private server, is when I added accounts. I couldn't actually use them to login into the game. Apart from that everything worked fine.

A little help would be appreciated, if I can get help fixing the problem, I will host a server. I'm starting to miss hosting game servers again.
 
Junior Spellweaver
Joined
Sep 21, 2008
Messages
103
Reaction score
26
jz_account.sql


JZ.sql

You mind if I add these to the post?
To keep it clean and easy access.

Awesome release, this is the only generic P&C (Point and Click) game I like. The only problem I ever had with this game as a private server, is when I added accounts. I couldn't actually use them to login into the game. Apart from that everything worked fine.

A little help would be appreciated, if I can get help fixing the problem, I will host a server. I'm starting to miss hosting game servers again.
I'll try to find the reg page I used to use.
Maybe that'll work. :)
 
Banned
Banned
Joined
Jan 13, 2007
Messages
1,898
Reaction score
65
dont worry about this error;

Code:
[Err] 1264 - Out of range value for column 'id' at row 1
[Err] INSERT INTO `cq_mapitemgen` VALUES ('0', '1575324507', '3435973827', '3435973836', '3435973836', '3968554444', '1483276138');

might wanna put that in
 
Initiate Mage
Joined
Sep 30, 2006
Messages
36
Reaction score
0
im use DB in my "MySQL",
DB work fine, register page work good 2.
Why serwer files can`t start , can`t connect to DB in my personal "MySQL".
all configs is good.
some one solwed this stupid thing?
How to start server in my personal "MySQL" ? or how to configure server files ?
I dont need another web server!
when i start Uniform Server (www) everything working fine.
when i start my WebServ (www) server files can`t connect. but database files working good.
I dont need another web server!

:?:
 
Last edited:
Banned
Banned
Joined
Jan 13, 2007
Messages
1,898
Reaction score
65
seems ACCServer doesnt work on windows 7
due to MSVCRT.DLL
 
Last edited:
凸(ಠ益ಠ)凸
Member
Joined
Jun 16, 2008
Messages
1,665
Reaction score
227
You mind if I add these to the post?
To keep it clean and easy access.


I'll try to find the reg page I used to use.
Maybe that'll work. :)

yea np just helping out, dont forget to mention to check off continue threw error

also could someone make me the swf file since i dont really want to install the flash decompiler for me plz and whats all the ports that need to be opened?
 
Last edited:
Banned
Banned
Joined
Jan 13, 2007
Messages
1,898
Reaction score
65
still crashes

any one have it from windows xp may work with an older ver
 
Last edited:
Back
Top