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:
[Only registered and activated users can see links. Click Here To Register...]
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.
[Only registered and activated users can see links. Click Here To Register...] (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
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:
[Only registered and activated users can see links. Click Here To Register...]
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.
[Only registered and activated users can see links. Click Here To Register...] (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