How To Make Your Own P-Server!!!!

02/21/2009 22:37 dani-filth0#106
whats wrong with u guyz the guide owner said its OLD , dont use it , MODS plz close this
03/08/2009 20:24 andreilica#107
Quote:
Originally Posted by revolution263 View Post
Ok everyone, I hope you can find this as simple as I wish I did....
Im going to teach you how to create your own private server.
First of all I want to say thank you to Hot_Place, GunShot, and a few others
for teaching me everything I know now. :D
One more thing, please dont critisize this post, and if you use my guide thank me... please :)

Now we begin.....
The first 5 steps are downloads.
1. Download your Eudemons Online client, if you already have it great!
Click [Only registered and activated users can see links. Click Here To Register...] for client download. .

Eudemons patch 1091 ----See attachment
Note: Must be disconnected from internet when running patch, or it will auto patch till the newst TQ client)


2. If you have anything other then [Only registered and activated users can see links. Click Here To Register...] remove it. I only know how to use wamp. It also
has mySQL version 4.0.1, which makes it so the legion run fine. Install to your C:/ (C:/wamp)

3.Create a new folder in your C:/ named "Serv.Programs"
Download database files and Server Programs. I will have 2 server files you can download. The first one named [Only registered and activated users can see links. Click Here To Register...] is
the database files I use, wich are translated. But grammar work needs to be done. lol
The second one named [Only registered and activated users can see links. Click Here To Register...] is the basic database files where nothing is translated(youll have to
start from scratch):/ Extract this into C:/Serv.Programs/
Download [Only registered and activated users can see links. Click Here To Register...] for Server Programs like Accserver.exe, Msgserver.exe, and NPCServer.exe. Extract these to your Serv.Program folder you created earlier.

4. The next download you will need is Navicat. This program is used for editing your database files
and translating. This [Only registered and activated users can see links. Click Here To Register...] is only a trial(only one I could find)

5. If you want to run your server with Hamachi, you will need to download the program [Only registered and activated users can see links. Click Here To Register...]
Then you will have to create a network and give it a password. If ppl want to play they need to connect to your
network.

Ok now you have all the programs needed to make your server. :]
Lets move on.....

6. Open C:/Serv.Programs/ then copy and paste the "my" and "account" folders to the following location
C:/wamp/mysql/data/

7. Now you will need to open C:/WINDOWS
Look for the my.ini file. Once you have found it delete it.

8. Go to C:/wamp/mysql/bin/ and run the winmysqladmin.exe. Then it open then close, and ask for a username and password.
Use the following username: root password: test

9. Now you will have to edit the IP adress. Put your computers IP address, or your hamachi IP address.
Wich ever you plan to use. Then save your modification.

10. Now right click anywhere on the admin screen. Then click "stop the service".

11. Now you will need to edit your Serv.Program files. So go to C:/Serv.Programs/ Then Open AccServer folder.

12. Open account.ini and edit it like in the pic below. You will only change your server name.
Now save the changes.


[Account1]
SERVERNAME=servernamehere
LOGINNAME=root
PASSWORD=test
FREE_DEBUG=3


13. Then open your config.ini, then edit it like in the pic below.



[System]
LOGINLISTENPORT = 9958
POINTLISTENPORT = 9870
SERVER_FULL_DELAY_SECS = 5000
SERVER_BUSY_DELAY_SECS = 3000
SERVERTITLE = servernamehere
SERVERNAME = servernamehere
LOGINNAME = root
PASSWORD = test
SERVERIP = Your-IP-address

[Database]
DBHOSTNAME=127.0.0.1
DATABASENAME=my
DBUSER=root
DBPASSWORD=test


14. Now you will have to go to C:/Serv.Programs/GameServer/
First open your config.ini and edit it to look like this



; 配置文件


[System]
SERVERNAME = servernamehere
MONSTER_ACTIVE_LIMIT = 4000

ONLINETABLESIZE=600
ONLINEHEARTBEATSECS=600
HEARTBEATKICKSECS=1500
REJOINTIMEWAITSECS=0

[GameServer]
GAMESERVER_IP = your-IP-address

GAMESERVER_PORT = 5816
SND_SIZE = 64000
RCV_SIZE = 16000

[AccountServer]
ACCOUNTSERVER_IP = your-IP-address
ACCOUNTSERVER_PORT = 5816
SND_SIZE = 64000
RCV_SIZE = 16000



[Database]
DB_IP = 127.0.0.1
DB_USER = root
DB_PW = test
DB_NAME = my

LOGIN_KEY = dfkKO23k'[cvK934

[InternetPort]
MASTER_IP = your-IP-address
MASTER_PORT = 8653
PORT_SIZE = 53
CURRENT_PORTID = 1


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


Now save your changes....

15. Next you will need to open your shell.ini, edit it to look like this


; 外壳配置文件
; 2007.10.21

[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 = my


[AccountServer]
ACCOUNT_IP = your-IP-address


ACCOUNT_PORT = 9870
SERVERNAME = servernamehere
LOGINNAME = root
PASSWORD = test
; 登录表尺寸, 10-5000
MAXLOGINTABLESIZE=5000
; 登录表超时秒数,0-86400
LOGINOVERTIMESECS=120

LOGIN_KEY = dfkKO23k'[cvK934

[InternetPort]
MASTER_IP = your-IP-address
MASTER_PORT = 8653
PORT_SIZE = 53
CURRENT_PORTID = 1

Now save your changes....

16. Go back to C:/wamp/mysql/bin/ and run the winmysqladmin.exe again. Then go to the tab where it says database and make sure you
see your my and account databases. If not repeat step 6 again.

17. If you have both of the databases there then you will need open your navicat program. Download link above.
Right click on the Navicat screen and go to new connection. For the connection name go ahead and put what ever your server name is. And for the
IP address out either your hamachi or PC's IP address, wich ever you choose to use in the begging. And leave the port default, I think its port 3306.
Then for your user put root. And leave the password blank. Then test the connection.

18. If the connection is succsessfull double click on it. That should open it. Once it is open you will need to go to Manage Users.
Then where it says then user root@localhost double click it. It should open up and have 4 databases. Mysql, Test, ACcount, and MY.
Click on the account database, then click select all. Save it once you do that. Do the same thing for the database My.

19. Now that you have granted all of the privilges to these user you will need to set the password test to it. While you are still in the manage user
section, click on the user root@localhost again. Then select Edit User. If will come up with a screen where you can set a password. Put the password as test. Make
you use the password test..... nothing else.

20. Now you will need to go back to the winmysqladmin.exe again. Right click on it, then go to stop the service. Then go ahead and start it back up again.

21. Now go to C:/Serv.Programs/AccServ/ and run the accountserver.exe. If you have followed the steps it should open up just fine. If not then follow steps
6 to 18 again.

22. Then go to C:/Serv.Programs/GameServer/ and run your MsgServer.exe, then your NPCServer.exe. These ones take alot longer to load upo then the
accountserver.exe, so be patient.

23. Now you will you will need to make yourself an account. Use this command in your mysql command client

insert into account.account (name,password,reg_date) values ('test','53b6320eb06e2c62888a6d1739cd24bd',now());

This will make you the account

username: test
password: test

Please thank me if you use this guide :]
Have fun and I hope I helped you guys....
hey i dont know how to create an account at final plz send me info on [Only registered and activated users can see links. Click Here To Register...]
03/09/2009 16:55 rexes13#108
Quote:
Originally Posted by andreilica View Post
hey i dont know how to create an account at final plz send me info on [Only registered and activated users can see links. Click Here To Register...]
holy s*** u quoted a whole guide just to tell that u dont know how to make acc???
03/09/2009 21:08 revolution263#109
Quote:
Originally Posted by rexes13 View Post
holy s*** u quoted a whole guide just to tell that u dont know how to make acc???
Holy S*** Im gonna quote you now!

