Scripts/Ulduar/XT-002:

- Implement achievement Nerf Engineering
- Implement achievement Nerf Gravity Bombs
- Implement achievement Heartbreaker
- Boombot's shouldn't melee
- Call BossAI::Reset in XT002::Reset, fixes some timer issues
This commit is contained in:
Machiavelli
2011-06-10 18:24:16 +02:00
parent bf73940249
commit 680798a11d
3 changed files with 181 additions and 19 deletions

View File

@@ -2210,8 +2210,10 @@ INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES
( 62274, 'spell_shield_of_runes'),
( 63018, 'spell_xt002_searing_light_spawn_life_spark'),
( 65121, 'spell_xt002_searing_light_spawn_life_spark'),
( 64234, 'spell_xt002_gravity_bomb_spawn_void_zone'),
( 63024, 'spell_xt002_gravity_bomb_spawn_void_zone'),
( 64234, 'spell_xt002_gravity_bomb_aura'),
( 63024, 'spell_xt002_gravity_bomb_aura'),
( 64233, 'spell_xt002_gravity_bomb_damage'),
( 63025, 'spell_xt002_gravity_bomb_damage'),
( 62791, 'spell_xt002_heart_overload_periodic'),
( 62775, 'spell_xt002_tympanic_tantrum'),
( 37751, 'spell_xt002_submerged'),