• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

[TUTORIAL] Create your EO server

Newbie Spellweaver
Joined
Jan 1, 2008
Messages
98
Reaction score
0
Re: Guide for EO server

If i start AccountServer it quits directly with no error.
Can somebody say me why?
 
Newbie Spellweaver
Joined
Dec 15, 2007
Messages
44
Reaction score
4
Re: Guide for EO server

kevig: database not online/tables are not at the correct place/old_password query not executed
 
Newbie Spellweaver
Joined
Jan 1, 2008
Messages
98
Reaction score
0
Re: Guide for EO server

I have change passwords in all files to my own and sql too but dont work.
I think all it online.
Im not noob at Apache mysql php etc
 
Newbie Spellweaver
Joined
Dec 15, 2007
Messages
44
Reaction score
4
Re: Guide for EO server

I have change passwords in all files to my own and sql too but dont work.
I think all it online.
Im not noob at Apache mysql php etc
remember that old_password is used due compatibility problems with EO server.
so if you change the passwords to something else, you must also run query old_password + parameter must be your user defined pass.
 
Newbie Spellweaver
Joined
Dec 29, 2007
Messages
49
Reaction score
0
Re: Guide for EO server

If i start AccountServer it quits directly with no error.
Can somebody say me why?

You forgot step 8 I belive. you must start the sql command line server 1st using " test " as the p/w then copy and paste this into it :
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';
 
Newbie Spellweaver
Joined
Jan 1, 2008
Messages
98
Reaction score
0
Re: Guide for EO server

argh i have use sql from phpmyadmin ok sql command line works thx for all.
 
Newbie Spellweaver
Joined
Dec 15, 2007
Messages
44
Reaction score
4
Re: Guide for EO server

nope, mssql does have different syntax, so I fear not.
 
Newbie Spellweaver
Joined
Jul 25, 2007
Messages
13
Reaction score
0
Re: Guide for EO server

Nehelp PLease?? I get an Error of
1034 - Incorrect key file for table 'account': try to repair it
when i try to open the file in Navicat...
Whats wrong?
 
Newbie Spellweaver
Joined
Jan 17, 2008
Messages
5
Reaction score
0
Re: Guide for EO server

Hey guys a few nooby questions but not to bad =P

i keep getting this error when starting up AccountServer

DB real connecter error: Access denied for user 'ODBC' @ 'localhost' (using password NO.)

And get server is down error when logging into game.

Second question is you guys are legends for getting this to work i was wonder if it was possable for another tq game called monster and me? Is it possable? let me know ^^ thank you <3
 
Newbie Spellweaver
Joined
Dec 19, 2007
Messages
28
Reaction score
0
Re: Guide for EO server

Hey guys a few nooby questions but not to bad =P

i keep getting this error when starting up AccountServer

DB real connecter error: Access denied for user 'ODBC' @ 'localhost' (using password NO.)

And get server is down error when logging into game.

Second question is you guys are legends for getting this to work i was wonder if it was possable for another tq game called monster and me? Is it possable? let me know ^^ thank you <3

read trough forcers guide in how to add the ODBC account

server is down is usually because u dont have the right servername in all files :D (thats if Accountserver,msgserver and npcserver is running with no errors)
 
Newbie Spellweaver
Joined
Jul 12, 2007
Messages
38
Reaction score
0
Re: Guide for EO server

I have followed the guide and its not establishing a connection to the database, don't know why but its all setup correctly.
 
Initiate Mage
Joined
Jan 30, 2008
Messages
1
Reaction score
0
Re: Guide for EO server

it gives me an error when i put the obdc in the command lin eexplain to to me wat i have to do in navicat
 
Newbie Spellweaver
Joined
Jan 29, 2008
Messages
5
Reaction score
0
Re: Guide for EO server

when i try and do this in the MySQL Command Line Client it says "ERROR 1146 <42S02> Table 'account'.'account' doesn't exist. plz help

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';
 
Newbie Spellweaver
Joined
Feb 10, 2008
Messages
12
Reaction score
0
Re: Guide for EO server

what code levels up the [PM] to lvl 255?

/uplev (number here) becareful though if you do this then can't login go into navicat and manually change your lvl or whoever elses etc :) have fun also if u used jonhs ready server you wont need to use navicat =D
 
Initiate Mage
Joined
Feb 25, 2008
Messages
2
Reaction score
0
Re: Guide for EO server

hey where can i download english 1079 i have 1094 is this work or not
 
Initiate Mage
Joined
Feb 25, 2008
Messages
2
Reaction score
0
Re: Guide for EO server

hey the first guide for offline or online when i do this i found newyork server and london and all the TQ server when i put my id and password test test its say wrong password or id so when i do this right i found my server name or TQ server name
 
Custom Title Activated
Loyal Member
Joined
Dec 20, 2005
Messages
2,046
Reaction score
117
Re: Guide for EO server

i did everything as this guide said, but i cant get connected to the client...
Start client but dont see my servers there.. any help? i re-checked evrything... all working but just cant connect on client....
 
Newbie Spellweaver
Joined
Dec 15, 2007
Messages
44
Reaction score
4
Re: Guide for EO server

client has changed with patch 1095+, you need to rename oem.ini to oem.dat ini ini/ folder of the client.
 
Back
Top