Register for your free account! | Forgot your password?

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

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

Advertisement



who can give easy instructions to make private server?

Discussion on who can give easy instructions to make private server? within the EO PServer Hosting forum part of the Eudemons Online category.

Closed Thread
 
Old   #1
 
elite*gold: 0
Join Date: Jun 2008
Posts: 2
Received Thanks: 0
who can give easy instructions to make private server?

Can't someone who knows how to set up a private server just put it in simple terms for everyone who doesn't speak broken english, or code and just put in some step by step instructions, like a walk through or something? So many of the posts I've found had links that didnt work, or didn't work... Can someone please make an easy walkthough of how to make one for free. Put it in the simplest terms for everyone that can't understand and then post the link to the thread here please. Make it like a Step one download this, Step two Install that, and don't skip anything, actually put in where to click and install and add things, not everyone is a super geneous, we can't all just magically know what to do when steps are left out, why do u think we are looking for how to create a private server? Thank you very much to the first person who can actually put a working method on here, and to all who post one and it doesn't work or it's hard to follow, better luck next time. Peace
The-Clap is offline  
Old 06/12/2008, 12:06   #2
 
haciveli's Avatar
 
elite*gold: 0
Join Date: Feb 2008
Posts: 231
Received Thanks: 90
their are plenty of guides which give step by step instrcutions just search!!
haciveli is offline  
Old 06/12/2008, 12:21   #3
 
elite*gold: 0
Join Date: Jun 2008
Posts: 2
Received Thanks: 0
i know there are lots but very few work, i've tried about 5 now and none work
The-Clap is offline  
Old 06/12/2008, 14:22   #4
 
Eternal46's Avatar
 
elite*gold: 0
Join Date: Apr 2008
Posts: 248
Received Thanks: 11
all of them work if u have the skill to make a server..
Eternal46 is offline  
Old 06/13/2008, 13:02   #5
 
elite*gold: 0
Join Date: Feb 2008
Posts: 101
Received Thanks: 8
First i Would like to think all PPL that Posted abt it ,I ONLY GOT IT FROM THEM

1.How To Make a Pserver Noobs 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 ""Here"" for client download. .

Eudemons patch 1091 Download ""HERE""
Note: Must be disconected from internet when running patch, or it will auto patch till the newst TQ client)


2. If you have anything other then ""wamp 5.0"" remove it. I only know how to use wamp. It also
has mySQL version 4.0.1, wich 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 Server1 is
the database files I use, wich are translated. But grammar work needs to be done. lol
The second one named Server2 is the basic database files where nothing is translated(youll have to
start from scratch):/ Extract this into C:/Serv.Programs/
Download ""myserver" 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 Link Here )

5. If you want to run your server with Hamachi, you will need to download the program ""HERE"".
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


2.How To Make an acc WithOut Needing a Reg Script:


Make an acc herethen..go to navicat,account and account it should be like this account@account,after that write the pass and Id there


3.How To Put A Reg Script In ur Server:


Here is a register script. Just extract this to your www folder. Only edit the config.php.
All the instructions are inside of config.php.


And for register page to work you have to run apache.

If CAPTCHA dont work got to your apache folder and replace the php.ini with this one. Then go to task manager and end all apache processes. Then re-run apache, and you will get about 6 errors, just press ok on them. Its supposed to happen.

Oh and if your a new and dont know how to get to register page go to



Or if you want to give reg page to others use
ur ip adress here/register.php

Thanks would be appreciated :]

link:
php.rar link:

4.How To Make Ur Char A PM:

Go to cq_user in Ur my db by Navicate find your name then add [PM] to the beginning or end of your name

5.To Get DropRates Higher:

Open Ur Navicate Click On My database Click On query and right This then click run
update cq_dropitemrule set item0=729017;
update cq_dropitemrule set item1=729017;
update cq_dropitemrule set item2=729017;
update cq_dropitemrule set item3=729017;
update cq_dropitemrule set item4=729017;
update cq_dropitemrule set item5=729017;
update cq_dropitemrule set item6=729017;
update cq_dropitemrule set item7=729017;
update cq_dropitemrule set item8=729017;
update cq_dropitemrule set item9=729017;
update cq_dropitemrule set item10=729017;
update cq_dropitemrule set item11=729017;
update cq_dropitemrule set item12=729017;
update cq_dropitemrule set item13=729017;
update cq_dropitemrule set item14=729017;


6.To Get The Compose Rates Higher:

Open ur Navicate Database my then open cq_eud_rbn_rqr
Edit Max and Min to the star u want The Good Compose Rates make it 400

7.To Make More Than summon 3 Eud:

Go to cq_user Select the char name go to medal_select set the number of summon eud u want

8.To Make 19*-29*,12*-22*:

update cq_grade set rarity= 1500 where id= 1071980;
update cq_grade set rarity= 1500 where id= 1071981;
update cq_grade set rarity= 1500 where id= 1071982;


9.To Make A Site To Be Like Obaneo.co.nr:

First Make ur Site using Freewebs.com - Free website, free hosting, free webpage - Make a web site with photo albums, blogs, videos, forums and more!
then go to this site Free URL Redirection, No Ads! Short Free Domain Name (you.co.nr) Put ur FreeWebs Site there and it Will Redirect it so it be Like ur FreeWebs site but .co.nr

10.To Make a Fourm:

Just go to This Site and Make a One InvisionFree

11.To Make A chat Box :

Just Make a one From Here and Put its Code in ur Website XAT


12.About PPl Whos Server Files open and close it means ur mysql server doesnt works
i rhink u have to reinstall the mysql and check if u did the right steps or not

13.Any Questions Just Post here

14.Enjoy
liviu_wwe is offline  
Old 06/13/2008, 22:37   #6
 
elite*gold: 0
Join Date: Dec 2007
Posts: 84
Received Thanks: 9
Kind of a leecher? Maybe some credits and proper quote?
neo755 is offline  
Old 06/13/2008, 23:01   #7
 
haciveli's Avatar
 
elite*gold: 0
Join Date: Feb 2008
Posts: 231
Received Thanks: 90
he got tht guide from ahmedtpop's guide, at least try and fill in the url's of the guide or just post the thread link rather than copy and paste, cos the links aint filled in for the downloads
haciveli is offline  
Old 06/13/2008, 23:47   #8
 
elite*gold: 0
Join Date: Sep 2007
Posts: 169
Received Thanks: 24
did that work for you?
im telling u
its SuperEasy...
u can make it easily
learn abit sql...
gbaby is offline  
Old 06/14/2008, 14:24   #9
 
KikkenF's Avatar
 
elite*gold: 0
Join Date: Nov 2007
Posts: 190
Received Thanks: 112
This is the original:

by "revolution263"

So thank him. Not "liviu_wwe".
KikkenF is offline  
Old 06/16/2008, 18:37   #10
 
elite*gold: 0
Join Date: Apr 2008
Posts: 64
Received Thanks: 1
The-Clap if u need help to make ur server i might be able to help u through team viewer join my network on hamachi and we talk about it....netword:HeroEO , HeroEO1 , HeroEO2
pass is 123 on all of them...join any and talk to me im Thunder[PM] or bedelho if u see bedelho talk to him first.
badana is offline  
Old 11/22/2008, 00:08   #11
 
lilpubzy's Avatar
 
elite*gold: 0
Join Date: Nov 2008
Posts: 61
Received Thanks: 219
This the link that probably is the best guide in eliteppers.
lilpubzy is offline  
Old 11/22/2008, 00:09   #12
 
dani-filth0's Avatar
 
elite*gold: 0
Join Date: Oct 2008
Posts: 1,128
Received Thanks: 260
guyz use this
the best ever
dani-filth0 is offline  
Old 11/22/2008, 00:10   #13


 
elite*gold: 0
Join Date: Apr 2008
Posts: 8,636
Received Thanks: 1,581
thethread is 5months old.

#no warning given [new member, under 20 posts]
#closed
Rawsteeey is offline  
Closed Thread


Similar Threads Similar Threads
Easy Way to make a runescape Private server
06/13/2012 - Runescape Private Server - 461 Replies
Hey everyone! This is a VIDEO guide, captured in HD that will teach you how to make a Runescape private server! Note this is Part 1 of the guide. And that Part 2, will be comming out shortly. http://www.youtube.com/watch?v=BIKaFNc6BkQ&hd =1 Part TWO:
[Easy Guide] Make Private Server Using TQ binarys !
08/09/2009 - CO2 PServer Guides & Releases - 224 Replies
mmm ... ok many ppl ask how to create Pserver with tq binarys and i was too :D so i did a server and i was happy and now i will help you for that.. ( Hamach Or no Hamachi) Ok if the normal guide didn't help you see mine #Deleted download links How to make the server First Put zfserver folder in D:/ ... i mean D:/zfserver/ ..... ok .. now open D:\zfserver\MYSQL\data and copy cq folder to C:\wamp\mysql\data or if you have the old one past it in C:\wamp\bin\mysql\mysql5.1.30\data then...



All times are GMT +2. The time now is 04:26.


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.