aboutsummaryrefslogtreecommitdiff
path: root/src/server/scripts/Northrend
diff options
context:
space:
mode:
authoroffl <offl@users.noreply.github.com>2021-05-31 04:13:29 +0300
committerShauren <shauren.trinity@gmail.com>2022-03-10 23:52:03 +0100
commit040869364647e7ae1604568d3c08c822259fca79 (patch)
treea30ddd9895c7549e1121e7087e4cf27ae54c1202 /src/server/scripts/Northrend
parentcec9718d22c2281f2edfe58e7b3090e947de7763 (diff)
Scripts/Spells: Add comments with id & name of spells part 3
(cherry picked from commit 03c727326dce5d990fd453f42a92300dbd68dc0e)
Diffstat (limited to 'src/server/scripts/Northrend')
-rw-r--r--src/server/scripts/Northrend/CrusadersColiseum/TrialOfTheCrusader/boss_twin_valkyr.cpp3
-rw-r--r--src/server/scripts/Northrend/DraktharonKeep/boss_novos.cpp1
-rw-r--r--src/server/scripts/Northrend/FrozenHalls/PitOfSaron/pit_of_saron.cpp1
-rw-r--r--src/server/scripts/Northrend/IcecrownCitadel/boss_lord_marrowgar.cpp6
-rw-r--r--src/server/scripts/Northrend/IcecrownCitadel/boss_professor_putricide.cpp18
-rw-r--r--src/server/scripts/Northrend/IcecrownCitadel/boss_rotface.cpp10
-rw-r--r--src/server/scripts/Northrend/IcecrownCitadel/boss_sindragosa.cpp1
-rw-r--r--src/server/scripts/Northrend/Naxxramas/boss_sapphiron.cpp3
-rw-r--r--src/server/scripts/Northrend/Nexus/EyeOfEternity/boss_malygos.cpp10
-rw-r--r--src/server/scripts/Northrend/Ulduar/Ulduar/boss_flame_leviathan.cpp3
-rw-r--r--src/server/scripts/Northrend/Ulduar/Ulduar/boss_mimiron.cpp2
-rw-r--r--src/server/scripts/Northrend/UtgardeKeep/UtgardePinnacle/boss_palehoof.cpp5
-rw-r--r--src/server/scripts/Northrend/UtgardeKeep/UtgardePinnacle/boss_svala.cpp1
-rw-r--r--src/server/scripts/Northrend/VioletHold/boss_moragg.cpp3
-rw-r--r--src/server/scripts/Northrend/zone_borean_tundra.cpp5
-rw-r--r--src/server/scripts/Northrend/zone_dragonblight.cpp4
-rw-r--r--src/server/scripts/Northrend/zone_howling_fjord.cpp1
-rw-r--r--src/server/scripts/Northrend/zone_sholazar_basin.cpp5
-rw-r--r--src/server/scripts/Northrend/zone_zuldrak.cpp18
19 files changed, 86 insertions, 14 deletions
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 f32dd34537f..9319aa1b84e 100644
--- a/src/server/scripts/Northrend/CrusadersColiseum/TrialOfTheCrusader/boss_twin_valkyr.cpp
+++ b/src/server/scripts/Northrend/CrusadersColiseum/TrialOfTheCrusader/boss_twin_valkyr.cpp
@@ -732,6 +732,7 @@ class spell_bullet_controller : public AuraScript
}
};
+// 67590, 67602, 67603, 67604 - Powering Up
class spell_powering_up : public SpellScriptLoader
{
public:
@@ -863,6 +864,8 @@ class spell_valkyr_essences : public SpellScriptLoader
}
};
+// 65879, 67244, 67245, 67246 - Power of the Twins
+// 65916, 67248, 67249, 67250 - Power of the Twins
class spell_power_of_the_twins : public SpellScriptLoader
{
public:
diff --git a/src/server/scripts/Northrend/DraktharonKeep/boss_novos.cpp b/src/server/scripts/Northrend/DraktharonKeep/boss_novos.cpp
index 044e4b9f140..b9e2a1e78ee 100644
--- a/src/server/scripts/Northrend/DraktharonKeep/boss_novos.cpp
+++ b/src/server/scripts/Northrend/DraktharonKeep/boss_novos.cpp
@@ -384,6 +384,7 @@ public:
}
};
+// 59910 - Summon Minions
class spell_novos_summon_minions : public SpellScriptLoader
{
public:
diff --git a/src/server/scripts/Northrend/FrozenHalls/PitOfSaron/pit_of_saron.cpp b/src/server/scripts/Northrend/FrozenHalls/PitOfSaron/pit_of_saron.cpp
index 60f084fa469..61fd509cdf4 100644
--- a/src/server/scripts/Northrend/FrozenHalls/PitOfSaron/pit_of_saron.cpp
+++ b/src/server/scripts/Northrend/FrozenHalls/PitOfSaron/pit_of_saron.cpp
@@ -230,6 +230,7 @@ private:
ObjectGuid _summonerGUID;
};
+// 70827 - Ice Shards
class spell_pos_ice_shards : public SpellScript
{
PrepareSpellScript(spell_pos_ice_shards);
diff --git a/src/server/scripts/Northrend/IcecrownCitadel/boss_lord_marrowgar.cpp b/src/server/scripts/Northrend/IcecrownCitadel/boss_lord_marrowgar.cpp
index fcbbf37c0cc..c8b8c4a2f6c 100644
--- a/src/server/scripts/Northrend/IcecrownCitadel/boss_lord_marrowgar.cpp
+++ b/src/server/scripts/Northrend/IcecrownCitadel/boss_lord_marrowgar.cpp
@@ -478,6 +478,7 @@ private:
bool _hasTrappedUnit;
};
+// 69140 - Coldflame
class spell_marrowgar_coldflame : public SpellScript
{
PrepareSpellScript(spell_marrowgar_coldflame);
@@ -509,6 +510,7 @@ class spell_marrowgar_coldflame : public SpellScript
}
};
+// 72705 - Coldflame (Bonestorm)
class spell_marrowgar_coldflame_bonestorm : public SpellScript
{
PrepareSpellScript(spell_marrowgar_coldflame_bonestorm);
@@ -526,6 +528,7 @@ class spell_marrowgar_coldflame_bonestorm : public SpellScript
}
};
+// 69146, 70823, 70824, 70825 - Coldflame (Damage)
class spell_marrowgar_coldflame_damage : public AuraScript
{
PrepareAuraScript(spell_marrowgar_coldflame_damage);
@@ -551,6 +554,7 @@ class spell_marrowgar_coldflame_damage : public AuraScript
}
};
+// 69057, 70826, 72088, 72089 - Bone Spike Graveyard
class spell_marrowgar_bone_spike_graveyard : public SpellScript
{
PrepareSpellScript(spell_marrowgar_bone_spike_graveyard);
@@ -610,6 +614,7 @@ class spell_marrowgar_bone_spike_graveyard : public SpellScript
}
};
+// 69075, 70834, 70835, 70836 - Bone Storm
class spell_marrowgar_bone_storm : public SpellScript
{
PrepareSpellScript(spell_marrowgar_bone_storm);
@@ -625,6 +630,7 @@ class spell_marrowgar_bone_storm : public SpellScript
}
};
+// 69055, 70814 - Bone Slice
class spell_marrowgar_bone_slice : public SpellScript
{
PrepareSpellScript(spell_marrowgar_bone_slice);
diff --git a/src/server/scripts/Northrend/IcecrownCitadel/boss_professor_putricide.cpp b/src/server/scripts/Northrend/IcecrownCitadel/boss_professor_putricide.cpp
index 861ab65de60..4a687421b8c 100644
--- a/src/server/scripts/Northrend/IcecrownCitadel/boss_professor_putricide.cpp
+++ b/src/server/scripts/Northrend/IcecrownCitadel/boss_professor_putricide.cpp
@@ -807,6 +807,7 @@ private:
uint32 _newTargetSelectTimer;
};
+// 70672, 72455, 72832, 72833 - Gaseous Bloat
class spell_putricide_gaseous_bloat : public AuraScript
{
PrepareAuraScript(spell_putricide_gaseous_bloat);
@@ -848,6 +849,8 @@ class spell_putricide_gaseous_bloat : public AuraScript
}
};
+// 70447, 72836, 72837, 72838 - Volatile Ooze Adhesive
+// 70672, 72455, 72832, 72833 - Gaseous Bloat
class spell_putricide_ooze_channel : public SpellScript
{
PrepareSpellScript(spell_putricide_ooze_channel);
@@ -922,6 +925,7 @@ class ExactDistanceCheck
float _dist;
};
+// 70346, 72456, 72868, 72869 - Slime Puddle
class spell_putricide_slime_puddle : public SpellScript
{
PrepareSpellScript(spell_putricide_slime_puddle);
@@ -939,6 +943,7 @@ class spell_putricide_slime_puddle : public SpellScript
};
// this is here only because on retail you dont actually enter HEROIC mode for ICC
+// 72868, 72869 - Slime Puddle
class spell_putricide_slime_puddle_aura : public SpellScript
{
PrepareSpellScript(spell_putricide_slime_puddle_aura);
@@ -955,6 +960,7 @@ class spell_putricide_slime_puddle_aura : public SpellScript
}
};
+// 70351, 71966, 71967, 71968 - Unstable Experiment
class spell_putricide_unstable_experiment : public SpellScript
{
PrepareSpellScript(spell_putricide_unstable_experiment);
@@ -992,6 +998,7 @@ class spell_putricide_unstable_experiment : public SpellScript
}
};
+// 70459 - Ooze Eruption Search Effect
class spell_putricide_ooze_eruption_searcher : public SpellScript
{
PrepareSpellScript(spell_putricide_ooze_eruption_searcher);
@@ -1037,6 +1044,7 @@ class spell_putricide_ooze_tank_protection : public AuraScript
}
};
+// 71255 - Choking Gas Bomb
class spell_putricide_choking_gas_bomb : public SpellScript
{
PrepareSpellScript(spell_putricide_choking_gas_bomb);
@@ -1061,6 +1069,7 @@ class spell_putricide_choking_gas_bomb : public SpellScript
}
};
+// 70920 - Unbound Plague Search Effect
class spell_putricide_unbound_plague : public SpellScript
{
PrepareSpellScript(spell_putricide_unbound_plague);
@@ -1122,6 +1131,7 @@ class spell_putricide_unbound_plague : public SpellScript
}
};
+// 70360, 72527 - Eat Ooze
class spell_putricide_eat_ooze : public SpellScript
{
PrepareSpellScript(spell_putricide_eat_ooze);
@@ -1163,6 +1173,7 @@ class spell_putricide_eat_ooze : public SpellScript
}
};
+// 72451, 72463, 72671, 72672 - Mutated Plague
class spell_putricide_mutated_plague : public AuraScript
{
PrepareAuraScript(spell_putricide_mutated_plague);
@@ -1213,6 +1224,7 @@ class spell_putricide_mutated_plague : public AuraScript
}
};
+// 70308 - Mutated Transformation (Init)
class spell_putricide_mutation_init : public SpellScript
{
PrepareSpellScript(spell_putricide_mutation_init);
@@ -1286,6 +1298,7 @@ class spell_putricide_mutation_init_aura : public AuraScript
}
};
+// 70405, 72508, 72509, 72510 - Mutated Transformation (Dismiss)
class spell_putricide_mutated_transformation_dismiss : public AuraScript
{
PrepareAuraScript(spell_putricide_mutated_transformation_dismiss);
@@ -1302,6 +1315,7 @@ class spell_putricide_mutated_transformation_dismiss : public AuraScript
}
};
+// 70311, 71503 - Mutated Transformation
class spell_putricide_mutated_transformation : public SpellScript
{
PrepareSpellScript(spell_putricide_mutated_transformation);
@@ -1352,6 +1366,7 @@ class spell_putricide_mutated_transformation : public SpellScript
}
};
+// 70402, 72511, 72512, 72513 - Mutated Transformation (Damage)
class spell_putricide_mutated_transformation_dmg : public SpellScript
{
PrepareSpellScript(spell_putricide_mutated_transformation_dmg);
@@ -1368,6 +1383,7 @@ class spell_putricide_mutated_transformation_dmg : public SpellScript
}
};
+// 70539, 72457, 72875, 72876 - Regurgitated Ooze
class spell_putricide_regurgitated_ooze : public SpellScript
{
PrepareSpellScript(spell_putricide_regurgitated_ooze);
@@ -1386,6 +1402,8 @@ class spell_putricide_regurgitated_ooze : public SpellScript
};
// Removes aura with id stored in effect value
+// 71620 - Tear Gas Cancel
+// 72618 - Mutated Plague Clear
class spell_putricide_clear_aura_effect_value : public SpellScript
{
PrepareSpellScript(spell_putricide_clear_aura_effect_value);
diff --git a/src/server/scripts/Northrend/IcecrownCitadel/boss_rotface.cpp b/src/server/scripts/Northrend/IcecrownCitadel/boss_rotface.cpp
index 84ddfab0c68..94e7968642a 100644
--- a/src/server/scripts/Northrend/IcecrownCitadel/boss_rotface.cpp
+++ b/src/server/scripts/Northrend/IcecrownCitadel/boss_rotface.cpp
@@ -412,6 +412,7 @@ private:
InstanceScript* _instance;
};
+// 69782, 69796, 69798, 69801 - Ooze Flood
class spell_rotface_ooze_flood : public SpellScript
{
PrepareSpellScript(spell_rotface_ooze_flood);
@@ -452,6 +453,7 @@ class spell_rotface_ooze_flood : public SpellScript
}
};
+// 69674, 71224, 73022, 73023 - Mutated Infection
class spell_rotface_mutated_infection : public SpellScript
{
PrepareSpellScript(spell_rotface_mutated_infection);
@@ -506,6 +508,7 @@ class spell_rotface_mutated_infection_aura : public AuraScript
}
};
+// 69538 - Small Ooze Combine
class spell_rotface_little_ooze_combine : public SpellScript
{
PrepareSpellScript(spell_rotface_little_ooze_combine);
@@ -529,6 +532,7 @@ class spell_rotface_little_ooze_combine : public SpellScript
}
};
+// 69553 - Large Ooze Combine
class spell_rotface_large_ooze_combine : public SpellScript
{
PrepareSpellScript(spell_rotface_large_ooze_combine);
@@ -574,6 +578,7 @@ class spell_rotface_large_ooze_combine : public SpellScript
}
};
+// 69610 - Large Ooze Buff Combine
class spell_rotface_large_ooze_buff_combine : public SpellScript
{
PrepareSpellScript(spell_rotface_large_ooze_buff_combine);
@@ -639,6 +644,7 @@ class spell_rotface_large_ooze_buff_combine : public SpellScript
}
};
+// 69839 - Unstable Ooze Explosion
class spell_rotface_unstable_ooze_explosion_init : public SpellScript
{
PrepareSpellScript(spell_rotface_unstable_ooze_explosion_init);
@@ -666,6 +672,7 @@ class spell_rotface_unstable_ooze_explosion_init : public SpellScript
}
};
+// 69832 - Unstable Ooze Explosion
class spell_rotface_unstable_ooze_explosion : public SpellScript
{
PrepareSpellScript(spell_rotface_unstable_ooze_explosion);
@@ -690,6 +697,7 @@ class spell_rotface_unstable_ooze_explosion : public SpellScript
}
};
+// 71441 - Unstable Ooze Explosion Suicide Trigger
class spell_rotface_unstable_ooze_explosion_suicide : public AuraScript
{
PrepareAuraScript(spell_rotface_unstable_ooze_explosion_suicide);
@@ -712,6 +720,7 @@ class spell_rotface_unstable_ooze_explosion_suicide : public AuraScript
}
};
+// 72285, 72288 - Vile Gas Trigger
class spell_rotface_vile_gas_trigger : public SpellScript
{
PrepareSpellScript(spell_rotface_vile_gas_trigger);
@@ -766,6 +775,7 @@ class spell_rotface_vile_gas_trigger : public SpellScript
}
};
+// 69507, 71213, 73189, 73190 - Slime Spray
class spell_rotface_slime_spray : public SpellScript
{
PrepareSpellScript(spell_rotface_slime_spray);
diff --git a/src/server/scripts/Northrend/IcecrownCitadel/boss_sindragosa.cpp b/src/server/scripts/Northrend/IcecrownCitadel/boss_sindragosa.cpp
index bb27ec91165..95bed61573b 100644
--- a/src/server/scripts/Northrend/IcecrownCitadel/boss_sindragosa.cpp
+++ b/src/server/scripts/Northrend/IcecrownCitadel/boss_sindragosa.cpp
@@ -1322,6 +1322,7 @@ class spell_sindragosa_mystic_buffet : public SpellScript
}
};
+// 71376 - Icy Blast
class spell_rimefang_icy_blast : public SpellScript
{
PrepareSpellScript(spell_rimefang_icy_blast);
diff --git a/src/server/scripts/Northrend/Naxxramas/boss_sapphiron.cpp b/src/server/scripts/Northrend/Naxxramas/boss_sapphiron.cpp
index 67bcc079e64..45f24d1e00e 100644
--- a/src/server/scripts/Northrend/Naxxramas/boss_sapphiron.cpp
+++ b/src/server/scripts/Northrend/Naxxramas/boss_sapphiron.cpp
@@ -474,6 +474,7 @@ struct go_sapphiron_birth : public GameObjectAI
InstanceScript* instance;
};
+// 24780 - Dream Fog
class spell_sapphiron_change_blizzard_target : public AuraScript
{
PrepareAuraScript(spell_sapphiron_change_blizzard_target);
@@ -503,6 +504,7 @@ class spell_sapphiron_change_blizzard_target : public AuraScript
}
};
+// 28522 - Icebolt
class spell_sapphiron_icebolt : public AuraScript
{
PrepareAuraScript(spell_sapphiron_icebolt);
@@ -542,6 +544,7 @@ class spell_sapphiron_icebolt : public AuraScript
ObjectGuid _block;
};
+// 28560 - Summon Blizzard
class spell_sapphiron_summon_blizzard : public SpellScript
{
PrepareSpellScript(spell_sapphiron_summon_blizzard);
diff --git a/src/server/scripts/Northrend/Nexus/EyeOfEternity/boss_malygos.cpp b/src/server/scripts/Northrend/Nexus/EyeOfEternity/boss_malygos.cpp
index 22f1bd25d01..842a2009ce6 100644
--- a/src/server/scripts/Northrend/Nexus/EyeOfEternity/boss_malygos.cpp
+++ b/src/server/scripts/Northrend/Nexus/EyeOfEternity/boss_malygos.cpp
@@ -1588,6 +1588,7 @@ class npc_static_field : public CreatureScript
}
};
+// 56046 - Portal Beam
class spell_malygos_portal_beam : public SpellScriptLoader
{
public:
@@ -1632,6 +1633,7 @@ class spell_malygos_portal_beam : public SpellScriptLoader
}
};
+// 56047 - Random Portal
class spell_malygos_random_portal : public SpellScriptLoader
{
public:
@@ -1688,6 +1690,7 @@ class IsCreatureVehicleCheck
bool _isVehicle;
};
+// 57459, 61693, 61694 - Arcane Storm
class spell_malygos_arcane_storm : public SpellScriptLoader
{
public:
@@ -1745,6 +1748,7 @@ class spell_malygos_arcane_storm : public SpellScriptLoader
}
};
+// 56105 - Vortex
class spell_malygos_vortex_dummy : public SpellScriptLoader
{
public:
@@ -1782,6 +1786,7 @@ public:
}
};
+// 55873 - Vortex
class spell_malygos_vortex_visual : public SpellScriptLoader
{
public:
@@ -1890,6 +1895,7 @@ class spell_arcane_overload : public SpellScriptLoader
}
};
+// 61210 - Align Disk Aggro
class spell_nexus_lord_align_disk_aggro : public SpellScriptLoader
{
public:
@@ -1941,6 +1947,7 @@ class IsPlayerOnHoverDisk
bool _isOnHoverDisk;
};
+// 56397 - Arcane Barrage
class spell_scion_of_eternity_arcane_barrage : public SpellScriptLoader
{
public:
@@ -2022,6 +2029,7 @@ class spell_scion_of_eternity_arcane_barrage : public SpellScriptLoader
}
};
+// 58842 - Destroy Platform Channel
class spell_malygos_destroy_platform_channel : public SpellScriptLoader
{
public:
@@ -2206,6 +2214,7 @@ class spell_wyrmrest_skytalon_ride_red_dragon_buddy_trigger : public SpellScript
}
};
+// 60939 - Surge of Power
class spell_malygos_surge_of_power_warning_selector_25 : public SpellScriptLoader
{
public:
@@ -2269,6 +2278,7 @@ class spell_malygos_surge_of_power_warning_selector_25 : public SpellScriptLoade
}
};
+// 60936 - Surge of Power
class spell_malygos_surge_of_power_25 : public SpellScriptLoader
{
public:
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 f607781d184..1db5a03d2ec 100644
--- a/src/server/scripts/Northrend/Ulduar/Ulduar/boss_flame_leviathan.cpp
+++ b/src/server/scripts/Northrend/Ulduar/Ulduar/boss_flame_leviathan.cpp
@@ -1497,7 +1497,7 @@ class achievement_orbit_uary : public AchievementCriteriaScript
}
};
-// 62399 Overload Circuit
+// 62399 - Overload Circuit
class spell_overload_circuit : public AuraScript
{
PrepareAuraScript(spell_overload_circuit);
@@ -1743,6 +1743,7 @@ class FlameLeviathanPursuedTargetSelector
}
};
+// 62374 - Pursued
class spell_pursue : public SpellScriptLoader
{
public:
diff --git a/src/server/scripts/Northrend/Ulduar/Ulduar/boss_mimiron.cpp b/src/server/scripts/Northrend/Ulduar/Ulduar/boss_mimiron.cpp
index 97d6fdba587..0be09d2470a 100644
--- a/src/server/scripts/Northrend/Ulduar/Ulduar/boss_mimiron.cpp
+++ b/src/server/scripts/Northrend/Ulduar/Ulduar/boss_mimiron.cpp
@@ -2056,7 +2056,7 @@ class spell_mimiron_plasma_blast : public SpellScriptLoader
}
};
-// 66351 - Explosion
+// 66351, 63009 - Explosion
class spell_mimiron_proximity_explosion : public SpellScriptLoader
{
public:
diff --git a/src/server/scripts/Northrend/UtgardeKeep/UtgardePinnacle/boss_palehoof.cpp b/src/server/scripts/Northrend/UtgardeKeep/UtgardePinnacle/boss_palehoof.cpp
index 5944b1c3dc2..e8ba3a5f62a 100644
--- a/src/server/scripts/Northrend/UtgardeKeep/UtgardePinnacle/boss_palehoof.cpp
+++ b/src/server/scripts/Northrend/UtgardeKeep/UtgardePinnacle/boss_palehoof.cpp
@@ -521,7 +521,7 @@ struct go_palehoof_sphere : public GameObjectAI
}
};
-// 48139 - Crazed
+// 48139 - Crazed
class spell_palehoof_crazed : public AuraScript
{
PrepareAuraScript(spell_palehoof_crazed);
@@ -537,6 +537,7 @@ class spell_palehoof_crazed : public AuraScript
}
};
+// 48146 - Crazed
class spell_palehoof_crazed_effect : public SpellScript
{
PrepareSpellScript(spell_palehoof_crazed_effect);
@@ -557,7 +558,7 @@ class spell_palehoof_crazed_effect : public SpellScript
}
};
-// 47669 - Awaken Subbos
+// 47669 - Awaken Subboss
class spell_palehoof_awaken_subboss : public SpellScript
{
PrepareSpellScript(spell_palehoof_awaken_subboss);
diff --git a/src/server/scripts/Northrend/UtgardeKeep/UtgardePinnacle/boss_svala.cpp b/src/server/scripts/Northrend/UtgardeKeep/UtgardePinnacle/boss_svala.cpp
index 74132a557a4..5d850c00c30 100644
--- a/src/server/scripts/Northrend/UtgardeKeep/UtgardePinnacle/boss_svala.cpp
+++ b/src/server/scripts/Northrend/UtgardeKeep/UtgardePinnacle/boss_svala.cpp
@@ -459,6 +459,7 @@ class RitualTargetCheck
}
};
+// 48278 - Paralyze
class spell_paralyze_pinnacle : public SpellScript
{
PrepareSpellScript(spell_paralyze_pinnacle);
diff --git a/src/server/scripts/Northrend/VioletHold/boss_moragg.cpp b/src/server/scripts/Northrend/VioletHold/boss_moragg.cpp
index a78c2427aee..0401dd9de2b 100644
--- a/src/server/scripts/Northrend/VioletHold/boss_moragg.cpp
+++ b/src/server/scripts/Northrend/VioletHold/boss_moragg.cpp
@@ -88,6 +88,8 @@ struct boss_moragg : public BossAI
}
};
+// 54438, 59523 - Ray of Pain
+// 54442, 59524 - Ray of Suffering
class spell_moragg_ray : public AuraScript
{
PrepareAuraScript(spell_moragg_ray);
@@ -110,6 +112,7 @@ class spell_moragg_ray : public AuraScript
}
};
+// 54396 - Optic Link
class spell_moragg_optic_link : public AuraScript
{
PrepareAuraScript(spell_moragg_optic_link);
diff --git a/src/server/scripts/Northrend/zone_borean_tundra.cpp b/src/server/scripts/Northrend/zone_borean_tundra.cpp
index 34f35cdd96d..d984d70c1d8 100644
--- a/src/server/scripts/Northrend/zone_borean_tundra.cpp
+++ b/src/server/scripts/Northrend/zone_borean_tundra.cpp
@@ -196,6 +196,7 @@ const uint32 CaribouTraps[CaribouTrapsNum] =
GO_CARIBOU_TRAP_11, GO_CARIBOU_TRAP_12, GO_CARIBOU_TRAP_13, GO_CARIBOU_TRAP_14, GO_CARIBOU_TRAP_15,
};
+// 46085 - Place Fake Fur
class spell_q11865_place_fake_fur : public SpellScript
{
PrepareSpellScript(spell_q11865_place_fake_fur);
@@ -355,6 +356,7 @@ enum red_dragonblood
SPELL_SUBDUED = 46675
};
+// 46620 - Red Dragonblood
class spell_red_dragonblood : public SpellScriptLoader
{
public:
@@ -1698,6 +1700,7 @@ enum BloodsporeRuination
EVENT_RESET_ORIENTATION
};
+// 45997 - Bloodspore Ruination
class spell_q11719_bloodspore_ruination_45997 : public SpellScriptLoader
{
public:
@@ -1832,7 +1835,6 @@ public:
}
};
-// 45668 - Ultra-Advanced Proto-Typical Shortening Blaster
enum ShorteningBlaster
{
SPELL_SHORTENING_BLASTER_BIGGER1 = 45674,
@@ -1848,6 +1850,7 @@ enum ShorteningBlaster
SPELL_SHORTENING_BLASTER_POLYMORPH2 = 45683
};
+// 45668 - Crafty's Ultra-Advanced Proto-Typical Shortening Blaster
class spell_q11653_shortening_blaster : public SpellScript
{
PrepareSpellScript(spell_q11653_shortening_blaster);
diff --git a/src/server/scripts/Northrend/zone_dragonblight.cpp b/src/server/scripts/Northrend/zone_dragonblight.cpp
index 5623715c65c..6858707bc88 100644
--- a/src/server/scripts/Northrend/zone_dragonblight.cpp
+++ b/src/server/scripts/Northrend/zone_dragonblight.cpp
@@ -381,6 +381,7 @@ enum StrengthenAncientsMisc
NPC_LOTHALOR = 26321
};
+// 47575 - Strengthen the Ancients: On Interact Dummy to Woodlands Walker
class spell_q12096_q12092_dummy : public SpellScriptLoader // Strengthen the Ancients: On Interact Dummy to Woodlands Walker
{
public:
@@ -428,7 +429,8 @@ public:
}
};
-class spell_q12096_q12092_bark : public SpellScriptLoader // Bark of the Walkers
+// 47530 - Bark of the Walkers
+class spell_q12096_q12092_bark : public SpellScriptLoader
{
public:
spell_q12096_q12092_bark() : SpellScriptLoader("spell_q12096_q12092_bark") { }
diff --git a/src/server/scripts/Northrend/zone_howling_fjord.cpp b/src/server/scripts/Northrend/zone_howling_fjord.cpp
index a5035094a95..8b37c2c0b33 100644
--- a/src/server/scripts/Northrend/zone_howling_fjord.cpp
+++ b/src/server/scripts/Northrend/zone_howling_fjord.cpp
@@ -468,6 +468,7 @@ public:
}
};
+// 42268 - Quest - Mindless Abomination Explosion FX Master
class spell_mindless_abomination_explosion_fx_master : public SpellScriptLoader
{
enum Spells
diff --git a/src/server/scripts/Northrend/zone_sholazar_basin.cpp b/src/server/scripts/Northrend/zone_sholazar_basin.cpp
index b64f3038ca9..44cb45e0b4c 100644
--- a/src/server/scripts/Northrend/zone_sholazar_basin.cpp
+++ b/src/server/scripts/Northrend/zone_sholazar_basin.cpp
@@ -369,6 +369,7 @@ enum MiscLifewarden
SPELL_WILD_GROWTH = 52948,
};
+// 51957 - Call of the Lifewarden
class spell_q12620_the_lifewarden_wrath : public SpellScriptLoader
{
public:
@@ -457,6 +458,7 @@ enum KickWhatKick
SAY_DROSTAN_REPLY_MISS = 0,
};
+// 51330 - Shoot RJR
class spell_q12589_shoot_rjr : public SpellScriptLoader
{
public:
@@ -608,6 +610,8 @@ enum ShangoTracks
SAY_INCORRECT_TRACKS = 28635
};
+// 52160 - Correct Tracks
+// 52163 - Incorrect Tracks
class spell_shango_tracks : public SpellScriptLoader
{
public:
@@ -654,6 +658,7 @@ enum ReturnedSevenfold
SPELL_DEATHBOLT = 51855
};
+// 51854 - Deathbolt
class spell_q12611_deathbolt : public SpellScript
{
PrepareSpellScript(spell_q12611_deathbolt);
diff --git a/src/server/scripts/Northrend/zone_zuldrak.cpp b/src/server/scripts/Northrend/zone_zuldrak.cpp
index 87454186e9d..a771c256b8b 100644
--- a/src/server/scripts/Northrend/zone_zuldrak.cpp
+++ b/src/server/scripts/Northrend/zone_zuldrak.cpp
@@ -631,10 +631,9 @@ uint32 const FetchIngredients[21][4] =
{ SPELL_FETCH_FROZEN_SPIDER_ICHOR, SPELL_HAVE_FROZEN_SPIDER_ICHOR, ITEM_FROZEN_SPIDER_ICHOR, SAY_FROZEN_SPIDER_ICHOR }
};
-/*#####
-# spell_random_ingredient_aura
-#####*/
-
+// 51015 - Random Ingredient Easy Aura
+// 51154 - Random Ingredient Medium Aura
+// 51157 - Random Ingredient Hard Aura
class spell_random_ingredient_aura : public SpellScriptLoader
{
public: spell_random_ingredient_aura() : SpellScriptLoader("spell_random_ingredient_aura") { }
@@ -681,10 +680,9 @@ class spell_random_ingredient_aura : public SpellScriptLoader
}
};
-/*#####
-# spell_random_ingredient
-#####*/
-
+// 51105 - Random Ingredient Medium
+// 51107 - Random Ingredient Hard
+// 51134 - Random Ingredient Easy
class spell_random_ingredient : public SpellScriptLoader
{
public: spell_random_ingredient() : SpellScriptLoader("spell_random_ingredient") { }
@@ -764,6 +762,7 @@ class spell_random_ingredient : public SpellScriptLoader
# spell_pot_check
#####*/
+// 51046 - Pot Check
class spell_pot_check : public SpellScriptLoader
{
public: spell_pot_check() : SpellScriptLoader("spell_pot_check") { }
@@ -960,6 +959,7 @@ enum ScourgeDisguise
TEXT_DISGUISE_WARNING = 28891
};
+// 51966 - Scourge Disguise
class spell_scourge_disguise : public AuraScript
{
PrepareAuraScript(spell_scourge_disguise);
@@ -983,6 +983,7 @@ class spell_scourge_disguise : public AuraScript
}
};
+// 51971 - Scourge Disguise Instability
class spell_scourge_disguise_instability : public AuraScript
{
PrepareAuraScript(spell_scourge_disguise_instability);
@@ -1011,6 +1012,7 @@ class spell_scourge_disguise_instability : public AuraScript
}
};
+// 52010 - Scourge Disguise Expiring
class spell_scourge_disguise_expiring : public AuraScript
{
PrepareAuraScript(spell_scourge_disguise_expiring);