Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Zero
You last visited: Today at 18:10

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



[Guide-Release]How to make a ZO server

Discussion on [Guide-Release]How to make a ZO server within the Zero forum part of the MMORPGs category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Nov 2006
Posts: 26
Received Thanks: 7
[Guide-Release]How to make a ZO server

Written and distributed. =]


WARNING!
SOME OR ALL MATERIALS NEEDED TO CREATE A PRIVATE SERVER ARE NOT GIVEN OR SHOWN IN THIS GUIDE ON HOW TO DOWNLOAD REQUIRED SOFTWARE. ASSUMPTIONS ARE MADE THAT ALL USERS OR PERSONNEL ACKNOWLEDGE THIS AND WILL NOT FLAME ME FOR NOT WARNING YOU. I UNDERSTAND THAT SOME PEOPLE MAY NOT BE ABLE TO COMPREHEND SUCH WRITING IN THE GUIDE AND ACCEPT NO BLAME FOR MISLEAD TRUTHS. UNSATISFIED AND ANGRY PERSONS OR INDIVIDUALS WHO HAVE USED THIS GUIDE ARE MORE THAN WELCOME TO STFU AND GTFO.IF YOU DIDN'T LIKE THIS GUIDE, THEN DON'T USE IT.



Credits to Necron33 for Server Files
Attached Files
File Type: txt [Guide]How to setup ANY TQ binary server.txt (6.9 KB, 183 views)
LMSIMDIIII is offline  
Thanks
2 Users
Old 06/06/2009, 02:47   #2
 
elite*gold: 0
Join Date: Sep 2004
Posts: 61
Received Thanks: 0
I liked the guide. Clear, and simple. I did all the steps, and my Navicat did see the JZ and jz_acc databases. However my problem is when running ACCServer.exe. [See attached pic] Im running Vista x64 bit. Im not sure whats going on. Any help would b great. Thanks
Attached Images
File Type: jpg ERROR.jpg (87.4 KB, 120 views)
gods_ghosts is offline  
Old 06/06/2009, 19:25   #3
 
mama020153's Avatar
 
elite*gold: 0
Join Date: May 2008
Posts: 688
Received Thanks: 379
That means your Mysql ant up or you messed up in one of the files or you didnt put same password in Mysql as in the Server files.
mama020153 is offline  
Old 06/07/2009, 04:14   #4
 
elite*gold: 0
Join Date: Nov 2006
Posts: 26
Received Thanks: 7
Look at your Config files (AuthorizeDB/Gameserver) in the ACCServer folder, maybe you wrote or created an error in those files. Also try looking at the other files, i might've missed that in the guide i wrote in 10 minutes for a friend x.x.
TRY RUNNING THE ACCSERVER.EXE IN ADMINISTRATOR MODE FIRST

Authorize DB
Code:
127.0.0.1 [COLOR="Red"]<Username> <Password>[/COLOR] jz_acc account name password id
count_stat server_name status
127.0.0.1 [COLOR="Red"]<Username>[/COLOR] 4871344843773d3d111 jz_acc
Gameserver
Code:
1000 1 127.0.0.1 [COLOR="Red"]<Username> <Password>[/COLOR] JZ
Config
Code:
[System]
LOGINLISTENPORT	= 9958
POINTLISTENPORT = 9865
SERVER_FULL_DELAY_SECS	= 5000
SERVER_BUSY_DELAY_SECS	= 3000
SERVER_TITLE = [COLOR="Red"]<Server Name>[/COLOR]
GetConfig
Code:
[MyGate]
KeepConnectTimeOut=60000
AttackLevel=1
MaxConnOfIPaddr=11
BlockMethod=1
MYSQLPort=3306
ChgDefendLevel=1
ClearTempList=1
ReliefDefend=1
ChgDefendLevelCount=3
ClearTempListTime=120
ReliefDefendTime=120
Minimize=0
[GateClass]
[COLOR="Red"]DataBase=JZ[/COLOR]
UserDataUase=jz
[COLOR="Red"]MySQLUser=<Username>
MySQLPass=<Password>[/COLOR]
MySQLHost=localhost
ServerPort=5601
Rebot=1
recordmap_id=1000
recordx=170
recordy=400
recordmap_id2=1000
recordx2=170
recordy2=400
G_Reg=1
G_Get=1
G_Set=1
G_Hao=1
G_RegNum=0
MinUserLength=4
MaxUserLength=26
RunACC=0
AccDir=./
RunBak=0
MySQLDir=
FirstRun=1
TopList=0
RegVIP=0
ACCName=AccountServer.exe
GetBackUser=0
Port9958=9958
Port9865=9865
Port5816=5816
Port5818=5818
F_Port9958=1
F_Port9865=1
F_Port5816=1
F_Port5818=1
F_Port3306=1
CloseMapped=1
MappedPort=9958
NewLoginPort=9951
MappedAddress=192.168.0.1
OldEnMsg=0
QQMail=请正确的设置好邮箱地址
[COLOR="Red"]ACCServerDir=<Your Server's ACCServer.exe directory>
MSGServerDir=<Your Server's MSG.exe directory>
NPCServerDir=<Your Server's NPC.exe directory> [/COLOR]
HackMail=1
LMSIMDIIII is offline  
Old 06/07/2009, 06:59   #5
 
