Advertisement
Guest User

Untitled

a guest
Sep 23rd, 2017
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
SQL 1.72 KB | None | 0 0
  1. -- Illidan Stormrage Text
  2. DELETE FROM `creature_text` WHERE `entry`=22917;
  3. INSERT INTO `creature_text` (`entry`,`groupid`,`id`,`text`,`type`,`language`,`probability`,`emote`,`duration`,`sound`,`comment`) VALUES (22917,0,0,'You are not prepared!',1,0,100,0,0,0,'Illidan yell on Aggro');
  4. INSERT INTO `creature_text` (`entry`,`groupid`,`id`,`text`,`type`,`language`,`probability`,`emote`,`duration`,`sound`,`comment`) VALUES (22917,1,0,'Feel the hatred of ten thousand years!',1,0,100,0,0,0,'Illidan Yell');
  5. INSERT INTO `creature_text` (`entry`,`groupid`,`id`,`text`,`type`,`language`,`probability`,`emote`,`duration`,`sound`,`comment`) VALUES (22917,2,0,'Feast my Minions, Feast!',12,0,100,0,0,0,'Comment');
  6. INSERT INTO `creature_text` (`entry`,`groupid`,`id`,`text`,`type`,`language`,`probability`,`emote`,`duration`,`sound`,`comment`) VALUES (22917,3,0,'ENOUGH NOW! Feel the Hatred of a Thousand Years! Beware of my True Form!',12,0,100,0,0,0,'Comment');
  7.  
  8.  
  9. -- Spell Scaling of Illidan & Mother
  10. INSERT INTO `spell_bonus_data` VALUES (40305, 200, 200, 200, 200, 'Mother - Spell Bomb');
  11. INSERT INTO `spell_bonus_data` VALUES (61112, 200, 500, 400, 300, 'Mother – Death and Decay');
  12. INSERT INTO `spell_bonus_data` VALUES (40827, 600, 500, 400, 300, 'Mother – Sinful Beam');
  13. INSERT INTO `spell_bonus_data` VALUES (40585, 200, 200, 0, 0, 'StormRage – Add – ShadowBeam');
  14. INSERT INTO `spell_bonus_data` VALUES (41078, 850, 850, 0, 0, 'StormRage – Shadow Blow');
  15. INSERT INTO `spell_bonus_data` VALUES (69491, 200, 200, 0, 0, 'Stormrage – Aura of Darkness');
  16. INSERT INTO `spell_bonus_data` VALUES (34111, 750, 750, 0, 0, 'StormRage – Judgement');
  17. INSERT INTO `spell_bonus_data` VALUES (51787, 750, 750, 0, 0, 'StormRage – Mystic Bolt');
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement