[Release]Zero Online Private Server

Page 1 of 11 123456789 ... LastLast
Results 1 to 15 of 153
  1. #1
    Valued Member Omikron is offline
    MemberRank
    Sep 2008 Join Date
    My Moms BasementLocation
    142Posts

    [Release]Zero Online Private Server

    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: Zero Client
    Next, you download the Server files: Zero Online Server files.
    If you have issues with those files, download>Files by omnija
    Now download Wamp 5.0: Wamp 5.0
    And Navicat: 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 Flash Decompiler~Thanks to omnija for finding this.
    Mirror

    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: XVI32
    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.
    Zero Reg Page
    All credits to mafia03. :)
    GM Commands
    Code:
    GM Commands
    Database in SQL format.
    Code:
    jz_account.sql
    http://0a51b915.realfiles.net
    
    JZ.sql
    http://160f6654.realfiles.net
    
    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/
    Quote Originally Posted by omnija View Post
    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 by Omikron; 08-04-10 at 04:19 PM. Reason: Cleaned up the post a bit.


  2. #2
    Banned MAXTRAXv3 is offline
    BannedRank
    Jan 2007 Join Date
    Perth, WesternLocation
    2,252Posts

    Re: [Release]Zero Online Private Server

    thanks

  3. #3
    Valued Member Omikron is offline
    MemberRank
    Sep 2008 Join Date
    My Moms BasementLocation
    142Posts

    Re: [Release]Zero Online Private Server

    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:)

  4. #4
    Banned MAXTRAXv3 is offline
    BannedRank
    Jan 2007 Join Date
    Perth, WesternLocation
    2,252Posts

    Re: [Release]Zero Online Private Server

    any chance can get the DBs as an normal MySql file?

  5. #5
    凸(ಠ益ಠ)凸 Omnija is offline
    MemberRank
    Jun 2008 Join Date
    QuebecLocation
    2,233Posts

    Re: [Release]Zero Online Private Server

    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

  6. #6
    Valued Member Omikron is offline
    MemberRank
    Sep 2008 Join Date
    My Moms BasementLocation
    142Posts

    Re: [Release]Zero Online Private Server

    Quote Originally Posted by omnija View Post
    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 by Omikron; 06-04-10 at 02:57 AM.

  7. #7
    Account Upgraded | Title Enabled! Bres is offline
    MemberRank
    Sep 2006 Join Date
    226Posts

    Re: [Release]Zero Online Private Server

    thx
    testing in progres

  8. #8
    Valued Member Omikron is offline
    MemberRank
    Sep 2008 Join Date
    My Moms BasementLocation
    142Posts

    Re: [Release]Zero Online Private Server

    Quote Originally Posted by Bres View Post
    thx
    testing in progres
    You're welcome.
    Let me know if I can help with anything.

  9. #9
    凸(ಠ益ಠ)凸 Omnija is offline
    MemberRank
    Jun 2008 Join Date
    QuebecLocation
    2,233Posts

    Re: [Release]Zero Online Private Server

    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
    http://0a51b915.realfiles.net

    JZ.sql
    http://160f6654.realfiles.net
    Last edited by Omnija; 06-04-10 at 05:55 AM.

  10. #10
    Enthusiast Xemaroth is offline
    MemberRank
    Nov 2009 Join Date
    The Shadow VoidLocation
    48Posts

    Re: [Release]Zero Online Private Server

    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.

  11. #11
    Banned MAXTRAXv3 is offline
    BannedRank
    Jan 2007 Join Date
    Perth, WesternLocation
    2,252Posts

    Re: [Release]Zero Online Private Server

    thanks again for the exported SQL files

  12. #12
    Valued Member Omikron is offline
    MemberRank
    Sep 2008 Join Date
    My Moms BasementLocation
    142Posts

    Re: [Release]Zero Online Private Server

    Quote Originally Posted by omnija View Post
    You mind if I add these to the post?
    To keep it clean and easy access.

    Quote Originally Posted by Xemaroth View Post
    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. :)

  13. #13
    Banned MAXTRAXv3 is offline
    BannedRank
    Jan 2007 Join Date
    Perth, WesternLocation
    2,252Posts

    Re: [Release]Zero Online Private Server

    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

  14. #14
    Account Upgraded | Title Enabled! Bres is offline
    MemberRank
    Sep 2006 Join Date
    226Posts

    Re: [Release]Zero Online Private Server

    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 by Bres; 06-04-10 at 03:30 PM.

  15. #15
    Banned MAXTRAXv3 is offline
    BannedRank
    Jan 2007 Join Date
    Perth, WesternLocation
    2,252Posts

    Re: [Release]Zero Online Private Server

    seems ACCServer doesnt work on windows 7
    due to MSVCRT.DLL
    Last edited by MAXTRAXv3; 06-04-10 at 03:22 PM.



Page 1 of 11 123456789 ... LastLast

Advertisement