elite*gold: 0
Join Date: Sep 2008
Posts: 806
Received Thanks: 321
Well or the Simplest Problem , Your PC maybe running the Mysql-max-nt you need to run Mysql-nt , How?
1st go to the mysql folder then bin
2nd Delete the mysql-max-nt.exe
3rd open mysqladmin
4th choose the my.in tab
5th select mysql-nt and click Save
6th close the mysqladmin
7th go to your windows folder
8th delete my.ini
9th open mysqladmin again
10th enter the user and pass
11th ReSetup your Navicat Connection Settings
12th Enjoy
Spy520 is offline  
Old 06/08/2009, 00:31   #6
 
elite*gold: 0
Join Date: Sep 2004
Posts: 61
Received Thanks: 0
Thank all for the help. I tried what everyone one said. I am still having this problem.
@Spy520 what version of MySQL is this for because i don't have the mysql-max-nt.exe?
I'm currently using MySQL 5.0, where there is a wizard when you start up the app, are there any configurations that i need specifically to set up?
Im currently using the ID: root and PASS: 123 for all the logins.
Now i managed to fix a problem with my MySQL, as it woudn't find the jz and jz_acc db's so that is fixed, as well as it would not allow me to use the id and pass mentioned for my navicat. I'm wondering, do i need any thing to get this going? I just updated my framework 3.5 so it can't be that. I'm starting to wonder if this is incompatible with Windows Vista Home x64 bit.
I also ran ACCSERVER.exe as admin, but the error still continues.
Does anyone have any other ideas/suggestions? Thanks.
gods_ghosts is offline  
Old 06/08/2009, 00:55   #7
 
elite*gold: 0
Join Date: Feb 2008
Posts: 231
Received Thanks: 99
hum im having same issue as gods_ghosts , but all my info are good i think its because it dont work with vista... like dekaron server isnt working with vista...
powerfear is offline  
Old 06/08/2009, 03:27   #8
 
elite*gold: 0
Join Date: Sep 2008
Posts: 979
Received Thanks: 645
Quote:
Originally Posted by LMSIMDIIII View Post
Written and distributed. =]


WARNING!
SOME OR ALL MATERIALS NEEDED TO CREATE A PRIVATE SERVER ARE NOT GIVEN OR SHOWN IN THIS GUIDE ON HOW TO DOWNLOAD REQUIRED SOFTWARE. ASSUMPTIONS ARE MADE THAT ALL USERS OR PERSONNEL ACKNOWLEDGE THIS AND WILL NOT FLAME ME FOR NOT WARNING YOU. I UNDERSTAND THAT SOME PEOPLE MAY NOT BE ABLE TO COMPREHEND SUCH WRITING IN THE GUIDE AND ACCEPT NO BLAME FOR MISLEAD TRUTHS. UNSATISFIED AND ANGRY PERSONS OR INDIVIDUALS WHO HAVE USED THIS GUIDE ARE MORE THAN WELCOME TO STFU AND GTFO.IF YOU DIDN'T LIKE THIS GUIDE, THEN DON'T USE IT.
Could you give credits to the releaser for those files here? ja?
I am NOT insulting just mentioning
Necron33 is offline  
Old 12/18/2009, 14:08   #9
 
elite*gold: 0
Join Date: Dec 2009
Posts: 4
Received Thanks: 0
I WANT a site for download zero online private server...please!!.w8ing ur answer
gonzelaa is offline  
Reply


Similar Threads Similar Threads
[Guide]Server setup and everything on win7 or not with pictures
12/20/2012 - EO PServer Guides & Releases - 28 Replies
Welcome everyone thats a new guide i know it was posted lots of times but i kinda found it didnt give enough info so i made this post for the most things ppl make mistakes in . if u wanna delete it u can ^^ LETS START -: http://img821.imageshack.us/img821/1887/65762787. png http://img713.imageshack.us/img713/9008/51557061. png http://img713.imageshack.us/img713/7076/95336287. png
[Guide]How to make a rakion server.
03/09/2012 - General Gaming Discussion - 21 Replies
Setting up a Rakion Private Server http://i220.photobucket.com/albums/dd48/GolferToA xis/RakionLOGO.gif I made this guide for all or maybe majority will understand well how to make a Rakion server online. Names for credits are not posted, but if you want to be credited, just send me a message and i'll put your name in the credits, but make sure you really shared. Violent or :grr: Reactions will be reported a soon as possible...
i want an easier guide to make a server please
06/26/2010 - Ragnarok Online PServer Hosting - 6 Replies
i played ragnarok when i was in first year high school now im in second year college im in asia you see and im 16( and yeah im at second year college) im not very good with the technical terms and i only want the things needed in order to make my own server please. i dont really want to make a ragnarok server i just saw that if i can edit it a bit maybe i can make a Naruto Game with ragnarok graphics( would be cool isnt it?) well my idea isnt possible so ill stick with making my own server....
Is There A Guide To make a p server?
03/06/2009 - Dekaron Private Server - 7 Replies
Anyone wanna help me make a p server Named Voltage-DEKARON would make rates >*possibility of rates*< and action exp 3500x Drop rate 1200x Argate rate 100%- 1-4 85 + 5 80 + 6 70- + 8 + 9 60 break at + 8
Guide To Make A Server
02/23/2009 - CO2 PServer Guides & Releases - 5 Replies
Hello Im Making This Thread Because Much People ask for one and say from others the links arent working so i start now MakingServer DownLoad Linkz: : #C Link Source Link



All times are GMT +2. The time now is 18:10.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.