[Ascent] Missing npcs and monsters

Results 1 to 4 of 4
  1. #1
    Your omega Dopestar is offline
    Grand MasterRank
    Aug 2006 Join Date
    the NetherlandsLocation
    3,191Posts

    [Ascent] Missing npcs and monsters

    ok today I wanted to set up a wow server just for fun

    all went great but I cant see monsters and npcs

    im using im using ascent rev 1595 and life database rev 0.1

    I did found a query for if that didnt work :

    alter table creature_proto change health minhealth int(30) unsigned not null;
    alter table creature_proto add column maxhealth int(30) unsigned not null after minhealth;
    update creature_proto set maxhealth=minhealth;
    alter table creature_proto change level minlevel int(30) unsigned not null;
    alter table creature_proto add column maxlevel int(30) unsigned not null after minlevel;
    update creature_proto set maxlevel=minlevel;
    alter table creature_proto add column invisibility_type int(30) unsigned not null;
    alter table creature_proto add column death_state int(30) unsigned not null;

    but after that its stil not working any ideas

    maybe another database ?


  2. #2
    Newbie Roflmow is offline
    MemberRank
    Oct 2007 Join Date
    4Posts

    Re: (Q) missing npcs and monsters

    Yer but not too sure about acsent needs a full db instead of basic :).

  3. #3
    Sorcerer Supreme grandmst20 is offline
    Member +Rank
    Feb 2007 Join Date
    427Posts

    Re: (Q) missing npcs and monsters

    Try NCBD 0.2, works great.

    Milestone 0.2

  4. #4
    Sorcerer Supreme flie123 is offline
    Member +Rank
    Feb 2007 Join Date
    DenmarkLocation
    264Posts

    Re: (Q) missing npcs and monsters

    My friend had that problem too but... then he tryed antrix it worked fine xD i see u followed hatched's guide? i did ! :D



Advertisement