Pelf

thestonecore sql

Dec 9th, 2011
187
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
SQL 3.27 KB | None | 0 0
  1. UPDATE `instance_template` SET `script`='instance_the_stonecore' WHERE `map`=725;
  2.  
  3. UPDATE `creature_template` SET `ScriptName`='boss_corborus' WHERE `entry`=43438;
  4. UPDATE `creature_template` SET `ScriptName`='npc_rock_borer' WHERE `entry`=43917;
  5. UPDATE `creature_template` SET `ScriptName`='npc_crystal_shard' WHERE `entry`=49267;
  6.  
  7. UPDATE `creature_template` SET `ScriptName`='boss_slabhide' WHERE `entry`=43214;
  8. UPDATE `creature_template` SET `minlevel`=84, `maxlevel`=85, `faction_A`=16, `faction_H`=16, `flags_extra`=128, `ScriptName`='npc_lava_fissure' WHERE `entry`=43242;
  9.  
  10. UPDATE `creature_template` SET `ScriptName`='boss_ozruk' WHERE `entry`=42188;
  11. INSERT INTO `creature_text` (`entry`, `groupid`, `id`, `text`, `type`, `language`, `probability`, `emote`, `duration`, `sound`, `comment`)
  12. VALUES (42188, 0, 0, 'None may pass into the World\'s Heart!', 1, 0, 0, 0, 0, 21919, 'VO_SC_OZRUK aggro');
  13. INSERT INTO `creature_text` (`entry`, `groupid`, `id`, `text`, `type`, `language`, `probability`, `emote`, `duration`, `sound`, `comment`)
  14. VALUES (42188, 1, 0, 'The cycle is complete.', 1, 0, 0, 0, 0, 21920, 'VO_SC_OZRUK kill');
  15. INSERT INTO `creature_text` (`entry`, `groupid`, `id`, `text`, `type`, `language`, `probability`, `emote`, `duration`, `sound`, `comment`)
  16. VALUES (42188, 2, 0, 'Break yourselves upon my body. Feel the strength of the earth!', 1, 0, 0, 0, 0, 21921, 'VO_SC_OZRUK');
  17. INSERT INTO `creature_text` (`entry`, `groupid`, `id`, `text`, `type`, `language`, `probability`, `emote`, `duration`, `sound`, `comment`)
  18. VALUES (42188, 3, 0, 'A protector has fallen. The World\'s Heart lies exposed!', 1, 0, 0, 0, 0, 21922, 'VO_SC_OZRUK death');
  19.  
  20. UPDATE `creature_template` SET `ScriptName`='boss_high_priestess_azil' WHERE `entry`=42333;
  21. UPDATE `creature_template` SET `minlevel`=84, `maxlevel`=85, `faction_A`=16, `faction_H`=16, `flags_extra`=128, `ScriptName`='npc_gravity_well' WHERE `entry`=42499;
  22. INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES (79251, 'high_priestess_azil_gravity_well_script');
  23. INSERT INTO `creature_text` (`entry`, `groupid`, `id`, `text`, `type`, `language`, `probability`, `emote`, `duration`, `sound`, `comment`)
  24. VALUES (42333, 0, 0, '', 1, 0, 0, 0, 0, 21627, 'VO_SC_Azil_Event01');
  25. INSERT INTO `creature_text` (`entry`, `groupid`, `id`, `text`, `type`, `language`, `probability`, `emote`, `duration`, `sound`, `comment`)
  26. VALUES (42333, 1, 0, 'Witness the power bestowed upon me by Deathwing! Feel the fury of earth!', 1, 0, 0, 0, 0, 21628, 'VO_SC_Azil spell01');
  27. INSERT INTO `creature_text` (`entry`, `groupid`, `id`, `text`, `type`, `language`, `probability`, `emote`, `duration`, `sound`, `comment`)
  28. VALUES (42333, 2, 0, 'For my death, countless more will fall. The burden is now yours to bear.', 1, 0, 0, 0, 0, 21633, 'VO_SC_Azil death');
  29. INSERT INTO `creature_text` (`entry`, `groupid`, `id`, `text`, `type`, `language`, `probability`, `emote`, `duration`, `sound`, `comment`)
  30. VALUES (42333, 3, 0, 'The world will be reborn in flames!', 1, 0, 0, 0, 0, 21634, 'VO_SC_Azil aggro1');
  31. INSERT INTO `creature_text` (`entry`, `groupid`, `id`, `text`, `type`, `language`, `probability`, `emote`, `duration`, `sound`, `comment`)
  32. VALUES (42333, 3, 1, 'A sacrifice for you, master.', 1, 0, 0, 0, 0, 21635, 'VO_SC_Azil aggro2');
Advertisement
Add Comment
Please, Sign In to add comment