Eudemons Server Files!!!

02/21/2008 12:38 liviu_wwe#346
plz forcer help my with eudemons private sv
02/22/2008 15:46 chrisbond#347
Quote:
Originally Posted by WaYneZ View Post
Holy! i did this like 100s of times


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';

i tried it without

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

and in this thread, in a reply it said add a line, i even did that

all my .ini matches as the above reply. i just changed the server name to test thats all
any idea whats up? and i get this error

mysql> ALTER TABLE `account`.`account` MODIFY COLUMN `password` VARCHAR(32) CHAR
ACTER SET utf8 COLLATE utf8_bin NOT NULL;
ERROR 1146 (42S02): Table 'account.account' doesn't exist
mysql> insert into account.account (name,password,reg_date) values ('test','53b6
320eb06e2c62888a6d1739cd24bd',now());
ERROR 1146 (42S02): Table 'account.account' doesn't exist
mysql> grant all on account.* to 'ODBC'@'localhost';
ERROR 1133 (42000): Can't find any matching row in the user table
mysql> grant all on my.* to 'ODBC'@'localhost';


please help asap

i got that too but mine works fine
just navicats being a little gay so i cant do any translations for my server yet. anyway no... im nto gonna blame navicat my pc is being a little gay.
02/22/2008 21:52 dan5252593#348
when running AccountServer.exe gives me error(but i can still have my server):
Db config file error. invalid log db config
02/29/2008 16:29 redcom14#349
ive got a server running but i dont seem to be able to do any GM commands. do i need to do something or is my account not a GM on the server i made. i dont know how to make other accounts on it so im using the user: test and pass: test on it can anyone help me plz?
02/29/2008 20:20 mihatud03#350
edit cq_usertable and add [PM] or [GM] near ur char name
02/29/2008 23:02 redcom14#351
i found out just before but thx anyways and is there any differance between PMs and GMs?
03/04/2008 18:44 jwf4real#352
someone please help me figure this out.
server start...
kernel init ok.
framework ok.
Asddsa(127.0.0.1) login failed.
^im stuck on how to make this connect
03/05/2008 00:39 Test2007#353
I still wait for the english version server files so we have the new stuff. Someone damn it from EO give us files I want to play it offline!!! Its so much better offline.
03/05/2008 11:48 liviu_wwe#354
hei plz help my server is function fine ,but i can't configure because is give me a error msgserver has ecoutering a problem and need to close
03/24/2008 01:27 BillyBob31#355
im using xampp .. for another pserver for wow that i have ... and my database pass is setup diff .... and i changed in the couple .ini files to my pass that i have for the db pass line ... but when i run msgserver.exe and npcserver.exe i get a error ... how do i correct this ??
03/24/2008 15:06 Raser16#356
Can somebody make a programm that the noobs (me) only need to install and write our ip etc.
And run a server
03/24/2008 19:25 revolution263#357
Hey forcer,
So if I dont insert mysql user ODBC, which will eliminate annoying messages when running AccountServer thing, I cant do it? Im not really sure what the ODBC is. So if you can help me. Thanks....
03/29/2008 04:21 Hellcryer#358
Quote:
Originally Posted by forcer View Post
The Guide
  1. make sure you have at least 1GB ram!!!
  2. extract server files wherever you like(download [Only registered and activated users can see links. Click Here To Register...]) password is phdev
  3. install mysql(when asked for database password use 'test'),
  4. Extract files from data.rar to mysql installation directory(C:Program FilesMySQLMySQL Server XX)
  5. copy your whole installed english client to whenever you like.
  6. edit ini/GameSetUp.ini as I written before([Only registered and activated users can see links. Click Here To Register...])
  7. create client/ini/oem.ini using example I written before([Only registered and activated users can see links. Click Here To 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)
  8. 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
  9. run the server(first AccountServer.exe, then MsgServer.exe then NPCServer.exe)
  10. try to run your modified client and login with user test password test
  11. best is to create shortcut that runs soul.exe with parameter blacknull
forcer how to download mysql??
03/29/2008 08:20 liviu_wwe#359
hey plz hlp i do step by step but when i run the msg server conect to acc server again
why?
03/30/2008 13:18 breakme#360
Can someone give me instruction how to build a pserver?