diff options
| author | Machiavelli <machiavelli.trinity@gmail.com> | 2011-02-22 04:46:13 +0100 |
|---|---|---|
| committer | Machiavelli <machiavelli.trinity@gmail.com> | 2011-02-22 04:46:13 +0100 |
| commit | 480517c3be4c7a170529cc715b2b948ff2130cfc (patch) | |
| tree | 4c75f8418f7583bfbf4cc6da43fb32a8f6e56331 /sql/scripts | |
| parent | 8b738d537c9a125dc91979d93c00d822264b1a07 (diff) | |
Scripts/Ulduar: Kologarn:
- Correct target selection of Stone Grip
- Correct functionality of Stone Grip (absorb aura, stun, damage, vehicle join, correct removal of the aforementioned when needed, +teleport to platform)
- Blizzlike casters for certain spells, which led to merging arms AI to KologarnsAI.
- Blizzlike timer for Stone Grip
- Fix Rubble spawn on arm death
Diffstat (limited to 'sql/scripts')
| -rw-r--r-- | sql/scripts/world_scripts_full.sql | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/sql/scripts/world_scripts_full.sql b/sql/scripts/world_scripts_full.sql index 606688c44de..58a90f99a36 100644 --- a/sql/scripts/world_scripts_full.sql +++ b/sql/scripts/world_scripts_full.sql @@ -1535,8 +1535,6 @@ UPDATE `creature_template` SET `ScriptName`='mob_lightning_elemental' WHERE `ent UPDATE `creature_template` SET `ScriptName`='mob_rune_of_summoning' WHERE `entry`=33051; UPDATE `creature_template` SET `ScriptName`= 'mob_rune_of_power' WHERE entry = 33705; UPDATE `creature_template` SET `ScriptName`='boss_kologarn' WHERE `entry`=32930; -UPDATE `creature_template` SET `ScriptName`='npc_right_arm' WHERE `entry`=32934; -UPDATE `creature_template` SET `ScriptName`='npc_left_arm' WHERE `entry`=32933; UPDATE `creature_template` SET `ScriptName`='boss_general_vezax' WHERE `entry`=33271; UPDATE `creature_template` SET `ScriptName`='npc_saronite_vapors' WHERE `entry`=33488; UPDATE `creature_template` SET `ScriptName`='npc_saronite_animus' WHERE `entry`=33524; @@ -2064,6 +2062,12 @@ INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES ( 62521, 'spell_attuned_to_nature_dose_reduction'), ( 62524, 'spell_attuned_to_nature_dose_reduction'), ( 62525, 'spell_attuned_to_nature_dose_reduction'), +( 63633, 'spell_ulduar_rubble_summon'), +( 65594, 'spell_ulduar_cancel_stone_grip'), +( 62056, 'spell_ulduar_stone_grip'), +( 63985, 'spell_ulduar_stone_grip'), +( 64224, 'spell_ulduar_stone_grip_absorb'), +( 64225, 'spell_ulduar_stone_grip_absorb'), -- quest ( 8913, 'spell_q55_sacred_cleansing'), ( 17271, 'spell_q5206_test_fetid_skull'), |
