- Joined
- Dec 15, 2007
- Messages
- 44
- Reaction score
- 4
Firstly, I would like to thank those who made server files - Chinese community(
To view the content, you need to sign in or register
Last edited:
Oh my god theres a password when you extract the files and when I put in Test it has loads of errors someone help me and Toshi ive reported you
The Guide
- make sure you have at least 1GB ram!!!
- extract server files wherever you like(download
To view the content, you need to sign in or register) rar password is phdev- install mysql(when asked for database password use 'test'),
- Extract files from data.rar to mysql installation directory(C:\Program Files\MySQL\MySQL Server XX\)
- copy your whole installed english client to whenever you like.
- edit ini/GameSetUp.ini as I written before(
To view the content, you need to sign in or register)- create client/ini/oem.ini using example I written before(
To view the content, you need to sign in or register)
then you'll need to also change ini files:hint:
filename -> fields to change
client/ini/oem.ini -> Server1, ServerName1
server/ACCServer/config.ini -> GAMESERVER, SERVERNAME
server/GameServer/shell.ini -> GAMESERVER
server/GameServer/config.ini -> GAMESERVER
all those values must match one string, for example MyLocalServer(this replaces chinese characters)
- execute this under mysql command line client(can be found start->programs->mysql server->mysql command line)
(use 'test' as a password)
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';
- will set 'old-fashioned' mysql password
- will change column password to 32 character varchar.
- importantly will create new EO account 'test' with password 'test'
- insert mysql user ODBC, which will eliminate annoying messages when running AccountServer
- run the server(first AccountServer.exe, then MsgServer.exe then NPCServer.exe)
- try to run your modified client and login with user test password test
- best is to create shortcut that runs soul.exe with parameter blacknull
done as requested.the links are from other forum so if you have time please post again the same as you post there. it will help many people.
done as requested.