-
Your omega
[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 ?
-
-
Newbie
Re: (Q) missing npcs and monsters
Yer but not too sure about acsent needs a full db instead of basic :).
-
Sorcerer Supreme
Re: (Q) missing npcs and monsters
Try NCBD 0.2, works great.
Milestone 0.2
-
Sorcerer Supreme
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