I already sent you the info to make an account...
04/05/2009 00:11 omar_Dragon007#110
thx bro
04/11/2009 08:35 wtmfs#111
I just went through every other guide on here to get a server up and this is the only one that was clear. Every other one seemed to be in broken English making it quite difficult for me to understand. Good write-up despite regardless of the client's age. Thank you revolution.
04/11/2009 19:33 rexes13#112
Quote:
Originally Posted by wtmfs View Post
I just went through every other guide on here to get a server up and this is the only one that was clear. Every other one seemed to be in broken English making it quite difficult for me to understand. Good write-up despite regardless of the client's age. Thank you revolution.
that's not total u can see here guys from different countries speaking great english...anyway this guide is very good yeah....
04/12/2009 00:32 wtmfs#113
Quote:
Originally Posted by rexes13 View Post
that's not total u can see here guys from different countries speaking great english...anyway this guide is very good yeah....

Sorry, I didn't mean to imply that ALL the guides were in poor English. There were some that were good, but they had grammatical errors that made it a little confusing, but I'll attribute that to the author typing in a hurry. This guide certainly helped clear a few things up.
05/21/2009 22:52 RoMaNc!a#114
Solved lol ## Edited
05/22/2009 09:34 DEADP00L#115
try opening up your Ports for mySql i believe. Navicat works fine for me
06/03/2009 15:09 XxRealTheWarxX#116
hey i found " my " in my window folder ..

does it the real ??

doesn't have " my.ini " there ..

only have " my " ..

i ask not coz im stupid .. but becoz im scare im do anything wrong ..

not my pc .. :o:rolleyes:
06/03/2009 16:31 dani-filth0#117
Quote:
Originally Posted by XxRealTheWarxX View Post
hey i found " my " in my window folder ..

does it the real ??

doesn't have " my.ini " there ..

only have " my " ..

i ask not coz im stupid .. but becoz im scare im do anything wrong ..

not my pc .. :o:rolleyes:
u have to make the extension of the file appear so u know if it .ini or not , but the only my in windows folder is my.ini , so ya its correct
delete it and open ur WinMysqlAdimn and put the user and pass , which are mostly root/test , then go to ini in the WinMysqlAdimn , set ur ip and sae to mysql-nt then exit and re run it

but u may noticed this thread is about old db , so i wont recommend using it

try 4 clicks and go guide or the one released by rexes13
06/03/2009 20:39 XxRealTheWarxX#118
Quote:
Originally Posted by dani-filth0 View Post
u have to make the extension of the file appear so u know if it .ini or not , but the only my in windows folder is my.ini , so ya its correct
delete it and open ur WinMysqlAdimn and put the user and pass , which are mostly root/test , then go to ini in the WinMysqlAdimn , set ur ip and sae to mysql-nt then exit and re run it

but u may noticed this thread is about old db , so i wont recommend using it

try 4 clicks and go guide or the one released by rexes13

[Only registered and activated users can see links. Click Here To Register...]

im download all thing in that link ..

but ..

when i open winmysqladmin.exe

it say " Window is searching for winmysqladmin.exe..

To locate yourself.. press Browse "

and i wait a second

and pop's up coming and say " The drive or network connection that the shortcut 'winmysqladmin.exe.lnk' refers to is unavailable. Make sure that the disk properly inserted or the network resource is available, and then try again..

it take time for download is 2 hour !! and i waiting but i can't do anything ..
06/03/2009 21:28 dani-filth0#119
cuz u open the shortcut lmao , open it from directory , #:\Server\wamp\mysql\bin
06/04/2009 05:03 XxRealTheWarxX#120
woot .. it worked .. now i will try to make it success full .. sorry im new here..


erm .. he say run the server.exe after login mysqladmin .. but have alot server..

i mean NPCServer and other .. i need run which ? or all ? i think i need ppl teach me properly..