Jump to content
  • Mangos Two Rev 12578 - Scriptdev errors


    student1
    • Status: Completed
      Main Category: Quests
      Sub-Category: Core Crash
      Version: 0.20 Milestone: 20 Priority: New
      Implemented Version: 0.20

    Mangos Two Rev 12578 - Scriptdev errors

    I believe there was a bug in the sql, table scripted_event was called scripted_event_id I had to rename it to scripted_event and it worked perfectly.


    Now that issue is fixed but I noticed a bunch of other errors:

    "2014-05-24 21:07:00 ERROR CreatureEventAI: Event 22301 Action1 uses incorrect Target type 1 for event-type 10 (cannot be used OOC)
    2014-05-24 21:07:00 ERROR CreatureEventAI: Event 27701 Action1 uses incorrect Target type 1 for event-type 10 (cannot be used OOC)
    "


    Are these normal?

    Thanks



    Edit: Answered my own question, this is an unresolved acid issue.


    Some other errors on the database would benefit from this fix :

    UPDATE creature_template_addon SET auras = REPLACE(auras, '46598', '');
    UPDATE creature_template_addon SET auras = REPLACE(auras, ' ', ' ');
    UPDATE creature_template_addon SET auras = TRIM(auras);
    UPDATE creature_template_addon SET auras = NULL WHERE auras = '';
    UPDATE creature_addon SET auras = REPLACE(auras, '46598', '');
    UPDATE creature_addon SET auras = REPLACE(auras, ' ', ' ');
    UPDATE creature_addon SET auras = TRIM(auras);
    UPDATE creature_addon SET auras = NULL WHERE auras = '';


    User Feedback

    Recommended Comments



    Guest
    This is now closed for further comments

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy Terms of Use