[Help][Ancent]Zero Loaded and Ready

Results 1 to 7 of 7
  1. #1
    Best Commu NA Cure is offline
    Grand MasterRank
    Sep 2007 Join Date
    That way .. →Location
    1,246Posts

    [Help][Ancent]Zero Loaded and Ready

    Im using Ancent 3.8, I create a account, but it doesnt load in the logonserver, also it says Ive input the wrong information once I do try logging in..

    I HAVE read the FaQ, and Ive tryed inserting a character DB from a older version, still didnt work.



  2. #2
    Sorcerer Supreme sebkinne is offline
    Member +Rank
    Jan 2008 Join Date
    Your BiosLocation
    347Posts

    Re: [Help][Ancent]Zero Loaded and Ready

    well
    it needs to hock signals first xD

    seb

  3. #3

    Re: [Help][Ancent]Zero Loaded and Ready

    You muss have in table accounts column "muted". It is in manual on Accounts - Ascent Wiki . You muss only execute this:

    CREATE TABLE `accounts` (
    `acct` int(10) unsigned NOT NULL auto_increment,
    `login` varchar(32) collate utf8_unicode_ci NOT NULL,
    `password` varchar(32) collate utf8_unicode_ci NOT NULL,
    `gm` varchar(32) collate utf8_unicode_ci NOT NULL,
    `banned` tinyint(3) unsigned NOT NULL default '0',
    `lastlogin` timestamp NOT NULL default '0000-00-00 00:00:00',
    `lastip` varchar(16) collate utf8_unicode_ci NOT NULL,
    `email` varchar(64) collate utf8_unicode_ci NOT NULL,
    `flags` tinyint(3) unsigned NOT NULL default '0',
    `forceLanguage` varchar(5) collate utf8_unicode_ci NOT NULL default 'enUS',
    `muted` int(30) not null default 0,
    PRIMARY KEY (`acct`),
    UNIQUE KEY `login` (`login`)
    ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;

    * If you have this table already, then delete it.

    Sorry for my english.

  4. #4
    Best Commu NA Cure is offline
    Grand MasterRank
    Sep 2007 Join Date
    That way .. →Location
    1,246Posts

    Re: [Help][Ancent]Zero Loaded and Ready

    I dont have "Muted" on my accounts table.. if thats what your trying to say..

    well
    it needs to hock signals first xD
    Lol..... I dont think thats the problem

  5. #5
    Sorcerer Supreme sebkinne is offline
    Member +Rank
    Jan 2008 Join Date
    Your BiosLocation
    347Posts

    Re: [Help][Ancent]Zero Loaded and Ready

    OH that, sry didnt see that :p

    right, yea the muted table is needed.

    seb

  6. #6
    Best Commu NA Cure is offline
    Grand MasterRank
    Sep 2007 Join Date
    That way .. →Location
    1,246Posts

    Re: [Help][Ancent]Zero Loaded and Ready

    EDIT: Worked.. Ty Guys

    "Those who have posted in this topic has gained +254 Respect EXP points, you now have level 14 Respect"

  7. #7
    Grand Master pyromagnetic is offline
    Member +Rank
    Jan 2008 Join Date
    Brooklyn NYLocation
    149Posts

    Re: [Help][Ancent]Zero Loaded and Ready

    alter table accounts add column muted int(30) not null default 0;
    simply run this query

    no point ind eleting acocunts table and adding updated table, cause not only it deletes your account info , but also waste of time



Advertisement