diff options
| author | Machiavelli <none@none> | 2010-12-26 23:35:12 +0100 |
|---|---|---|
| committer | Machiavelli <none@none> | 2010-12-26 23:35:12 +0100 |
| commit | f0d884ee20b48f0dd85820b57561c40e2bc4e480 (patch) | |
| tree | 4cb1f282b09401273cc928b7380c77ffd93691d6 /sql/updates | |
| parent | 4881f3948d3d7feb1b0d147d8a20e16bc6df647b (diff) | |
Scripts/Ulduar: Implement script for General Vezax encounter.
Based on original patch by Lopin -- thank you!
--HG--
branch : trunk
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/10840_world_script_texts.sql | 7 | ||||
| -rw-r--r-- | sql/updates/10840_world_scriptname.sql | 3 |
2 files changed, 10 insertions, 0 deletions
diff --git a/sql/updates/10840_world_script_texts.sql b/sql/updates/10840_world_script_texts.sql new file mode 100644 index 00000000000..180bea7f12e --- /dev/null +++ b/sql/updates/10840_world_script_texts.sql @@ -0,0 +1,7 @@ +DELETE FROM `script_texts` WHERE `entry` IN (-1603289,-1603297,-1603298,-1603299); +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 +(33271,-1603289,'A cloud of saronite vapors coalesces nearby!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,3,0,0,'General Vezax - Emote1'), +(33271,-1603297,'The saronite vapors mass and swirl violently, merging into a monstrous form!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,3,0,0,'General Vezax - Emote2'), +(33271,-1603298,'A saronite barrier appears around General Vezax!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,3,0,0,'General Vezax - Emote3'), +(33271,-1603299,'General Vezax roars and surges with dark might!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,3,0,0,'General Vezax - Emote4'); diff --git a/sql/updates/10840_world_scriptname.sql b/sql/updates/10840_world_scriptname.sql new file mode 100644 index 00000000000..d24da6225c5 --- /dev/null +++ b/sql/updates/10840_world_scriptname.sql @@ -0,0 +1,3 @@ +UPDATE `creature_template` SET `ScriptName`='boss_general_vezax' WHERE `entry`=33271; -- General Vezax +UPDATE `creature_template` SET `ScriptName`='npc_saronite_vapors' WHERE `entry`=33488; -- Saronite Vapors +UPDATE `creature_template` SET `ScriptName`='npc_saronite_animus' WHERE `entry`=33524; -- Saronite Animus |
