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

Initiate Mage
Joined
Dec 25, 2013
Messages
1
Reaction score
0
hi, does any one know how to make the level to 255, and create the new item, i'm playing the private server form my country, they have new item like chomsky +8, weapon level 190 with +12, and etc, if you guy want the client to try, i will send the link for you guy, there is no virus in the client so don't worry !
Thank you first!
 
Experienced Elementalist
Joined
Apr 26, 2004
Messages
217
Reaction score
15
Beware, most files infected, one example below!!!

 
Last edited:
Joined
Jul 8, 2009
Messages
445
Reaction score
63
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.



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.


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.

Can you reupload links ?
 
Newbie Spellweaver
Joined
Oct 17, 2016
Messages
26
Reaction score
5
The link does not work Is it possible to update the link
 
Newbie Spellweaver
Joined
Mar 10, 2020
Messages
21
Reaction score
2
sorry dumb question, is this for windows hosting only or can it be host on linux also?
i would love to host this game, as i have had play the official for quite long time
 
Joined
Jul 8, 2008
Messages
306
Reaction score
338
This server is running only on Windows.
The problem is that the server executables are infected with trojans and backdoors.
Example with 2 ACCServer.exe:


I had found a few years ago a server with clean files but I no longer have these files.
 
Newbie Spellweaver
Joined
Nov 23, 2013
Messages
36
Reaction score
6


The server is in VMware, the password is : tuan565
 
Newbie Spellweaver
Joined
Apr 8, 2023
Messages
7
Reaction score
0
now check , all link gone broken. anyone add new download url

rep
 
Last edited:
Newbie Spellweaver
Joined
Apr 14, 2016
Messages
18
Reaction score
3
any have client .dat encrypt and decrypt tool?
 
Back
Top