How to make a V3.2 Audition server

Skilled Illusionist
Joined
Feb 20, 2008
Messages
307
Reaction score
4
Audition 3.2 Server Guide

Downloads :

3.2 Chinese client



Client Links:

1.
2.
3 .
4.
5.
6.
7.
8.
9.
10.
11.
12.
13.
14.
15.
16.
17.
18.
19.
20.
21.
22.
23.

After download , join them with hjsplit

Hjsplit :

Link--->

Things that you needed to setup :

Navicat :

Link---> http://www.mediafire.com/?zymp1ltb3xs

Mysql 5.0 :

Link--->

ZendCore :

Link--->

Audition 3.2 Database :

Link--->

For database that is already set up :

Link---> http://www.mediafire.com/?dmxxntniey2

Audition 3.2 Server Files :

Link--->

Audition Patcher info :


Link--->

[
The info you want to show in your patcher (name of server and ip must be edited) ]

Freda :

Link--->

[ Allows people to connect to your server and see your server info : (patcher info is needed) ]

English Website :

Link--->

Editing tools Acv Packer and Unpacker :

Link--->

[ If you want to edit something in your client data ]

Hexer :

Link--->

[ To be used to edit your patcher to your IP ]

Patcher :

Link--->

English loading :

Link--->

Stuff to load character status, it will be in english put this in your script folder in client.

RECOMMENDED RAM : 2GB or more .

GUIDE :

Step One Setting Up MySql
----------------------------------------------------------------------------------------------------
Install Mysql on your pc go through the process of installing it keep clicking next till you get to configuration then select standard configuration then next and next again uncheck modify security settings because it makes life simpler =p now after you install mysql you must creat a user so that the server can connect to the internet to create a user goto start all programs and look at the file mysql in it will show command line click it then it says password just press enter insert this stuff into it ----->




GRANT ALL PRIVILEGES ON *.* TO 'root'@'localhost'
--> IDENTIFIED BY 'root' WITH GRANT OPTION;

UPDATE mysql.user
--> SET PASSWORD=OLD_PASSWORD('root')
-->WHERE USER='root'
-->AND HOST='localhost';

then it will query 1 row then next line
flush privileges;

Now you have set up mysql with user and pw connecting to only the server files that i post

Known fixable error if you might get it ("Client does not support authentication protocol requested by server;consider upgrading MySQL client")

To fix that problem make a txt file and put cmd.exe in it and put it in your mysql bin folder then change the txt file to bat file ex:.txt = .bat then open it you will see a window and put:

>mysql -uroot- -proot
welcome to the mysql monitor.

mysql> SET PASSWORD FOR
--> 'root'@'localhost' = OLD_PASSWORD('root');

Query OK, 0 rows affected (0.00sec)

---------------------------------------------------------------------------------------------------




Step Two Querying DataBases
---------------------------------------------------------------------------------------------------
Next step install Navicat and put the user name pw and host then if you did it right it should let you create and connect to it now you must make 6 dbs



To make the dbs right click host then new database then put each name

1. audition
2. auditioncc
3. auditionlog
4. auditionlogin
5. itemdb
6. messenger


^< To query the files you must open the db by double clicking then right click it and put execute batch file find the sql file and start the query for each name
--------------------------------------------------------------------------------------------------




Step Three Starting Server
--------------------------------------------------------------------------------------------------
Now that you created a user and pw for mysql and queryed the dbs your rdy to start your svr
In order run exes:



1. LoginDBAgent.exe
2. GameDBAgent.exe
3. MessengerDBAgent.exe
4. itemdbserver.exe
5. Messenger.exe
6. LoginServer.exe
7. AuditionGameServer.exe

ENJOY ~ ! (:

Thanking in this thread? not a need


Credits

AndyLim of GamerZPlanet
 
Back