They appear under Ascent r? but not OpenAscent r376
They show up in .lookupcreature in both however...does anyone know why this might be?
When attempting to manually spawn a creature returns, Invalid ID.
They appear under Ascent r? but not OpenAscent r376
They show up in .lookupcreature in both however...does anyone know why this might be?
When attempting to manually spawn a creature returns, Invalid ID.
New core maybe i had this issue with my server but i changed server and it worked
Yes but openascent offers more features; features we could use, assuming it will work.
there is no creature_names updates...... only protoyou need to run new creature proto and names updates located on thier svn
anyway
run these updates if you using openascent rev 256+ if you want to fix your NPCS
alter table `creature_proto` add column `spell1` int(30) DEFAULT '0' NOT NULL after `extra_a9_flags`;
alter table `creature_proto` add column `spell2` int(30) DEFAULT '0' NOT NULL after `spell1`;
alter table `creature_proto` add column `spell3` int(30) DEFAULT '0' NOT NULL after `spell2`;
alter table `creature_proto` add column `spell4` int(30) DEFAULT '0' NOT NULL after `spell3`;alter table `creature_proto` add column `spell_flags` int(30) DEFAULT '0' NOT NULL after `spell4`;
Thanks thats good
Will give it a shot, thanks ahead of time.