Advertisement
Guest User

Untitled

a guest
Jun 23rd, 2017
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.75 KB | None | 0 0
  1. DELETE FROM creature_ai_scripts WHERE creature_id IN (900002, 900003, 900005, 900006);
  2. INSERT INTO creature_ai_scripts
  3. (id, creature_id, event_type, event_inverse_phase_mask, event_chance, event_flags, event_param1, event_param2, event_param3, event_param4,
  4. action1_type, action1_param1, action1_param2, action1_param3,
  5. action2_type, action2_param1, action2_param2, action2_param3,
  6. action3_type, action3_param1, action3_param2, action3_param3,
  7. comment)
  8. VALUES
  9. (9000021, 900002, 0, 0, 100, 7, 6000, 7000, 6000, 7000,
  10. 11, 40827, 1, 0,
  11. 0, 0, 0, 0,
  12. 0, 0, 0, 0,
  13. 'Scourge Commander Redlight - Cast Sinful Beam'),
  14. (9000022, 900002, 0, 0, 100, 7, 15000, 15000, 15000, 15000,
  15. 11, 59352, 4, 0,
  16. 1, -20004, 0, 0,
  17. 0, 0, 0, 0,
  18. 'Scourge Commander Redlight - Cast Mark of Darkness'),
  19. (9000023, 900002, 0, 0, 100, 7, 25000, 25000, 30000, 30000,
  20. 11, 31306, 1, 0,
  21. 0, 0, 0, 0,
  22. 0, 0, 0, 0,
  23. 'Scourge Commander Redlight - Cast Carrion Swarm'),
  24. (9000024, 900002, 0, 0, 100, 7, 30000, 30000, 30000, 30000,
  25. 11, 71022, 0, 0,
  26. 0, 0, 0, 0,
  27. 0, 0, 0, 0,
  28. 'Scourge Commander Redlight - Cast Disrupting Shout'),
  29. (9000025, 900002, 0, 0, 100, 7, 62000, 62000, 62000, 62000,
  30. 12, 900006, 5, 0,
  31. 0, 0, 0, 0,
  32. 0, 0, 0, 0,
  33. 'Scourge Commander Redlight - Summon Add'),
  34. (9000026, 900002, 0, 0, 100, 7, 120000, 120000, 120000, 120000,
  35. 1, -20005, 0, 0,
  36. 0, 0, 0, 0,
  37. 0, 0, 0, 0,
  38. 'Scourge Commander Redlight - Yell'),
  39. (9000061, 900006, 0, 0, 100, 7, 120000, 120000, 120000, 120000,
  40. 11, 58841, 0, 0,
  41. 0, 0, 0, 0,
  42. 0, 0, 0, 0,
  43. 'Scourge Commander Add - Cast Frenzy'),
  44. (9000062, 900006, 0, 0, 100, 7, 15000, 16000, 15000, 16000,
  45. 11, 75418, 1, 0,
  46. 0, 0, 0, 0,
  47. 0, 0, 0, 0,
  48. 'Scourge Commander Add - Cast Shockwave'),
  49. (9000031, 900003, 0, 0, 100, 7, 60000, 60000, 60000, 60000,
  50. 1, -20007, 0, 0,
  51. 0, 0, 0, 0,
  52. 0, 0, 0, 0,
  53. 'Event Thrall - Yell'),
  54. (9000051, 900005, 0, 0, 100, 7, 60000, 60000, 60000, 60000,
  55. 1, -20008, 0, 0,
  56. 0, 0, 0, 0,
  57. 0, 0, 0, 0,
  58. 'Event King Varian Wrynn - Yell');
  59.  
  60. DELETE FROM creature_ai_texts WHERE entry BETWEEN -20008 AND -20004;
  61. INSERT INTO creature_ai_texts
  62. (entry, content_default, content_loc3, type, comment)
  63. VALUES
  64. (-20004, 'You are marked for death!', '', 1, 'Event Boss Yell'),
  65. (-20005, 'Soon you will join your friends, mortals!', '', 1, 'Event Boss Yell'),
  66. (-20006, 'Enough! Feel my blood-red Scythe! I will deprive your Souls!', '', 1, 'Event Boss Yell'),
  67. (-20007, 'You don\'t know what it takes to face the Horde, Redlight!', '', 1, 'Event Boss Yell'),
  68. (-20008, 'Never underestimate the might of the Alliance, Redlight!', '', 1, 'Event Boss Yell');
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement