[HELP] NPCs wont load OpenAscent

Results 1 to 7 of 7
  1. #1
    Newbie llamafood is offline
    MemberRank
    Jun 2008 Join Date
    3Posts

    [HELP] NPCs wont load OpenAscent

    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.


  2. #2
    Sorcerer Supreme jordanmckeag is offline
    Member +Rank
    Jan 2008 Join Date
    318Posts

    Re: [HELP] NPCs wont load OpenAscent

    New core maybe i had this issue with my server but i changed server and it worked

  3. #3
    Newbie llamafood is offline
    MemberRank
    Jun 2008 Join Date
    3Posts

    Re: [HELP] NPCs wont load OpenAscent

    Yes but openascent offers more features; features we could use, assuming it will work.

  4. #4
    Newbie martinez123 is offline
    MemberRank
    Jun 2008 Join Date
    17Posts

    Re: [HELP] NPCs wont load OpenAscent

    Quote Originally Posted by llamafood View Post
    Yes but openascent offers more features; features we could use, assuming it will work.
    you need to run new creature proto and names updates located on thier svn

  5. #5
    Grand Master rr2739 is offline
    Grand MasterRank
    Nov 2007 Join Date
    Your BIOSLocation
    562Posts

    Re: [HELP] NPCs wont load OpenAscent

    you need to run new creature proto and names updates located on thier svn
    there is no creature_names updates...... only proto

    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`;

  6. #6
    Sorcerer Supreme jordanmckeag is offline
    Member +Rank
    Jan 2008 Join Date
    318Posts

    Re: [HELP] NPCs wont load OpenAscent

    Thanks thats good

  7. #7
    Newbie llamafood is offline
    MemberRank
    Jun 2008 Join Date
    3Posts

    Re: [HELP] NPCs wont load OpenAscent

    Will give it a shot, thanks ahead of time.



Advertisement