[RELEASE] Latest EO Server Files (Legion Fix, Castles, Supports Latest Clients etc.)

Page 3 of 3 FirstFirst 123
Results 51 to 74 of 74
  1. #51
    Elite Member nooneatall is offline
    Member +Rank
    Dec 2007 Join Date
    130Posts

    Re: most of issues resolved by this release

    goto the bin folder in your mysql.. then doubleclick mysql.exe

  2. #52
    Elite Member Django0 is offline
    Member +Rank
    Mar 2007 Join Date
    248Posts

    Re: most of issues resolved by this release

    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());
    create user 'ODBC'@'localhost';
    grant all on account.* to 'ODBC'@'localhost';
    grant all on my.* to 'ODBC'@'localhost';

    this doesn't work...
    error in sql syntax...

    i hate mysql 4.0

  3. #53
    Elite Member nooneatall is offline
    Member +Rank
    Dec 2007 Join Date
    130Posts

    Re: most of issues resolved by this release

    SET PASSWORD FOR 'root'@'localhost' ='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());

  4. #54
    Elite Member Django0 is offline
    Member +Rank
    Mar 2007 Join Date
    248Posts

    Re: most of issues resolved by this release

    Quote Originally Posted by nooneatall View Post
    try to use all but the 2 ODBC rows at the bottom..
    i think thats the problem :D
    i thought that was important...
    [EDIT] still not working... sam error list of errors"

    SET PASSWORD FOR 'root'@'localhost' ='test';
    gives error 1044 acces denied

    ALTER TABLE `account`.`account` MODIFY COLUMN `password` VARCHAR(32) CHARACTER SET utf8 COLLATE
    works

    utf8_bin NOT NULL;
    error 1064 error in sql syntax

    insert into account.account (name,password,reg_date) values ('test','53b6320eb06e2c62888a6d1739cd24bd',now());
    error 1044 acces denied

    so do yuo have a solution for that?

  5. #55
    Member crazyxangel is offline
    MemberRank
    Aug 2007 Join Date
    26Posts

    Re: most of issues resolved by this release

    I'm guessing this doesnt work with Navicat :[

  6. #56
    Elite Member Django0 is offline
    Member +Rank
    Mar 2007 Join Date
    248Posts

    Re: most of issues resolved by this release

    mine navicat gives a error...acces denied...
    i don't have acces to mine own server always getting acces denied...

  7. #57
    Member Inmetsu is offline
    MemberRank
    Apr 2007 Join Date
    53Posts

    Re: most of issues resolved by this release

    Quote Originally Posted by crazyxangel View Post
    I'm guessing this doesnt work with Navicat :[
    It works fine with NaviCat.

  8. #58
    Elite Member Fusionkid is offline
    Member +Rank
    Dec 2007 Join Date
    110Posts

    Re: most of issues resolved by this release

    Well the cq_action the new one is lovely works fine only prob is castle building still in chinese lol and can any 1 c the dragon portal all i got is a lil building and i click on it and it says i got pay wat eva to create castle lol

    but in pics ive seen there shud be a dragon potral??

  9. #59
    Member Inmetsu is offline
    MemberRank
    Apr 2007 Join Date
    53Posts

    Re: most of issues resolved by this release

    There should be 2 little buildings and a Double Dragon portal yes <,~

  10. #60
    Elite Member Fusionkid is offline
    Member +Rank
    Dec 2007 Join Date
    110Posts

    Re: most of issues resolved by this release

    lol no theres not but mite be because i have client version 1083 but my mates using 1091 and he only c 2 lil buildings no dragon portal

  11. #61
    Elite Member Fusionkid is offline
    Member +Rank
    Dec 2007 Join Date
    110Posts

    Re: most of issues resolved by this release

    Hey all i got a suspcion my server is not running off mysql4.0 because i have wamp server have i cnt acctuly addon the mysql4.0 install so i maunly put folder there and all that but mysql.exe works fine cud some plz tell me wat else i cud use than wamp and with a guide on how to install mysql.40 propally thanks!

  12. #62
    Grand Master Amandy is offline
    Grand MasterRank
    Feb 2007 Join Date
    Crapvile, USALocation
    768Posts

    Re: most of issues resolved by this release

    All of my .exe's keep crashing and giving odd error's. And most of then say some kernal error too.
    Last edited by Amandy; 18-01-08 at 01:07 AM.

  13. #63
    Newbie lostsolder05 is offline
    MemberRank
    Aug 2006 Join Date
    16Posts

    Re: most of issues resolved by this release

    KK, I know I look like a noob but I'm not on epvpers lol.
    Umm Why dont you just make a whole new guide for this release.
    So its not so confusing.

    Edit: NVM I see, Its on epvpers link. TY
    Last edited by lostsolder05; 18-01-08 at 11:24 PM.

  14. #64
    Elite Member Django0 is offline
    Member +Rank
    Mar 2007 Join Date
    248Posts

    Re: most of issues resolved by this release

    yea update the guide that wil help

  15. #65
    Elite Member nooneatall is offline
    Member +Rank
    Dec 2007 Join Date
    130Posts

    Re: most of issues resolved by this release

    Quote Originally Posted by Fusionkid View Post
    lol no theres not but mite be because i have client version 1083 but my mates using 1091 and he only c 2 lil buildings no dragon portal
    u need the new maps thats uploaded here :D

  16. #66
    Elite Member Fusionkid is offline
    Member +Rank
    Dec 2007 Join Date
    110Posts

    Re: most of issues resolved by this release

    lol thank u! Can some one plz post up a guide on how to instal mysql4.0 plz i cnt get it work fort i had but had'nt lol

  17. #67
    Newbie beltrans is offline
    MemberRank
    Apr 2007 Join Date
    15Posts

    Re: most of issues resolved by this release

    yes plz post some guide for setup mysql 4 and connect to database

  18. #68
    Elite Member Django0 is offline
    Member +Rank
    Mar 2007 Join Date
    248Posts

    Re: most of issues resolved by this release

    almost done setting up i just get an error with this:

    SET PASSWORD FOR 'root'@'localhost' = OLD_PASSWORD('test'); <enter>
    ALTER TABLE `account`.`account` MODIFY COLUMN `password` VARCHAR(32) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL; <enter>
    Last edited by Django0; 19-01-08 at 10:48 AM.

  19. #69
    Infraction Banned WisooN is offline
    MemberRank
    Jan 2007 Join Date
    84Posts

    Re: [RELEASE] Latest EO Server Files (Legion Fix, Castles, Supports Latest Clients et

    Working fine for me :) But thats becaus i can read :D (no offence) ^^ just telling you guys that you only need to read :) got same problem as u did.. but i deleted everything and then i realized that i dident need to do that, cos i missed 1 step -.- So read and read :) it will works

  20. #70
    Member leavemealone is offline
    MemberRank
    Jul 2007 Join Date
    AustraliaLocation
    38Posts

    Re: [RELEASE] Latest EO Server Files (Legion Fix, Castles, Supports Latest Clients et

    Every time i try to login shows invalid user/pass even if i create new accounts its having problem connecting to database or something i think.

  21. #71
    Member Sexi is offline
    MemberRank
    Sep 2006 Join Date
    78Posts

    Re: [RELEASE] Latest EO Server Files (Legion Fix, Castles, Supports Latest Clients et

    Anyone else having problems with their EQ (inventory and warehouse) getting wiped? I havn't tried anything yet (still testing other things) to fix it. I do have an error for the account server about a db log or something, but that shouldn't effect the EQ should it? I will update this post if/when I fix it.

    EDIT: Nevermind, I'm not really sure what I did to mess this all up. I think I emptied the wrong table XD Anyway I just added the "my" database again over again (after trying many things) and it all worked. XD
    Last edited by Sexi; 21-01-08 at 10:39 PM.

  22. #72
    Newbie ADMShockeR is offline
    MemberRank
    Feb 2007 Join Date
    5Posts

    Re: [RELEASE] Latest EO Server Files (Legion Fix, Castles, Supports Latest Clients et

    This version is newer than the fixed link at the root of Eudemons forum? Anyone can upload the database in other host please?

    Tks.

  23. #73
    Member suruba is offline
    MemberRank
    Aug 2006 Join Date
    32Posts

    Re: [RELEASE] Latest EO Server Files (Legion Fix, Castles, Supports Latest Clients et

    i need
    myserver.rar

    can someone mirror it for me? i cant get it from rapidshare

  24. #74
    Newbie Test2007 is offline
    MemberRank
    Jan 2008 Join Date
    13Posts

    Re: [RELEASE] Latest EO Server Files (Legion Fix, Castles, Supports Latest Clients et

    Is this why the EXP thing is bugging out and making characters level fast?



Page 3 of 3 FirstFirst 123

Advertisement