1. -- DK Zone CHAPTER IV (UDB212)
  2. -- [Chapter IV] Chapter IV Dummy
  3. Delete from `creature_ai_scripts` where `creature_id`= 29192;
  4. Insert into `creature_ai_scripts` values
  5. ('2919201','29192','1','0','100','0','1000','1000','0','0','45','5','20','0','0','0','0','0','0','0','0','0','[Chapter IV] Chapter IV Dummy - Send AI Event on OOC Timer');
  6. UPDATE creature_template SET AIName='EventAI' WHERE `entry` = '29192';
  7. -- Acherus Necromancer
  8. Delete from `creature_ai_scripts` where `creature_id`= 29191;
  9. Insert into `creature_ai_scripts` values
  10. ('2919101','29191','30','0','100','0','5','29192','0','0','11','53466','10','0','0','0','0','0','0','0','0','0','Acherus Necromancer - Cast Cauldron Stir on Receive AI Event');
  11. UPDATE creature_template SET AIName='EventAI' WHERE `entry` = '29191';
  12. -- Scarlet Deserter
  13. Delete from `creature_ai_scripts` where `creature_id`= 29193;
  14. Insert into `creature_ai_scripts` values
  15. ('2919301','29193','1','0','75','33','1000','5000','11000','20000','10','14','20','18','10','20','15','14','0','0','0','0','Scarlet Deserter - Random Emote on OOC');
  16. UPDATE creature_template SET AIName='EventAI' WHERE `entry` = '29193';
  17. -- Defender of the Light <The Argent Dawn> - update (correct models will be taken randomly - this will prevent naked model to be set)
  18. Delete from `creature_ai_scripts` where `id`= 2917407;
  19. Insert into `creature_ai_scripts` values
  20. ('2917407','29174','11','0','100','32','0','0','0','0','3','0','26057','0','3','0','26058','0','0','0','0','0','Defender of the Light - randomized morph on spawn');
  21. -- Chapter III
  22. -- Scarlet Ballista
  23. Delete from `creature_ai_scripts` where `creature_id`= 29104;
  24. Insert into `creature_ai_scripts` values
  25. ('2910401','29104','1','0','100','0','0','0','0','0','21','0','0','0','22','0','0','0','0','0','0','0','Scarlet Ballista - Prevent Combat Movement and Set Phase to 0 on Spawn'),
  26. ('2910402','29104','9','0','100','1','0','145','3000','3500','11','53117','1','0','0','0','0','0','0','0','0','0','Scarlet Ballista - Cast Ballista Assault'),
  27. ('2910403','29104','9','0','100','1','150','200','0','0','24','0','0','0','0','0','0','0','0','0','0','0','Scarlet Ballista - evade over 150y');
  28. UPDATE creature_template SET AIName='EventAI' WHERE `entry` = '29104';
  29. -- Frostbrood Vanquisher
  30. Delete from `creature_ai_scripts` where `creature_id`= 28670;
  31. Insert into `creature_ai_scripts` values
  32. ('2867001','28670','11','0','100','0','0','0','0','0','1','-A','0','0','0','0','0','0','0','0','0','0','Frostbrood Vanquisher - say on spawn'),
  33. ('2867002','28670','3','0','100','0','2','0','0','0','1','-B','0','0','0','0','0','0','0','0','0','0','Frostbrood Vanquisher - say when Mana is at 2%');
  34. UPDATE creature_template SET AIName='EventAI' WHERE `entry` = '28670';
  35. DELETE FROM `creature_ai_texts` WHERE `entry` IN ('-A','-B');
  36. INSERT into `creature_ai_texts` (`entry`,`content_default`,`sound`,`type`,`language`,`comment`,`emote`) VALUES
  37. ('-A','Avoid incoming Scarlet Crusade arrows and javelins by moving out of their line of fire!','0','3','0','28670','0'),
  38. ('-B','Devour Scarlet Crusaders to replenish your energy!','0','3','0','28670','0');
  39. -- Hearthglen Crusader
  40. Delete from `creature_ai_scripts` where `creature_id`= 29102;
  41. Insert into `creature_ai_scripts` values
  42. ('2910201','29102','9','0','100','1','0','20','0','0','21','1','0','0','40','1','0','0','20','1','0','0','Hearthglen Crusader - Start Combat Movement and Set Melee Weapon Model and Start Melee Below 20 Yards'),
  43. ('2910202','29102','9','0','100','1','20','150','3000','4000','11','53348','1','0','0','0','0','0','0','0','0','0','Hearthglen Crusader - Cast Arrow Assault');
  44. UPDATE creature_template SET AIName='EventAI' WHERE `entry` = '29102';
  45. -- Chapter I
  46. -- Mine Car -- this will allow Scarlet Miner - to attack us
  47. DELETE FROM creature_ai_scripts WHERE creature_id = 28821;
  48. INSERT INTO creature_ai_scripts VALUES
  49. ('2882101','28821','4','0','100','0','0','0','0','0','41','0','0','0','0','0','0','0','0','0','0','0','Mine Car - On Aggro - Force Despawn.');
  50. UPDATE creature_template SET AIName='EventAI' WHERE entry = 28821;