diff options
| author | offl <offl@users.noreply.github.com> | 2021-05-28 17:33:15 +0300 |
|---|---|---|
| committer | offl <offl@users.noreply.github.com> | 2021-05-28 17:33:15 +0300 |
| commit | 80a4b7f1e2f4baae40f08e87cb8cda0a1db833b9 (patch) | |
| tree | ccc2e9c08f3deb3827c9e3d898351e7d01e3e9d9 /src/server/scripts/Northrend | |
| parent | 78bd609e8a37caa354c42ee6da798ab6c0bb3009 (diff) | |
Scripts/Spells: Add comments with id & name of spells part 1
Diffstat (limited to 'src/server/scripts/Northrend')
30 files changed, 86 insertions, 5 deletions
diff --git a/src/server/scripts/Northrend/AzjolNerub/AzjolNerub/boss_anubarak.cpp b/src/server/scripts/Northrend/AzjolNerub/AzjolNerub/boss_anubarak.cpp index e92e25c6e7c..fb1292814c3 100644 --- a/src/server/scripts/Northrend/AzjolNerub/AzjolNerub/boss_anubarak.cpp +++ b/src/server/scripts/Northrend/AzjolNerub/AzjolNerub/boss_anubarak.cpp @@ -600,6 +600,7 @@ struct npc_anubarak_impale_target : public NullCreatureAI } }; +// 53472, 59433 - Pound class spell_anubarak_pound : public AuraScript { PrepareAuraScript(spell_anubarak_pound); @@ -621,6 +622,7 @@ class spell_anubarak_pound : public AuraScript } }; +// 53520 - Carrion Beetles class spell_anubarak_carrion_beetles : public AuraScript { PrepareAuraScript(spell_anubarak_carrion_beetles); diff --git a/src/server/scripts/Northrend/AzjolNerub/AzjolNerub/boss_krikthir_the_gatewatcher.cpp b/src/server/scripts/Northrend/AzjolNerub/AzjolNerub/boss_krikthir_the_gatewatcher.cpp index 002b7668914..d35a7ea026a 100644 --- a/src/server/scripts/Northrend/AzjolNerub/AzjolNerub/boss_krikthir_the_gatewatcher.cpp +++ b/src/server/scripts/Northrend/AzjolNerub/AzjolNerub/boss_krikthir_the_gatewatcher.cpp @@ -914,6 +914,7 @@ class npc_gatewatcher_web_wrap : public CreatureScript } }; +// 52343 - Krik'Thir Subboss Aggro Trigger class spell_gatewatcher_subboss_trigger : public SpellScriptLoader { public: @@ -966,6 +967,7 @@ class spell_gatewatcher_subboss_trigger : public SpellScriptLoader } }; +// 52536 - Fixate Trigger class spell_anub_ar_skirmisher_fixate : public SpellScriptLoader { public: @@ -998,6 +1000,7 @@ class spell_anub_ar_skirmisher_fixate : public SpellScriptLoader } }; +// 52086 - Web Wrap class spell_gatewatcher_web_wrap : public SpellScriptLoader { public: diff --git a/src/server/scripts/Northrend/CrusadersColiseum/TrialOfTheChampion/boss_argent_challenge.cpp b/src/server/scripts/Northrend/CrusadersColiseum/TrialOfTheChampion/boss_argent_challenge.cpp index c79349c051e..ce9a770e6d4 100644 --- a/src/server/scripts/Northrend/CrusadersColiseum/TrialOfTheChampion/boss_argent_challenge.cpp +++ b/src/server/scripts/Northrend/CrusadersColiseum/TrialOfTheChampion/boss_argent_challenge.cpp @@ -125,6 +125,7 @@ class OrientationCheck Unit* caster; }; +// 66862, 67681 - Radiance class spell_eadric_radiance : public SpellScriptLoader { public: diff --git a/src/server/scripts/Northrend/CrusadersColiseum/TrialOfTheCrusader/boss_anubarak_trial.cpp b/src/server/scripts/Northrend/CrusadersColiseum/TrialOfTheCrusader/boss_anubarak_trial.cpp index 237481d2078..b42915f93d4 100644 --- a/src/server/scripts/Northrend/CrusadersColiseum/TrialOfTheCrusader/boss_anubarak_trial.cpp +++ b/src/server/scripts/Northrend/CrusadersColiseum/TrialOfTheCrusader/boss_anubarak_trial.cpp @@ -912,6 +912,7 @@ class spell_impale : public SpellScriptLoader } }; +// 66118, 67630, 68646, 68647 - Leeching Swarm class spell_anubarak_leeching_swarm : public SpellScriptLoader { public: diff --git a/src/server/scripts/Northrend/CrusadersColiseum/TrialOfTheCrusader/boss_faction_champions.cpp b/src/server/scripts/Northrend/CrusadersColiseum/TrialOfTheCrusader/boss_faction_champions.cpp index 4336ed489c0..260d2d225f8 100644 --- a/src/server/scripts/Northrend/CrusadersColiseum/TrialOfTheCrusader/boss_faction_champions.cpp +++ b/src/server/scripts/Northrend/CrusadersColiseum/TrialOfTheCrusader/boss_faction_champions.cpp @@ -2248,6 +2248,7 @@ class npc_toc_pet_hunter : public CreatureScript } }; +// 65812, 68154, 68155, 68156 - Unstable Affliction class spell_faction_champion_warl_unstable_affliction : public SpellScriptLoader { public: @@ -2280,6 +2281,7 @@ class spell_faction_champion_warl_unstable_affliction : public SpellScriptLoader } }; +// 66017, 68753, 68754, 68755 - Death Grip class spell_faction_champion_death_grip : public SpellScriptLoader { public: diff --git a/src/server/scripts/Northrend/CrusadersColiseum/TrialOfTheCrusader/boss_twin_valkyr.cpp b/src/server/scripts/Northrend/CrusadersColiseum/TrialOfTheCrusader/boss_twin_valkyr.cpp index 94619dd179c..eac8260ce11 100644 --- a/src/server/scripts/Northrend/CrusadersColiseum/TrialOfTheCrusader/boss_twin_valkyr.cpp +++ b/src/server/scripts/Northrend/CrusadersColiseum/TrialOfTheCrusader/boss_twin_valkyr.cpp @@ -712,8 +712,7 @@ class npc_bullet_controller : public CreatureScript } }; -// 66149 - Bullet Controller Periodic -// 68396 - Bullet Controller Periodic +// 66149, 68396 - Bullet Controller Periodic class spell_bullet_controller : public AuraScript { PrepareAuraScript(spell_bullet_controller); diff --git a/src/server/scripts/Northrend/FrozenHalls/ForgeOfSouls/boss_bronjahm.cpp b/src/server/scripts/Northrend/FrozenHalls/ForgeOfSouls/boss_bronjahm.cpp index e53f80f7075..d82bae23626 100644 --- a/src/server/scripts/Northrend/FrozenHalls/ForgeOfSouls/boss_bronjahm.cpp +++ b/src/server/scripts/Northrend/FrozenHalls/ForgeOfSouls/boss_bronjahm.cpp @@ -260,6 +260,7 @@ class npc_corrupted_soul_fragment : public CreatureScript } }; +// 68793, 69050 - Magic's Bane class spell_bronjahm_magic_bane : public SpellScriptLoader { public: @@ -291,6 +292,7 @@ class spell_bronjahm_magic_bane : public SpellScriptLoader } }; +// 68861 - Consume Soul class spell_bronjahm_consume_soul : public SpellScriptLoader { public: @@ -357,6 +359,7 @@ class spell_bronjahm_soulstorm_visual : public SpellScriptLoader } }; +// 68921, 69049 - Soulstorm class spell_bronjahm_soulstorm_targeting : public SpellScriptLoader { public: diff --git a/src/server/scripts/Northrend/FrozenHalls/PitOfSaron/boss_forgemaster_garfrost.cpp b/src/server/scripts/Northrend/FrozenHalls/PitOfSaron/boss_forgemaster_garfrost.cpp index e5d0838ab9d..51db578edad 100644 --- a/src/server/scripts/Northrend/FrozenHalls/PitOfSaron/boss_forgemaster_garfrost.cpp +++ b/src/server/scripts/Northrend/FrozenHalls/PitOfSaron/boss_forgemaster_garfrost.cpp @@ -247,6 +247,7 @@ private: uint32 _permafrostStack; }; +// 68786, 70336 - Permafrost class spell_garfrost_permafrost : public SpellScript { PrepareSpellScript(spell_garfrost_permafrost); diff --git a/src/server/scripts/Northrend/FrozenHalls/PitOfSaron/boss_krickandick.cpp b/src/server/scripts/Northrend/FrozenHalls/PitOfSaron/boss_krickandick.cpp index abcc56f1c0c..30c3307a67a 100644 --- a/src/server/scripts/Northrend/FrozenHalls/PitOfSaron/boss_krickandick.cpp +++ b/src/server/scripts/Northrend/FrozenHalls/PitOfSaron/boss_krickandick.cpp @@ -570,6 +570,7 @@ class spell_ick_explosive_barrage : public AuraScript } }; +// 44851 - Hasty Grow class spell_exploding_orb_hasty_grow : public AuraScript { PrepareAuraScript(spell_exploding_orb_hasty_grow); diff --git a/src/server/scripts/Northrend/IcecrownCitadel/boss_blood_queen_lana_thel.cpp b/src/server/scripts/Northrend/IcecrownCitadel/boss_blood_queen_lana_thel.cpp index df45c82a6a2..e608805e53c 100644 --- a/src/server/scripts/Northrend/IcecrownCitadel/boss_blood_queen_lana_thel.cpp +++ b/src/server/scripts/Northrend/IcecrownCitadel/boss_blood_queen_lana_thel.cpp @@ -515,6 +515,7 @@ private: // helper for shortened code typedef boss_blood_queen_lana_thel LanaThelAI; +// 70946, 71475, 71476, 71477 - Vampiric Bite class spell_blood_queen_vampiric_bite : public SpellScript { PrepareSpellScript(spell_blood_queen_vampiric_bite); @@ -575,6 +576,7 @@ class spell_blood_queen_vampiric_bite : public SpellScript } }; +// 70877, 71474 - Frenzied Bloodthirst class spell_blood_queen_frenzied_bloodthirst : public AuraScript { PrepareAuraScript(spell_blood_queen_frenzied_bloodthirst); @@ -623,6 +625,7 @@ class BloodboltHitCheck LanaThelAI* _ai; }; +// 71899, 71900, 71901, 71902 - Bloodbolt Whirl class spell_blood_queen_bloodbolt : public SpellScript { PrepareSpellScript(spell_blood_queen_bloodbolt); @@ -688,6 +691,7 @@ class spell_blood_queen_essence_of_the_blood_queen : public AuraScript } }; +// 71390 - Pact of the Darkfallen class spell_blood_queen_pact_of_the_darkfallen : public SpellScript { PrepareSpellScript(spell_blood_queen_pact_of_the_darkfallen); @@ -725,6 +729,7 @@ class spell_blood_queen_pact_of_the_darkfallen : public SpellScript } }; +// 71340 - Pact of the Darkfallen class spell_blood_queen_pact_of_the_darkfallen_dmg : public AuraScript { PrepareAuraScript(spell_blood_queen_pact_of_the_darkfallen_dmg); @@ -753,6 +758,7 @@ class spell_blood_queen_pact_of_the_darkfallen_dmg : public AuraScript } }; +// 71341 - Pact of the Darkfallen class spell_blood_queen_pact_of_the_darkfallen_dmg_target : public SpellScript { PrepareSpellScript(spell_blood_queen_pact_of_the_darkfallen_dmg_target); diff --git a/src/server/scripts/Northrend/IcecrownCitadel/boss_deathbringer_saurfang.cpp b/src/server/scripts/Northrend/IcecrownCitadel/boss_deathbringer_saurfang.cpp index 3a7c929eb55..e2d985c9145 100644 --- a/src/server/scripts/Northrend/IcecrownCitadel/boss_deathbringer_saurfang.cpp +++ b/src/server/scripts/Northrend/IcecrownCitadel/boss_deathbringer_saurfang.cpp @@ -988,6 +988,7 @@ private: uint32 _index; }; +// 72202 - Blood Link class spell_deathbringer_blood_link : public SpellScript { PrepareSpellScript(spell_deathbringer_blood_link); @@ -1011,6 +1012,7 @@ class spell_deathbringer_blood_link : public SpellScript } }; +// 72178 - Blood Link class spell_deathbringer_blood_link_aura : public AuraScript { PrepareAuraScript(spell_deathbringer_blood_link_aura); @@ -1034,6 +1036,7 @@ class spell_deathbringer_blood_link_aura : public AuraScript } }; +// 72371 - Blood Power class spell_deathbringer_blood_power : public SpellScript { PrepareSpellScript(spell_deathbringer_blood_power); @@ -1067,6 +1070,7 @@ class spell_deathbringer_blood_power_aura : public AuraScript } }; +// 72409, 72447, 72448, 72449 - Rune of Blood class spell_deathbringer_rune_of_blood : public SpellScript { PrepareSpellScript(spell_deathbringer_rune_of_blood); @@ -1110,6 +1114,7 @@ class spell_deathbringer_blood_beast_blood_link : public AuraScript } }; +// 72380, 72438, 72439, 72440 - Blood Nova class spell_deathbringer_blood_nova : public SpellScript { PrepareSpellScript(spell_deathbringer_blood_nova); @@ -1131,6 +1136,7 @@ class spell_deathbringer_blood_nova : public SpellScript } }; +// 72378, 73058 - Blood Nova class spell_deathbringer_blood_nova_targeting : public SpellScript { PrepareSpellScript(spell_deathbringer_blood_nova_targeting); @@ -1193,6 +1199,7 @@ private: WorldObject* target; }; +// 72385, 72441, 72442, 72443 - Boiling Blood class spell_deathbringer_boiling_blood : public SpellScript { PrepareSpellScript(spell_deathbringer_boiling_blood); @@ -1219,6 +1226,7 @@ class spell_deathbringer_boiling_blood : public SpellScript } }; +// 72257 - Remove Marks of the Fallen Champion class spell_deathbringer_remove_marks : public SpellScript { PrepareSpellScript(spell_deathbringer_remove_marks); diff --git a/src/server/scripts/Northrend/IcecrownCitadel/boss_festergut.cpp b/src/server/scripts/Northrend/IcecrownCitadel/boss_festergut.cpp index 257fd8aeda7..9d97075c789 100644 --- a/src/server/scripts/Northrend/IcecrownCitadel/boss_festergut.cpp +++ b/src/server/scripts/Northrend/IcecrownCitadel/boss_festergut.cpp @@ -346,6 +346,7 @@ private: InstanceScript* _instance; }; +// 69195, 71219, 73031, 73032 - Pungent Blight class spell_festergut_pungent_blight : public SpellScript { PrepareSpellScript(spell_festergut_pungent_blight); @@ -371,6 +372,7 @@ class spell_festergut_pungent_blight : public SpellScript } }; +// 72219, 72551, 72552, 72553 - Gastric Bloat class spell_festergut_gastric_bloat : public SpellScript { PrepareSpellScript(spell_festergut_gastric_bloat); @@ -396,6 +398,7 @@ class spell_festergut_gastric_bloat : public SpellScript } }; +// 69290, 71222, 73033, 73034 - Blighted Spores class spell_festergut_blighted_spores : public AuraScript { PrepareAuraScript(spell_festergut_blighted_spores); diff --git a/src/server/scripts/Northrend/IcecrownCitadel/boss_lady_deathwhisper.cpp b/src/server/scripts/Northrend/IcecrownCitadel/boss_lady_deathwhisper.cpp index 3986e1be4da..d8074ce04e5 100644 --- a/src/server/scripts/Northrend/IcecrownCitadel/boss_lady_deathwhisper.cpp +++ b/src/server/scripts/Northrend/IcecrownCitadel/boss_lady_deathwhisper.cpp @@ -942,6 +942,7 @@ private: bool _canShatter; }; +// 70842 - Mana Barrier class spell_deathwhisper_mana_barrier : public AuraScript { PrepareAuraScript(spell_deathwhisper_mana_barrier); @@ -963,6 +964,7 @@ class spell_deathwhisper_mana_barrier : public AuraScript } }; +// 71289 - Dominate Mind class spell_deathwhisper_dominated_mind : public AuraScript { PrepareAuraScript(spell_deathwhisper_dominated_mind); @@ -984,6 +986,7 @@ class spell_deathwhisper_dominated_mind : public AuraScript } }; +// 72478 - Summon Spirits class spell_deathwhisper_summon_spirits : public SpellScript { PrepareSpellScript(spell_deathwhisper_summon_spirits); diff --git a/src/server/scripts/Northrend/IcecrownCitadel/boss_sindragosa.cpp b/src/server/scripts/Northrend/IcecrownCitadel/boss_sindragosa.cpp index 423a973d7da..6576074c10c 100644 --- a/src/server/scripts/Northrend/IcecrownCitadel/boss_sindragosa.cpp +++ b/src/server/scripts/Northrend/IcecrownCitadel/boss_sindragosa.cpp @@ -1375,6 +1375,7 @@ class OrderWhelpTargetSelector Creature* _owner; }; +// 71357 - Order Whelp class spell_frostwarden_handler_order_whelp : public SpellScript { PrepareSpellScript(spell_frostwarden_handler_order_whelp); @@ -1417,6 +1418,7 @@ class spell_frostwarden_handler_order_whelp : public SpellScript } }; +// 71350 - Focus Fire class spell_frostwarden_handler_focus_fire : public SpellScript { PrepareSpellScript(spell_frostwarden_handler_focus_fire); diff --git a/src/server/scripts/Northrend/IcecrownCitadel/boss_valithria_dreamwalker.cpp b/src/server/scripts/Northrend/IcecrownCitadel/boss_valithria_dreamwalker.cpp index 609389d8c80..a793b461798 100644 --- a/src/server/scripts/Northrend/IcecrownCitadel/boss_valithria_dreamwalker.cpp +++ b/src/server/scripts/Northrend/IcecrownCitadel/boss_valithria_dreamwalker.cpp @@ -987,6 +987,7 @@ private: InstanceScript* _instance; }; +// 71085 - Mana Void class spell_dreamwalker_mana_void : public AuraScript { PrepareAuraScript(spell_dreamwalker_mana_void); @@ -1006,6 +1007,10 @@ class spell_dreamwalker_mana_void : public AuraScript } }; +// 70912 - Summon Timer: Suppresser +// 70913 - Summon Timer: Blazing Skeleton +// 70915 - Summon Timer: Gluttonous Abomination +// 70916 - Summon Timer: Risen Archmage class spell_dreamwalker_decay_periodic_timer : public AuraScript { PrepareAuraScript(spell_dreamwalker_decay_periodic_timer); @@ -1033,6 +1038,10 @@ class spell_dreamwalker_decay_periodic_timer : public AuraScript int32 _decayRate = 0; }; +// 70921 - Summon Gluttonous Abomination +// 70933 - Summon Blazing Skeleton +// 71032 - Summon Blistering Zombie +// 71078 - Summon Risen Archmage class spell_dreamwalker_summoner : public SpellScript { PrepareSpellScript(spell_dreamwalker_summoner); @@ -1071,6 +1080,7 @@ class spell_dreamwalker_summoner : public SpellScript } }; +// 70912 - Summon Timer: Suppresser class spell_dreamwalker_summon_suppresser : public AuraScript { PrepareAuraScript(spell_dreamwalker_summon_suppresser); @@ -1113,6 +1123,7 @@ class spell_dreamwalker_summon_suppresser : public AuraScript } }; +// 70936 - Summon Suppresser class spell_dreamwalker_summon_suppresser_effect : public SpellScript { PrepareSpellScript(spell_dreamwalker_summon_suppresser_effect); @@ -1139,6 +1150,7 @@ class spell_dreamwalker_summon_suppresser_effect : public SpellScript } }; +// 72224 - Summon Dream Portal class spell_dreamwalker_summon_dream_portal : public SpellScript { PrepareSpellScript(spell_dreamwalker_summon_dream_portal); @@ -1159,6 +1171,7 @@ class spell_dreamwalker_summon_dream_portal : public SpellScript } }; +// 72480 - Summon Nightmare Portal class spell_dreamwalker_summon_nightmare_portal : public SpellScript { PrepareSpellScript(spell_dreamwalker_summon_nightmare_portal); @@ -1179,6 +1192,7 @@ class spell_dreamwalker_summon_nightmare_portal : public SpellScript } }; +// 71970 - Nightmare Cloud class spell_dreamwalker_nightmare_cloud : public AuraScript { PrepareAuraScript(spell_dreamwalker_nightmare_cloud); @@ -1210,6 +1224,7 @@ private: InstanceScript* _instance; }; +// 71941 - Twisted Nightmares class spell_dreamwalker_twisted_nightmares : public SpellScript { PrepareSpellScript(spell_dreamwalker_twisted_nightmares); diff --git a/src/server/scripts/Northrend/Naxxramas/boss_four_horsemen.cpp b/src/server/scripts/Northrend/Naxxramas/boss_four_horsemen.cpp index 18f293e49a8..1e8e38fccac 100644 --- a/src/server/scripts/Northrend/Naxxramas/boss_four_horsemen.cpp +++ b/src/server/scripts/Northrend/Naxxramas/boss_four_horsemen.cpp @@ -646,6 +646,10 @@ struct boss_four_horsemen_sir : public boss_four_horsemen_baseAI bool _shouldSay; // throttle to make sure we only talk on first target hit by holy wrath }; +// 28832 - Mark of Korth'azz +// 28833 - Mark of Blaumeux +// 28834 - Mark of Rivendare +// 28835 - Mark of Zeliek class spell_four_horsemen_mark : public AuraScript { PrepareAuraScript(spell_four_horsemen_mark); @@ -694,6 +698,7 @@ class spell_four_horsemen_mark : public AuraScript } }; +// 28865 - Consumption class spell_four_horsemen_consumption : public SpellScript { PrepareSpellScript(spell_four_horsemen_consumption); diff --git a/src/server/scripts/Northrend/Nexus/EyeOfEternity/boss_malygos.cpp b/src/server/scripts/Northrend/Nexus/EyeOfEternity/boss_malygos.cpp index ef3640f166d..0f0dd10b843 100644 --- a/src/server/scripts/Northrend/Nexus/EyeOfEternity/boss_malygos.cpp +++ b/src/server/scripts/Northrend/Nexus/EyeOfEternity/boss_malygos.cpp @@ -1853,6 +1853,7 @@ class ExactDistanceCheck float _dist; }; +// 56438 - Arcane Overload class spell_arcane_overload : public SpellScriptLoader { public: @@ -2056,6 +2057,7 @@ class spell_malygos_destroy_platform_channel : public SpellScriptLoader } }; +// 59084 - Destroy Platform Boom Visual class spell_alexstrasza_bunny_destroy_platform_boom_visual : public SpellScriptLoader { public: @@ -2093,6 +2095,7 @@ class spell_alexstrasza_bunny_destroy_platform_boom_visual : public SpellScriptL } }; +// 59099 - Destroy Platform Event class spell_alexstrasza_bunny_destroy_platform_event : public SpellScriptLoader { public: @@ -2313,6 +2316,7 @@ class spell_malygos_surge_of_power_25 : public SpellScriptLoader } }; +// 61028 - Alexstrasza's Gift Beam class spell_alexstrasza_gift_beam : public SpellScriptLoader { public: @@ -2357,6 +2361,7 @@ class spell_alexstrasza_gift_beam : public SpellScriptLoader } }; +// 61023 - Alexstrasza's Gift Visual class spell_alexstrasza_gift_beam_visual : public SpellScriptLoader { public: diff --git a/src/server/scripts/Northrend/Nexus/Nexus/boss_ormorok.cpp b/src/server/scripts/Northrend/Nexus/Nexus/boss_ormorok.cpp index 5150bc95c5b..f0bf6b2e8c0 100644 --- a/src/server/scripts/Northrend/Nexus/Nexus/boss_ormorok.cpp +++ b/src/server/scripts/Northrend/Nexus/Nexus/boss_ormorok.cpp @@ -243,6 +243,7 @@ private: }; +// 47941 - Crystal Spike class spell_crystal_spike : public AuraScript { PrepareAuraScript(spell_crystal_spike); diff --git a/src/server/scripts/Northrend/Nexus/Oculus/boss_eregos.cpp b/src/server/scripts/Northrend/Nexus/Oculus/boss_eregos.cpp index 13536813cd0..520439fbf54 100644 --- a/src/server/scripts/Northrend/Nexus/Oculus/boss_eregos.cpp +++ b/src/server/scripts/Northrend/Nexus/Oculus/boss_eregos.cpp @@ -251,6 +251,7 @@ private: bool _amberVoid; }; +// 51162 - Planar Shift class spell_eregos_planar_shift : public AuraScript { PrepareAuraScript(spell_eregos_planar_shift); diff --git a/src/server/scripts/Northrend/Ulduar/Ulduar/boss_algalon_the_observer.cpp b/src/server/scripts/Northrend/Ulduar/Ulduar/boss_algalon_the_observer.cpp index 3f2e9c19807..6cc4337921a 100644 --- a/src/server/scripts/Northrend/Ulduar/Ulduar/boss_algalon_the_observer.cpp +++ b/src/server/scripts/Northrend/Ulduar/Ulduar/boss_algalon_the_observer.cpp @@ -1037,7 +1037,7 @@ private: InstanceScript* _instance; }; -// 64412 - Phase Punch +// 64412 - Phase Punch class spell_algalon_phase_punch : public AuraScript { PrepareAuraScript(spell_algalon_phase_punch); @@ -1065,7 +1065,7 @@ class spell_algalon_phase_punch : public AuraScript } }; -// 65508 - Constellation Phase Trigger +// 65508 - Constellation Phase Trigger class spell_algalon_phase_constellation : public AuraScript { PrepareAuraScript(spell_algalon_phase_constellation); @@ -1118,7 +1118,7 @@ class spell_algalon_trigger_3_adds : public SpellScript } }; -// 62018 - Collapse +// 62018 - Collapse class spell_algalon_collapse : public AuraScript { PrepareAuraScript(spell_algalon_collapse); diff --git a/src/server/scripts/Northrend/Ulduar/Ulduar/boss_flame_leviathan.cpp b/src/server/scripts/Northrend/Ulduar/Ulduar/boss_flame_leviathan.cpp index 5b366c84354..84b041273a1 100644 --- a/src/server/scripts/Northrend/Ulduar/Ulduar/boss_flame_leviathan.cpp +++ b/src/server/scripts/Northrend/Ulduar/Ulduar/boss_flame_leviathan.cpp @@ -1588,6 +1588,7 @@ class spell_load_into_catapult : public SpellScriptLoader } }; +// 62705 - Auto-repair class spell_auto_repair : public SpellScriptLoader { enum Spells diff --git a/src/server/scripts/Northrend/Ulduar/Ulduar/boss_freya.cpp b/src/server/scripts/Northrend/Ulduar/Ulduar/boss_freya.cpp index af439dd8ea2..f1bbba47094 100644 --- a/src/server/scripts/Northrend/Ulduar/Ulduar/boss_freya.cpp +++ b/src/server/scripts/Northrend/Ulduar/Ulduar/boss_freya.cpp @@ -1530,6 +1530,9 @@ class npc_unstable_sun_beam : public CreatureScript } }; +// 62521 - Attuned to Nature 25 Dose Reduction +// 62524 - Attuned to Nature 2 Dose Reduction +// 62525 - Attuned to Nature 10 Dose Reduction class spell_freya_attuned_to_nature_dose_reduction : public SpellScriptLoader { public: @@ -1577,6 +1580,8 @@ class spell_freya_attuned_to_nature_dose_reduction : public SpellScriptLoader } }; +// 65158 - Strengthened Iron Roots Summon Effect +// 65160 - Iron Roots Summon Effect class spell_freya_iron_roots : public SpellScriptLoader { public: diff --git a/src/server/scripts/Northrend/Ulduar/Ulduar/boss_general_vezax.cpp b/src/server/scripts/Northrend/Ulduar/Ulduar/boss_general_vezax.cpp index 51a01716879..be65a5e5240 100644 --- a/src/server/scripts/Northrend/Ulduar/Ulduar/boss_general_vezax.cpp +++ b/src/server/scripts/Northrend/Ulduar/Ulduar/boss_general_vezax.cpp @@ -448,6 +448,7 @@ class npc_saronite_vapors : public CreatureScript } }; +// 63276 - Mark of the Faceless class spell_general_vezax_mark_of_the_faceless : public SpellScriptLoader { public: @@ -484,6 +485,7 @@ class spell_general_vezax_mark_of_the_faceless : public SpellScriptLoader } }; +// 63278 - Mark of the Faceless class spell_general_vezax_mark_of_the_faceless_leech : public SpellScriptLoader { public: @@ -513,6 +515,7 @@ class spell_general_vezax_mark_of_the_faceless_leech : public SpellScriptLoader } }; +// 63322 - Saronite Vapors class spell_general_vezax_saronite_vapors : public SpellScriptLoader { public: diff --git a/src/server/scripts/Northrend/Ulduar/Ulduar/boss_hodir.cpp b/src/server/scripts/Northrend/Ulduar/Ulduar/boss_hodir.cpp index 0276d45ec4a..6429ebf0f13 100644 --- a/src/server/scripts/Northrend/Ulduar/Ulduar/boss_hodir.cpp +++ b/src/server/scripts/Northrend/Ulduar/Ulduar/boss_hodir.cpp @@ -980,6 +980,7 @@ class npc_toasty_fire : public CreatureScript }; }; +// 62038 - Biting Cold class spell_biting_cold : public SpellScriptLoader { public: @@ -1036,6 +1037,7 @@ class spell_biting_cold : public SpellScriptLoader } }; +// 62039 - Biting Cold class spell_biting_cold_dot : public SpellScriptLoader { public: diff --git a/src/server/scripts/Northrend/UtgardeKeep/UtgardeKeep/boss_keleseth.cpp b/src/server/scripts/Northrend/UtgardeKeep/UtgardeKeep/boss_keleseth.cpp index 5df22f3bdf9..44bb9e4c28e 100644 --- a/src/server/scripts/Northrend/UtgardeKeep/UtgardeKeep/boss_keleseth.cpp +++ b/src/server/scripts/Northrend/UtgardeKeep/UtgardeKeep/boss_keleseth.cpp @@ -305,6 +305,7 @@ private: EventMap events; }; +// 48400 - Frost Tomb class spell_frost_tomb : public AuraScript { PrepareAuraScript(spell_frost_tomb); diff --git a/src/server/scripts/Northrend/UtgardeKeep/UtgardeKeep/utgarde_keep.cpp b/src/server/scripts/Northrend/UtgardeKeep/UtgardeKeep/utgarde_keep.cpp index 6ae69cf3d6d..21750fc9296 100644 --- a/src/server/scripts/Northrend/UtgardeKeep/UtgardeKeep/utgarde_keep.cpp +++ b/src/server/scripts/Northrend/UtgardeKeep/UtgardeKeep/utgarde_keep.cpp @@ -111,6 +111,7 @@ enum Fixate SPELL_FIXATE_TRIGGER = 40415 }; +// 40414 - Fixate class spell_fixate : public SpellScript { PrepareSpellScript(spell_fixate); diff --git a/src/server/scripts/Northrend/UtgardeKeep/UtgardePinnacle/boss_skadi.cpp b/src/server/scripts/Northrend/UtgardeKeep/UtgardePinnacle/boss_skadi.cpp index 9207b2980b5..6c4a7e77e99 100644 --- a/src/server/scripts/Northrend/UtgardeKeep/UtgardePinnacle/boss_skadi.cpp +++ b/src/server/scripts/Northrend/UtgardeKeep/UtgardePinnacle/boss_skadi.cpp @@ -576,6 +576,7 @@ struct npc_ymirjar_harpooner : public npc_skadi_trashAI } }; +// 47594 - Freezing Cloud class spell_freezing_cloud_area_right : public SpellScript { PrepareSpellScript(spell_freezing_cloud_area_right); @@ -602,6 +603,7 @@ class spell_freezing_cloud_area_right : public SpellScript } }; +// 47574 - Freezing Cloud class spell_freezing_cloud_area_left : public SpellScript { PrepareSpellScript(spell_freezing_cloud_area_left); @@ -628,6 +630,7 @@ class spell_freezing_cloud_area_left : public SpellScript } }; +// 47579, 60020 - Freezing Cloud class spell_freezing_cloud_damage : public AuraScript { PrepareAuraScript(spell_freezing_cloud_damage); diff --git a/src/server/scripts/Northrend/VioletHold/boss_cyanigosa.cpp b/src/server/scripts/Northrend/VioletHold/boss_cyanigosa.cpp index 315e9e6d9d2..04eaa2fe6a8 100644 --- a/src/server/scripts/Northrend/VioletHold/boss_cyanigosa.cpp +++ b/src/server/scripts/Northrend/VioletHold/boss_cyanigosa.cpp @@ -133,6 +133,7 @@ class achievement_defenseless : public AchievementCriteriaScript } }; +// 58694 - Arcane Vacuum class spell_cyanigosa_arcane_vacuum : public SpellScript { PrepareSpellScript(spell_cyanigosa_arcane_vacuum); diff --git a/src/server/scripts/Northrend/zone_storm_peaks.cpp b/src/server/scripts/Northrend/zone_storm_peaks.cpp index 63012a4a65c..3a9b9ff2306 100644 --- a/src/server/scripts/Northrend/zone_storm_peaks.cpp +++ b/src/server/scripts/Northrend/zone_storm_peaks.cpp @@ -1031,6 +1031,7 @@ enum CloseRift SPELL_DESPAWN_RIFT = 61665 }; +// 56763 - Close Rift class spell_close_rift : public SpellScriptLoader { public: diff --git a/src/server/scripts/Northrend/zone_zuldrak.cpp b/src/server/scripts/Northrend/zone_zuldrak.cpp index 59bd5e678d6..1066f122ebb 100644 --- a/src/server/scripts/Northrend/zone_zuldrak.cpp +++ b/src/server/scripts/Northrend/zone_zuldrak.cpp @@ -1028,6 +1028,7 @@ class spell_scourge_disguise_expiring : public AuraScript } }; +// 54089 - Drop Disguise class spell_drop_disguise : public SpellScript { PrepareSpellScript(spell_drop_disguise); |
