Jump to content

student1

Members
  • Posts

    4
  • Joined

  • Last visited

  • Donations

    0.00 GBP 

Everything posted by student1

  1. 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 = '';
  2. please delete, double post again caused by lag... lame connection sorry!
×
×
  • 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