Guide for EO server
Page 1 of 1
Guide for EO server
The Guide
run the server(first ACCServer\AccountServer.exe, then GameServer\MsgServer.exe then GameServer\NPCServer.exe)
try to run your modified client and login with user test password test
to run game without autopatching, create file RUN.cmd in your EO client dir with contents:
Code:
@soul.exe blacknull
- make sure you have at least 1GB ram!!!
- extract server files wherever you like rar password is phdev http://www.mediafire.com/?0g55n9biw9l
- install mysql 4 or 5
- set 'test' as root password in you mysql configuration wizard
- Extract files from data.rar to mysql installation directory(C:\Program Files\MySQL\MySQL Server XX\data)
- copy your whole installed english client to whenever you like(english 1079 reported to be the best).
- Remove those lines from (eudemons client dir - usualy c:\program files\eudemons online)\ini\GameSetUp.ini:
Code:
[AccountServer]
91U=0
and create (eudemons client dir)\ini\oem.ini (example here):
Code:
[Oem]
Id=2010
; maybe something else can be here?
[AccountSetup]
Type=1
[ServerInfo]
URL=http://whatever you like.txt
[ServerStatus]
Link=http://whatever you like.txt
[Header]
GroupAmount=1
Group1=GroupName
[Group1]
ServerAmount=1
Server1=SERVERNAME-CHANGETHIS
Ip1=127.0.0.1
Pic1=Server1
ServerName1=SERVERNAME-CHANGETHIS
replace SERVERNAME-CHANGETHIS with desired server name(no spaces)
and insert your server name in those server files:
case of server names must match in all config files!
(server dir)\ACCServer\config.ini -> edit GAMESERVER, SERVERNAME
(server dir)\ACCServer\account.ini -> edit SERVERNAME
(server dir)\GameServer\shell.ini -> edit GAMESERVER
(server dir)\GameServer\config.ini -> edit GAMESERVER
- execute
this under mysql command line client, navicat, sqlyog, etc..(command
line client can be found in start->programs->mysql
server->mysql command line)
(remember that password is 'test')
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';
this will: - set 'old-fashioned' mysql password
- change column password to 32 character varchar.
- create new EO account 'test' with password 'test'
- insert mysql user ODBC, which will eliminate annoying messages when running AccountServer
Code:
@soul.exe blacknull
- Favourite Game : MuOnline
Registration date : 1969-12-31
Similar topics
» [Release] GunZ Server V4 Full Server Package + Guide
» [Guide] Guide for Dummies/Noobs on server setup
» [Guide] Thorough Guide to Making 1.00L Server [ Router ]
» [Guide] Thorough Server Setup Guide
» [Guide] Vd0Team Server Guide
» [Guide] Guide for Dummies/Noobs on server setup
» [Guide] Thorough Guide to Making 1.00L Server [ Router ]
» [Guide] Thorough Server Setup Guide
» [Guide] Vd0Team Server Guide
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum