Eudemons Server Files!!!

12/25/2007 08:36 neo755#76
Sorry, But it wont let me to put the name, example [PM]Mage, it pops up a error, what i don't understand.
12/25/2007 08:38 Lonewolf5262#77
Download Navicat, When you do open the my database and find the file cq_user. Open it and edit your name with [PM] infront of it then Ctrl + S and you're done. Relog for the changes to take affect. :)
12/25/2007 08:41 neo755#78
I was just doing it. But thanks anyway.
12/25/2007 13:20 neo755#79
Can someone post /awarditem code for:

SuperJusticeBlade(+12)
SuperDragonBoots(+12)
SuperHolyDintArmor(+12)
SuperVioletBracelet(+12)
SuperMoonNeclace(+12)
SuperNightmareHelmet(+12)

If possible, socket SuperBeryl or SuperAmber in there.

Thanks
12/25/2007 13:53 stasco#80
doesnt work for me :(
when im turning on account server it says :
server start...
kernel init ok.
and then closes . is this supposed to happen ?
12/25/2007 15:32 stasco#81
btw i cant open the database my . it says database not found
12/25/2007 15:57 nooneatall#82
you copied all the datafiles to the database datafolder?
and dont mind the my.ini thats ioncluded in the package.. use the one u got when u installed the mysql

then it should work..
12/25/2007 16:06 stasco#83
what the fuck is wrong with you ??? I DONT KNOW HOW TO OPEN THE DATABASE WITH THE NAVICAT !!! THATS WHAT I NEED TO KNOW !!! . sorry for shouting but im really annoyed
12/25/2007 16:12 Lonewolf5262#84
Stasco, Make sure you extracted the data.rar from the EO Server Files Folder to the MySQL data folder. When you've done that go into the MySQL command line client and enter

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

By copying + pasting (right click to paste in the client), If it gives you a grant all account error just put in this line

create user 'ODBC'@'localhost';

Then put in

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

If it doesnt work let me know, Im getting familiar with it. After you've done all that and the server works then ill tell you how to edit your database.

Btw your username is test and password is test.
12/25/2007 18:50 neo755#85
In what table the exp rate and drops are? Please reply fast.
12/25/2007 19:01 Lonewolf5262#86
No idea, Ive been looking myself.

Try editing your character profession to 30 in the cq_user table, 10 = Mage 20 = Warrior 30 = Paladin.

Ill give it a shot tommorow, Now i sleep.
12/25/2007 19:28 thunder07#87
Quote:
Originally Posted by Lonewolf5262 View Post
No idea, Ive been looking myself.

Try editing your character profession to 30 in the cq_user table, 10 = Mage 20 = Warrior 30 = Paladin.

Ill give it a shot tommorow, Now i sleep.
srry already done it none (not warrior mage or the last1) of them you
if you take of ur item u can,t wear them until u change him back to 10 or 20
but u can change to 20 egt all skills and them go to 10 and get all mage skills and u can use them all
and keep it at 10 because it contain MP 20 doesn,t.
srry for my bad english and u spelt tomorrow wrong :)
12/25/2007 19:48 tomventura#88
umm, wheres the example for the oem.ini file? :]
12/25/2007 19:57 neo755#89
I'll post it to you.

My OEM.ini
Quote:
[Oem]
Id=2010

[AccountSetup]
Type=1

[ServerInfo]
URL=http://www.google.com/

[ServerStatus]
Link=127.0.0.1

[Header]
GroupAmount=1
Group1=Asddsa

[Group1]
ServerAmount=1

Server1=Asddsa
Ip1=127.0.0.1
Pic1=Asddsa
ServerName1=Asddsa
Asddsa - change it whatever you like. But remember to change this in the other files too.
12/25/2007 20:28 forcer#90
[Only registered and activated users can see links. Click Here To Register...]
machine-translated cq_action table, extract to mysql\data\my\
fine-tuning will be more easier.