Register for your free account! | Forgot your password?

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

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

Advertisement



How to make EO private server !

Discussion on How to make EO private server ! within the EO PServer Hosting forum part of the Eudemons Online category.

Closed Thread
 
Old   #1
 
Hugsha's Avatar
 
elite*gold: 0
Join Date: Feb 2008
Posts: 33
Received Thanks: 24
How to make EO private server !

The tutorial how to make eudemons private server

Please don’t copy this or release somewhere else only EPVP. Thank you.

Downloading the client and server files.

Client :
ftp://216.93.169.64/en_my/20071026EudemonsV1078.exe
Server files:

Password for the server files is „phdev” without the quotes.

Install the client and server to where ever you want and remember the location.
Example: C:/Eudemons Private/Client

Extract the server files to
Example: C:/Eudemons Private/Server

Now when you’ve done what was on previous page then, go to C:/Eudemons Private/Client/ini/GameSetUp.ini and open it with notepad or what ever text editor program you use.

The inside of the ini-file should look like this. (Not original, modified)
Code:
[ScreenMode]
ScreenModeRecord=2

[Group]
GroupRecord=3

[Server]
ServerRecord=8

[Interface]
InterfaceRecord=0

[FontInfo]
FontName=System
FontSize=16
FontColor=0x0
FontOverColor=0xFF0000
FontDownColor=0x00FF00

[LoginMusic]
PlayCount=999
SpaceTime=180

[EudMonsterSet]
AutoAttach=0

[Account]
AccountRecord=8A0E1D44B699EE3E3C192798734A95CC1CBD F8F6AEF382

[SystemTime]
LastTime=20071223

[GameTimes]
Counts=4

[PwdProtectTip]
LastTime=
Flag=0

[DumpError]
Enable=1
Server=127.0.01
Action=errormsg/msg.php


And for the oem.ini you have to create one. Simply just create a text file put the text down here in there and save as „oem.ini” with quotes.
Code:
[Oem]
Id=2010

[AccountSetup]
Type=1

[ServerInfo]
URL=http://www.google.com/ <---------- what ever you want to be

[ServerStatus]
Link=127.0.0.1

[Header]
GroupAmount=1
Group1=Asddsa

[Group1]
ServerAmount=1

Server1=Asddsa <----------------- server name here
Ip1=127.0.0.1
Pic1=Asddsa <----------------- server name here
ServerName1=Asddsa <----------------- server name here


Then copy content from my.rar to your MySQL data directory.

When you done that, you install Wamp.
(20Mb)

When installed you go to your system icon tray and hover the icons with mouse and look for Wamp5 - server offline/online. Left click on the icon and select MySQL -> MySQL Console.

Into the console you have to insert some queries.
Code:
SET PASSWORD FOR 'root'@'localhost' = OLD_PASSWORD('test');

ALTER TABLE `account`.`account` MODIFY COLUMN `password` VARCHAR(32) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL;

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

grant all on account.* to 'ODBC'@'localhost';

grant all on my.* to 'ODBC'@'localhost';


(Copied from forcer’s post)

When you’ve done that too, then go to your server files. First to C:/Eudemons Private/Server/ACCserver/config.ini
Should look like this (Modified look)
Code:
[System]
LOGINLISTENPORT = 9958
POINTLISTENPORT = 9870
SERVER_FULL_DELAY_SECS = 5000
SERVER_BUSY_DELAY_SECS = 3000
SERVERTITLE = SERVERNAME HERE
SERVERNAME = SERVERNAMEHERE
LOGINNAME = root
PASSWORD = test
SERVERIP = 127.0.0.1

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


Now to C:/Eudemons Private/Server/GameServer/shell.ini
Code:
; Íâ¿ÇÅäÖÃÎļþ
; 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 = 127.0.0.1
ACCOUNT_PORT = 9870
SERVERNAME = SERVERNAME HERE
LOGINNAME = root
PASSWORD = test
; µÇ¼±í³ß´ç, 10-5000
MAXLOGINTABLESIZE=5000
; µÇ¼±í³¬Ê±ÃëÊý£¬0-86400
LOGINOVERTIMESECS=120

LOGIN_KEY = dfkKO23k'[cvK934

[InternetPort]
MASTER_IP = 127.0.0.1
MASTER_PORT = 8653
PORT_SIZE = 53
CURRENT_PORTID = 1


And finally to C:/Eudemons Private/Server/GameServer/config.ini
Code:
; ÅäÖÃÎļþ


[System]
SERVERNAME = SERVERNAME HERE
MONSTER_ACTIVE_LIMIT = 4000

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


[GameServer]
GAMESERVER_IP = 127.0.0.1
GAMESERVER_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 = 127.0.0.1
MASTER_PORT = 8653
PORT_SIZE = 53
CURRENT_PORTID = 2


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


Now you’ve done all previous, go to your client folder and open up your version.dat file. You see there is only four numbers : 1078, change this number to 1087, then it’ll download patches to the latest version but not those what is between 1078 and 1078, example: 1085, or 1080. After that run AutoPatch.exe and let it patch, when patched you can play. But you should make a shortcut of your soul.exe file with parameters „blacknull”

„C:/soul.exe” blacknull
Hugsha is offline  
Thanks
18 Users
Old 05/08/2008, 22:13   #2
 
forcer's Avatar
 
elite*gold: 20
Join Date: Aug 2007
Posts: 606
Received Thanks: 563
how cool, would you be so kind, and show some respect by giving credit for the guide?
btw my guide is here:
forcer is offline  
Thanks
5 Users
Closed Thread




All times are GMT +1. The time now is 04:52.


Powered by vBulletin®
Copyright ©2000 - 2026, 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 ©2026 elitepvpers All Rights Reserved.