(Antrix) Problems with quests with newer core.

Results 1 to 5 of 5
  1. #1
    Newbie Metalbuster is offline
    MemberRank
    Jun 2007 Join Date
    24Posts

    (Antrix) Problems with quests with newer core.

    Hello,

    I was using rev354 of antrix and TeranetDB 5 as database. All the quests ware working fine as they should do. But when i update to a newer core (498 now) all the quests are not working anymore. Does someone know how to fix this?


  2. #2
    Newbie Necromind is offline
    MemberRank
    Jun 2007 Join Date
    3Posts

    Re: (Antrix) Problems with quests with newer core.

    Quote Originally Posted by Metalbuster View Post
    Hello,

    I was using rev354 of antrix and TeranetDB 5 as database. All the quests ware working fine as they should do. But when i update to a newer core (498 now) all the quests are not working anymore. Does someone know how to fix this?
    lol ... -> RTFM = Read the fucking manuel :P

    Code:
    r484 | Burlex | 2007-06-23 16:45:28 +0200 (Sa, 23 Jun 2007) | 15 lines
    - Added requested fields to reputation / quest tables. (for rep limits)
    Reputation tables format:
    CREATE TABLE `reputation_creature_onkill` (
      `creature_id` int(30) NOT NULL,
      `faction_change_alliance` int(30) NOT NULL,
      `faction_change_horde` int(30) NOT NULL,
      `change_value` int(30) NOT NULL,
      `rep_limit` int(30) NOT NULL,
      KEY `index` (`creature_id`)
    ) ENGINE=MyISAM DEFAULT CHARSET=latin1;
    Quest update:
    alter table quests add RewRepLimit int(11) default 0 not null after RewRepValue2;

  3. #3
    Newbie RealG is offline
    MemberRank
    Nov 2005 Join Date
    here and thereLocation
    13Posts

    Re: (Antrix) Problems with quests with newer core.

    i saw this solution ... the problem is what do i do with what u wrote?

    where do i put it?

    i am kinda noob... so if u can explain or better take a SS of how to do it i will appreciate it.


    btw when i execute this code as a query in my DB to fix the table errors and now all quest work in the rev498

    Code:
    alter table quests add RewRepLimit int(11) default 0 not null after RewRepValue2;

  4. #4
    Newbie Metalbuster is offline
    MemberRank
    Jun 2007 Join Date
    24Posts

    Re: (Antrix) Problems with quests with newer core.

    Thanks i got the quests working now.

  5. #5
    Newbie Metalbuster is offline
    MemberRank
    Jun 2007 Join Date
    24Posts

    Re: (Antrix) Problems with quests with newer core.

    I just foun out that people with an axe of 128dmg making crits from like 1400 is this is not normal i think its on rev498.



Advertisement