diff options
| author | Supabad <none@none> | 2010-10-11 01:17:16 +0200 |
|---|---|---|
| committer | Supabad <none@none> | 2010-10-11 01:17:16 +0200 |
| commit | 8f9660fa0744ba9e821cae42c5b42b697bbe9911 (patch) | |
| tree | c0a181649e9d62f30853cba964cc4b2f62a9515d /sql/updates | |
| parent | 40e3ca43664244d0151e6916c48208f9310e13a4 (diff) | |
Scripts/Ulduar: Boss Razorscale
- Update Boss Razorscale thanks to PrinceCreed
- harpoon event needs work
- apply trinity coding standard to patch
- change minor typo in Boss Ignis Thanks to Lopin
--HG--
branch : trunk
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/10208_world_script_name.sql | 8 | ||||
| -rw-r--r-- | sql/updates/10208_world_script_texts.sql | 16 |
2 files changed, 24 insertions, 0 deletions
diff --git a/sql/updates/10208_world_script_name.sql b/sql/updates/10208_world_script_name.sql new file mode 100644 index 00000000000..7487de2d439 --- /dev/null +++ b/sql/updates/10208_world_script_name.sql @@ -0,0 +1,8 @@ +-- Razorscale +UPDATE `creature_template` SET `ScriptName` = 'boss_razorscale' WHERE `entry`=33186; +UPDATE `creature_template` SET `ScriptName` = 'npc_devouring_flame' WHERE `entry`=34188; +UPDATE `creature_template` SET `ScriptName` = 'npc_mole_machine_trigger' WHERE `entry`=33245; +UPDATE `creature_template` SET `ScriptName` = 'npc_expedition_commander' WHERE `entry`=33210; +UPDATE `creature_template` SET `ScriptName` = 'npc_darkrune_guardian' WHERE `entry`=33388; +UPDATE `creature_template` SET `ScriptName` = 'npc_darkrune_sentinel' WHERE `entry`=33846; +UPDATE `creature_template` SET `ScriptName` = 'npc_darkrune_watcher' WHERE `entry`=33453; diff --git a/sql/updates/10208_world_script_texts.sql b/sql/updates/10208_world_script_texts.sql new file mode 100644 index 00000000000..83041d0dbe7 --- /dev/null +++ b/sql/updates/10208_world_script_texts.sql @@ -0,0 +1,16 @@ +DELETE FROM `script_texts` WHERE `entry` IN (-1603268,-1603267,-1603266); +INSERT INTO `script_texts` (`npc_entry`, `entry`, `content_default`, `content_loc1`, `content_loc2`, `content_loc3`, `content_loc4`, `content_loc5`, `content_loc6`, `content_loc7`, `content_loc8`, `sound`, `type`, `language`, `emote`, `comment`) VALUES +(33186, -1603268, 'Razorscale grounded permanently!', NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,2,0,0, 'EMOTE_PERMA'), +(33186, -1603267, 'Razorscale takes a deep breath...', NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,2,0,0, 'EMOTE_BREATH'), +(33287, -1603266, 'Harpoon Turret is ready for use!', NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,2,0,0, 'EMOTE_HARPOON'); + +DELETE FROM `script_texts` WHERE `entry` IN (-1603265,-1603264,-1603263,-1603262); +INSERT INTO `script_texts` (`npc_entry`,`entry`,`content_default`,`content_loc1`,`content_loc2`,`content_loc3`,`content_loc4`,`content_loc5`,`content_loc6`,`content_loc7`,`content_loc8`,`sound`,`type`,`language`,`emote`,`comment`) VALUES +(33287, -1603265, 'Fires out! Let''s rebuild those turrets!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0, 'SAY_TURRETS'), +(33287, -1603264, 'Ready to move out, keep those dwarves off of our backs!', NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0, 'SAY_AGGRO_3'), +(33287, -1603263, 'Be on the lookout! Mole machines will be surfacing soon with those nasty Iron dwarves aboard!', NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0, 'SAY_AGGRO_2'), +(33287, -1603262, 'Give us a moment to prepare to build the turrets.', NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0, 'SAY_AGGRO_1'); + +-- Razorscale emotes +UPDATE `script_texts` SET `content_default` = "Welcome, champions! All of our attempts at grounding her have failed. We could use a hand in bring her down with these harpoon guns.", `type`=0 WHERE `entry`=-1603260; +UPDATE `script_texts` SET `content_default` = "Move! Quickly! She won't remain grounded for long.", `type`=1 WHERE `entry`=-1603261; |
