Downloading Client And Server Files:
Client :
Eudemons Online - Free software downloads and reviews - CNET Download.com
Server files:
Eudemons_phdev.rar
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/ <--Change it to what you want it to be.
[ServerStatus]
Link=127.0.0.1
[Header]
GroupAmount=1
Group1=ABCD
[Group1]
ServerAmount=1
Server1=ABCD <--Put your desired server name here.
Ip1=127.0.0.1
Pic1=ABCD <--Put your desired server name here.
ServerName1=ABCD <--Put your desired name here.
When you done that, you install Wamp.
Download WampServer 2 - Download PHP, apache, MySQL (20Mb)
Configure your mysql using Configuration Wizard.Set mysql password when asked in configuration wizard, as test.
Then copy content from my.rar to your MySQL data directory.[Example:C:/wamp/bin/mysql/data]
When your done copying 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());
CREATE USER 'ODBC'@'localhost';
grant all on account.* to 'ODBC'@'localhost';
grant all on my.* to 'ODBC'@'localhost';
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
You are nearly done!Go to the eudemons client folder and find the icon that says "soul" or "soul.exe" make a shortcut of that onto the desktop. Right click it and select properties, at the end of the target box write this blacknull so it should look like this, eg:
"C:\ProgramFiles\EudemonsOnline\soul.exe" blacknull
DO NOT COPY AND PASTE THE ABOVE DIRECTORY PATH AS YOUR ONE MIGHT BE DIFFERENT.
[Register] [Credits to Revolution263].
Click here to download the www rar file, Just extract it to your www folder in your mysql directry.Only edit the config.php. All the instructions are inside of config.php. For the 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.
To see it go to

Don't forget to click the thanks button if it helped you!:P
Enjoy~ Have fun with your Private Server!~






