Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Eudemons Online > EO PServer Hosting
You last visited: Today at 06:27

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

Advertisement



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

Discussion on How To Make Your Own P-Server!!!! within the EO PServer Hosting forum part of the Eudemons Online category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Mar 2008
Posts: 218
Received Thanks: 134
Talking How to make p-server guide!!!!

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.
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 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 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 is
the database files I use, wich are translated. But grammar work needs to be done. lol
The second one named is the basic database files where nothing is translated(youll have to
start from scratch):/ Extract this into C:/Serv.Programs/
Download 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 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
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....
Attached Files
File Type: rar 1091.rar (251.0 KB, 468 views)
revolution263 is offline  
Thanks
62 Users
Old 05/06/2008, 23:38   #2
 
elite*gold: 0
Join Date: Dec 2007
Posts: 15
Received Thanks: 0
can you post a link for the wamp download plz?

Thnx
metzrock is offline  
Old 05/07/2008, 13:18   #3
 
Hellcryer's Avatar
 
elite*gold: 0
Join Date: Mar 2008
Posts: 162
Received Thanks: 15
Quote:
Originally Posted by metzrock View Post
can you post a link for the wamp download plz?

Thnx
just google it..
Hellcryer is offline  
Old 05/07/2008, 20:21   #4
 
elite*gold: 0
Join Date: Mar 2008
Posts: 218
Received Thanks: 134
Hey I added the link for the wamp download...........
revolution263 is offline  
Old 05/08/2008, 03:15   #5
 
elite*gold: 0
Join Date: Feb 2007
Posts: 61
Received Thanks: 6
This doesn't work... I got to step 17 did everything precisely as it's said. Then it can't connect....
MegaErathia is offline  
Old 05/08/2008, 03:42   #6
 
elite*gold: 0
Join Date: Feb 2007
Posts: 61
Received Thanks: 6
Oops, I'm a giant douchebag ******. I forgot to start the service again. But now the message and npc server wont start, what's wrong? It gives a error does some stuff and then closes. Also in the manage user editing the root@localhost thing i gave it the password test and at confirm test. When I edit it again it has more than 4 stars..
MegaErathia is offline  
Thanks
1 User
Old 05/08/2008, 19:01   #7
 
elite*gold: 0
Join Date: Mar 2008
Posts: 218
Received Thanks: 134
MegaErathia, I can help you. Just join my Hamachi network
Network: d1ey0u-p-server-help
Pass:123
revolution263 is offline  
Thanks
1 User
Old 05/09/2008, 01:18   #8
 
elite*gold: 0
Join Date: Feb 2007
Posts: 61
Received Thanks: 6
Quote:
Originally Posted by revolution263 View Post
MegaErathia, I can help you. Just join my Hamachi network
Network: d1ey0u-p-server-help
Pass:123
Yeah, I joined yesterday messaged you. Waited for over 12 hours, no response. Others couldn't help either.
MegaErathia is offline  
Old 05/09/2008, 23:13   #9
 
elite*gold: 0
Join Date: Mar 2008
Posts: 218
Received Thanks: 134
THERE! lol Does anyone find this guide to confusing?
revolution263 is offline  
Old 05/09/2008, 23:55   #10
 
KikkenF's Avatar
 
elite*gold: 0
Join Date: Nov 2007
Posts: 190
Received Thanks: 112
i dont have the "winmysqladmin.exe". Only "mysql", "mysqld-nt" and "mysqldump".
KikkenF is offline  
Old 05/10/2008, 00:50   #11
 
elite*gold: 0
Join Date: Mar 2008
Posts: 218
Received Thanks: 134
Quote:
Originally Posted by KikkenF View Post
i dont have the "winmysqladmin.exe". Only "mysql", "mysqld-nt" and "mysqldump".
If you dont have it then you didnt download the wamp from this post.
Cuz if you did you would have it....
revolution263 is offline  
Old 05/10/2008, 00:54   #12
 
KikkenF's Avatar
 
elite*gold: 0
Join Date: Nov 2007
Posts: 190
Received Thanks: 112
I did... xD
KikkenF is offline  
Old 05/10/2008, 00:58   #13
 
elite*gold: 0
Join Date: Mar 2008
Posts: 218
Received Thanks: 134
Well IF you did you will find it in C:/wamp/mysql/bin/
revolution263 is offline  
Old 05/10/2008, 01:01   #14
 
KikkenF's Avatar
 
elite*gold: 0
Join Date: Nov 2007
Posts: 190
Received Thanks: 112
You're right... Dont know where i got this wamp. But i am sorry. My mistake.
KikkenF is offline  
Old 05/10/2008, 12:17   #15
 
crueby's Avatar
 
elite*gold: 0
Join Date: Mar 2008
Posts: 209
Received Thanks: 14
Always good to admit you are wrong Yay You! lol
crueby is offline  
Reply


Similar Threads Similar Threads
Wie kann ich ein eigen Co privat server erstellen? How to make a Conquer server?
06/14/2010 - Conquer Online 2 - 2 Replies
ich brauche Hilfe bitte kann mir schnell jemand ein funktionierenten client usw. besorgen oder eine seite die ganz neu ist wo es erkl鋜t wird? Hey I need help someone gots a new privat server client or a link was work? plz send me fast have a nice day :)
I maked the server but i can't Join the server i dont know how to make acc
05/31/2009 - CO2 Private Server - 2 Replies
hi all i wanna know how can i make accounts cuz i maked the server and it's online but i can't Join there Please any help Thx...



All times are GMT +2. The time now is 06:27.


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.