TrinityCore
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
_SpellScript Class Referenceabstract

#include <SpellScript.h>

Classes

class  EffectAuraNameCheck
 
class  EffectHook
 
class  EffectNameCheck
 

Public Member Functions

 _SpellScript ()
 
virtual ~_SpellScript ()
 
virtual void _Register ()
 
virtual void _Unload ()
 
virtual void _Init (std::string const *scriptname, uint32 spellId)
 
std::string const_GetScriptName () const
 
virtual void Register ()=0
 
virtual bool Validate (SpellInfo const *)
 
virtual bool Load ()
 
virtual void Unload ()
 

Protected Member Functions

virtual bool _Validate (SpellInfo const *entry)
 

Protected Attributes

uint8 m_currentScriptState
 
std::string constm_scriptName
 
uint32 m_scriptSpellId
 

Constructor & Destructor Documentation

_SpellScript::_SpellScript ( )
inline
Definition: SpellScript.h:47
uint8 m_currentScriptState
Definition: SpellScript.h:105
arena_t NULL
Definition: jemalloc_internal.h:624
uint32 m_scriptSpellId
Definition: SpellScript.h:107
std::string const * m_scriptName
Definition: SpellScript.h:106
virtual _SpellScript::~_SpellScript ( )
inlinevirtual
64 { }

Member Function Documentation

std::string const * _SpellScript::_GetScriptName ( ) const
56 {
57  return m_scriptName;
58 }
std::string const * m_scriptName
Definition: SpellScript.h:106
void _SpellScript::_Init ( std::string const scriptname,
uint32  spellId 
)
virtual
49 {
51  m_scriptName = scriptname;
52  m_scriptSpellId = spellId;
53 }
Definition: SpellScript.h:47
uint8 m_currentScriptState
Definition: SpellScript.h:105
uint32 m_scriptSpellId
Definition: SpellScript.h:107
std::string const * m_scriptName
Definition: SpellScript.h:106

+ Here is the caller graph for this function:

void _SpellScript::_Register ( )
virtual
35 {
37  Register();
39 }
Definition: SpellScript.h:48
Definition: SpellScript.h:47
uint8 m_currentScriptState
Definition: SpellScript.h:105
virtual void Register()=0

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void _SpellScript::_Unload ( )
virtual
42 {
44  Unload();
46 }
Definition: SpellScript.h:47
uint8 m_currentScriptState
Definition: SpellScript.h:105
virtual void Unload()
Definition: SpellScript.h:123
Definition: SpellScript.h:50

+ Here is the call graph for this function:

bool _SpellScript::_Validate ( SpellInfo const entry)
protectedvirtual

Reimplemented in AuraScript, and SpellScript.

25 {
26  if (!Validate(entry))
27  {
28  TC_LOG_ERROR("scripts", "Spell `%u` did not pass Validate() function of script `%s` - script will be not added to the spell", entry->Id, m_scriptName->c_str());
29  return false;
30  }
31  return true;
32 }
std::string const * m_scriptName
Definition: SpellScript.h:106
virtual bool Validate(SpellInfo const *)
Definition: SpellScript.h:117
#define TC_LOG_ERROR(filterType__,...)
Definition: Log.h:207

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

virtual bool _SpellScript::Load ( )
inlinevirtual

Reimplemented in spell_gen_mixology_bonus::spell_gen_mixology_bonus_AuraScript, spell_gen_vehicle_scaling::spell_gen_vehicle_scaling_AuraScript, spell_pvp_trinket_wotf_shared_cd::spell_pvp_trinket_wotf_shared_cd_SpellScript, spell_gen_tournament_pennant::spell_gen_tournament_pennant_AuraScript, spell_gen_spirit_healer_res::spell_gen_spirit_healer_res_SpellScript, spell_gen_seaforium_blast::spell_gen_seaforium_blast_SpellScript, spell_the_lich_king_in_frostmourne_room::spell_the_lich_king_in_frostmourne_room_AuraScript, spell_yogg_saron_lunatic_gaze::spell_yogg_saron_lunatic_gaze_SpellScript, spell_the_lich_king_restore_soul::spell_the_lich_king_restore_soul_SpellScript, spell_gen_running_wild::spell_gen_running_wild_SpellScript, spell_gen_replenishment::spell_gen_replenishment_AuraScript, spell_the_lich_king_harvest_soul::spell_the_lich_king_harvest_soul_AuraScript, spell_hor_evasion::spell_hor_evasion_SpellScript, spell_the_lich_king_vile_spirit_damage_target_search::spell_the_lich_king_vile_spirit_damage_target_search_SpellScript, spell_the_lich_king_vile_spirit_move_target_search::spell_the_lich_king_vile_spirit_move_target_search_SpellScript, spell_gen_profession_research::spell_gen_profession_research_SpellScript, spell_the_lich_king_vile_spirits::spell_the_lich_king_vile_spirits_AuraScript, spell_gen_pet_summoned::spell_gen_pet_summoned_SpellScript, spell_item_chicken_cover::spell_item_chicken_cover_SpellScript, spell_gen_oracle_wolvar_reputation::spell_gen_oracle_wolvar_reputation_SpellScript, spell_igb_teleport_players_on_victory::spell_igb_teleport_players_on_victory_SpellScript, spell_alexstrasza_gift_beam_visual::spell_alexstrasza_gift_beam_visual_AuraScript, spell_igb_check_for_players::spell_igb_check_for_players_SpellScript, spell_alexstrasza_gift_beam::spell_alexstrasza_gift_beam_AuraScript, spell_item_rocket_boots::spell_item_rocket_boots_SpellScript, spell_igb_gunship_fall_teleport::spell_igb_gunship_fall_teleport_SpellScript, spell_malygos_surge_of_power_25::spell_malygos_surge_of_power_25_SpellScript, spell_item_teach_language::spell_item_teach_language_SpellScript, spell_gen_on_tournament_mount::spell_gen_on_tournament_mount_AuraScript, spell_item_nitro_boots::spell_item_nitro_boots_SpellScript, spell_the_lich_king_quake::spell_the_lich_king_quake_SpellScript, spell_malygos_surge_of_power_warning_selector_25::spell_malygos_surge_of_power_warning_selector_25_SpellScript, spell_wyrmrest_skytalon_ride_red_dragon_buddy_trigger::spell_wyrmrest_skytalon_ride_red_dragon_buddy_trigger_SpellScript, spell_wyrmrest_skytalon_summon_red_dragon_buddy::spell_wyrmrest_skytalon_summon_red_dragon_buddy_SpellScript, spell_alexstrasza_bunny_destroy_platform_event::spell_alexstrasza_bunny_destroy_platform_event_SpellScript, spell_alexstrasza_bunny_destroy_platform_boom_visual::spell_alexstrasza_bunny_destroy_platform_boom_visual_SpellScript, spell_igb_overheat::spell_igb_overheat_AuraScript, spell_malygos_destroy_platform_channel::spell_malygos_destroy_platform_channel_AuraScript, spell_item_demon_broiled_surprise::spell_item_demon_broiled_surprise_SpellScript, spell_mimiron_plasma_blast::spell_mimiron_plasma_blast_SpellScript, spell_item_socrethars_stone::spell_item_socrethars_stone_SpellScript, spell_igb_cannon_blast::spell_igb_cannon_blast_SpellScript, spell_scion_of_eternity_arcane_barrage::spell_scion_of_eternity_arcane_barrage_SpellScript, spell_yogg_saron_psychosis::spell_yogg_saron_psychosis_SpellScript, spell_q12690_burst_at_the_seams::spell_q12690_burst_at_the_seams_SpellScript, spell_nexus_lord_align_disk_aggro::spell_nexus_lord_align_disk_aggro_SpellScript, spell_igb_on_gunship_deck::spell_igb_on_gunship_deck_AuraScript, spell_arcane_overload::spell_arcane_overload_SpellScript, spell_igb_rocket_pack_useable::spell_igb_rocket_pack_useable_AuraScript, spell_q13011_bear_flank_master::spell_q13011_bear_flank_master_SpellScript, spell_malygos_vortex_visual::spell_malygos_vortex_visual_AuraScript, spell_malygos_vortex_dummy::spell_malygos_vortex_dummy_SpellScript, spell_item_purify_helboar_meat::spell_item_purify_helboar_meat_SpellScript, spell_malygos_arcane_storm::spell_malygos_arcane_storm_SpellScript, spell_malygos_random_portal::spell_malygos_random_portal_SpellScript, spell_dk_rune_weapon_scaling_02::spell_dk_rune_weapon_scaling_02_AuraScript, spell_item_ashbringer::spell_item_ashbringer_SpellScript, spell_malygos_portal_beam::spell_malygos_portal_beam_AuraScript, spell_dk_pet_scaling_03::spell_dk_pet_scaling_03_AuraScript, spell_dk_pet_scaling_02::spell_dk_pet_scaling_02_AuraScript, spell_gen_dungeon_credit::spell_gen_dungeon_credit_SpellScript, spell_dk_pet_scaling_01::spell_dk_pet_scaling_01_AuraScript, spell_item_book_of_glyph_mastery::spell_item_book_of_glyph_mastery_SpellScript, spell_taldaram_flame_ball_visual::spell_flame_ball_visual_AuraScript, spell_dk_avoidance_passive::spell_dk_avoidance_passive_AuraScript, spell_dreamwalker_nightmare_cloud::spell_dreamwalker_nightmare_cloud_AuraScript, spell_hun_animal_handler::spell_hun_animal_handler_AuraScript, spell_gen_divine_storm_cd_reset::spell_gen_divine_storm_cd_reset_SpellScript, spell_violet_hold_destroy_door_seal::spell_violet_hold_destroy_door_seal_AuraScript, spell_hun_pet_passive_damage_done::spell_hun_pet_passive_damage_done_AuraScript, spell_gen_despawn_self::spell_gen_despawn_self_SpellScript, spell_dreamwalker_summon_suppresser_effect::spell_dreamwalker_summon_suppresser_effect_SpellScript, spell_item_underbelly_elixir::spell_item_underbelly_elixir_SpellScript, spell_deathbringer_boiling_blood::spell_deathbringer_boiling_blood_SpellScript, spell_hun_pet_passive_crit::spell_hun_pet_passive_crit_AuraScript, spell_algalon_big_bang::spell_algalon_big_bang_SpellScript, spell_dreamwalker_summoner::spell_dreamwalker_summoner_SpellScript, spell_hun_pet_scaling_04::spell_hun_pet_scaling_04_AuraScript, spell_dreamwalker_decay_periodic_timer::spell_dreamwalker_decay_periodic_timer_AuraScript, spell_pal_templar_s_verdict::spell_pal_templar_s_verdict_SpellScript, spell_q9452_cast_net::spell_q9452_cast_net_SpellScript, spell_hun_pet_scaling_03::spell_hun_pet_scaling_03_AuraScript, spell_pal_shield_of_the_righteous::spell_pal_shield_of_the_righteous_SpellScript, spell_sindragosa_s_fury::spell_sindragosa_s_fury_SpellScript, spell_dru_t10_restoration_4p_bonus::spell_dru_t10_restoration_4p_bonus_SpellScript, spell_hun_pet_scaling_02::spell_hun_pet_scaling_02_AuraScript, spell_pri_renew::spell_pri_renew_AuraScript, spell_dru_swift_flight_passive::spell_dru_swift_flight_passive_AuraScript, spell_q12805_lifeblood_dummy::spell_q12805_lifeblood_dummy_SpellScript, spell_sha_lava_surge_proc::spell_sha_lava_surge_proc_SpellScript, spell_dk_raise_dead::spell_dk_raise_dead_SpellScript, spell_brewfest_barker_bunny::spell_brewfest_barker_bunny_AuraScript, spell_item_scroll_of_recall::spell_item_scroll_of_recall_SpellScript, spell_q9874_liquid_fire::spell_q9874_liquid_fire_SpellScript, spell_q12659_ahunaes_knife::spell_q12659_ahunaes_knife_SpellScript, spell_putricide_ooze_channel::spell_putricide_ooze_channel_SpellScript, spell_warr_vigilance::spell_warr_vigilance_AuraScript, spell_dk_pet_geist_transform::spell_dk_pet_geist_transform_SpellScript, spell_sha_lava_lash::spell_sha_lava_lash_SpellScript, spell_item_savory_deviate_delight::spell_item_savory_deviate_delight_SpellScript, spell_power_of_the_twins::spell_power_of_the_twins_AuraScript, spell_sha_pet_scaling_04::spell_sha_pet_scaling_04_AuraScript, spell_hun_steady_shot::spell_hun_steady_shot_SpellScript, spell_dk_glyph_of_runic_power::spell_dk_glyph_of_runic_power_AuraScript, spell_shredder_delivery::spell_shredder_delivery_SpellScript, spell_warl_pet_passive_voidwalker::spell_warl_pet_passive_voidwalker_AuraScript, spell_pri_penance::spell_pri_penance_SpellScript, spell_item_noggenfogger_elixir::spell_item_noggenfogger_elixir_SpellScript, spell_valkyr_essences::spell_valkyr_essences_AuraScript, spell_warl_pet_passive_damage_done::spell_warl_pet_passive_damage_done_AuraScript, spell_q12937_relief_for_the_fallen::spell_q12937_relief_for_the_fallen_SpellScript, spell_dru_savage_defense::spell_dru_savage_defense_AuraScript, spell_hun_scatter_shot::spell_hun_scatter_shot_SpellScript, spell_powering_up::spell_powering_up_SpellScript, spell_rog_shiv::spell_rog_shiv_SpellScript, spell_blood_queen_bloodbolt::spell_blood_queen_bloodbolt_SpellScript, spell_dru_rip::spell_dru_rip_AuraScript, spell_warl_pet_passive::spell_warl_pet_passive_AuraScript, spell_rog_rupture::spell_rog_rupture_AuraScript, spell_hun_readiness::spell_hun_readiness_SpellScript, spell_alysrazor_aggro_closest::spell_alysrazor_aggro_closest_SpellScript, spell_marrowgar_bone_spike_graveyard::spell_marrowgar_bone_spike_graveyard_SpellScript, spell_pal_hand_of_sacrifice::spell_pal_hand_of_sacrifice_AuraScript, spell_rog_recuperate::spell_rog_recuperate_AuraScript, spell_warl_pet_scaling_05::spell_warl_pet_scaling_05_AuraScript, spell_item_make_a_wish::spell_item_make_a_wish_SpellScript, spell_warl_pet_scaling_04::spell_warl_pet_scaling_04_AuraScript, spell_hun_pet_heart_of_the_phoenix::spell_hun_pet_heart_of_the_phoenix_SpellScript, spell_rog_preparation::spell_rog_preparation_SpellScript, spell_mistress_kiss::spell_mistress_kiss_AuraScript, spell_warl_pet_scaling_03::spell_warl_pet_scaling_03_AuraScript, spell_mage_conjure_refreshment_table::spell_mage_conjure_refreshment_table_SpellScript, spell_hun_pet_carrion_feeder::spell_hun_pet_carrion_feeder_SpellScript, spell_pri_guardian_spirit::spell_pri_guardian_spirit_AuraScript, spell_q11730_ultrasonic_screwdriver::spell_q11730_ultrasonic_screwdriver_SpellScript, spell_tyrannus_overlord_brand::spell_tyrannus_overlord_brand_AuraScript, spell_warr_rallying_cry::spell_warr_rallying_cry_SpellScript, spell_mage_conjure_refreshment::spell_mage_conjure_refreshment_SpellScript, spell_ulduar_stone_grip_cast_target::spell_ulduar_stone_grip_cast_target_SpellScript, spell_ichoron_protective_bubble::spell_ichoron_protective_bubble_AuraScript, spell_warl_pet_scaling_02::spell_warl_pet_scaling_02_AuraScript, spell_festergut_pungent_blight::spell_festergut_pungent_blight_SpellScript, spell_pal_divine_storm::spell_pal_divine_storm_SpellScript, spell_occuthar_occuthars_destruction::spell_occuthar_occuthars_destruction_AuraScript, spell_mage_cold_snap::spell_mage_cold_snap_SpellScript, spell_item_deviate_fish::spell_item_deviate_fish_SpellScript, spell_occuthar_eyes_of_occuthar_vehicle::spell_occuthar_eyes_of_occuthar_vehicle_SpellScript, spell_shadow_portal_rooms::spell_shadow_portal_rooms_SpellScript, spell_ichoron_drained::spell_ichoron_drained_AuraScript, spell_warl_bane_of_doom::spell_warl_curse_of_doom_AuraScript, spell_occuthar_eyes_of_occuthar::spell_occuthar_eyes_of_occuthar_SpellScript, spell_rog_deadly_poison::spell_rog_deadly_poison_SpellScript, spell_varos_centrifuge_shield::spell_varos_centrifuge_shield_AuraScript, spell_gal_darah_impaling_charge::spell_gal_darah_impaling_charge_SpellScript, spell_warl_create_healthstone::spell_warl_create_healthstone_SpellScript, spell_warl_pet_scaling_01::spell_warl_pet_scaling_01_AuraScript, spell_dk_army_transform::spell_dk_army_transform_SpellScript, spell_remove_kargath_executioner::spell_remove_kargath_executioner_SpellScript, spell_q6124_6129_apply_salve::spell_q6124_6129_apply_salve_SpellScript, spell_kargath_executioner::spell_kargath_executioner_AuraScript, spell_dk_army_periodic_taunt::spell_dk_army_periodic_taunt_SpellScript, spell_hun_cobra_shot::spell_hun_cobra_shot_SpellScript, spell_shadow_portal::spell_shadow_portal_SpellScript, spell_dru_eclipse_energize::spell_dru_eclipse_energize_SpellScript, spell_rog_cheat_death::spell_rog_cheat_death_AuraScript, spell_q5206_test_fetid_skull::spell_q5206_test_fetid_skull_SpellScript, spell_ioc_gunship_portal::spell_ioc_gunship_portal_SpellScript, spell_hun_chimera_shot::spell_hun_chimera_shot_SpellScript, spell_dru_eclipse::spell_dru_eclipse_AuraScript, spell_dk_anti_magic_shell::spell_dk_anti_magic_shell_AuraScript, spell_gen_pet_calculate::spell_gen_pet_calculate_AuraScript, and spell_gen_absorb0_hitlimit1::spell_gen_absorb0_hitlimit1_AuraScript.

120 { return true; }

+ Here is the caller graph for this function:

virtual void _SpellScript::Register ( )
pure virtual

Implemented in spell_gen_landmine_knockback_achievement::spell_gen_landmine_knockback_achievement_SpellScript, spell_gen_mixology_bonus::spell_gen_mixology_bonus_AuraScript, spell_gen_stand::spell_gen_stand_SpellScript, spell_gen_gm_freeze::spell_gen_gm_freeze_AuraScript, spell_gen_eject_passenger::spell_gen_eject_passenger_SpellScript, spell_gen_eject_all_passengers::spell_gen_eject_all_passengers_SpellScript, spell_gen_whisper_gulch_yogg_saron_whisper::spell_gen_whisper_gulch_yogg_saron_whisper_AuraScript, spell_gen_wg_water::spell_gen_wg_water_SpellScript, spell_gen_vendor_bark_trigger::spell_gen_vendor_bark_trigger_SpellScript, spell_gen_vehicle_scaling::spell_gen_vehicle_scaling_AuraScript, spell_gen_upper_deck_create_foam_sword::spell_gen_upper_deck_create_foam_sword_SpellScript, spell_gen_turkey_marker::spell_gen_turkey_marker_AuraScript, spell_pvp_trinket_wotf_shared_cd::spell_pvp_trinket_wotf_shared_cd_SpellScript, spell_gen_tournament_pennant::spell_gen_tournament_pennant_AuraScript, spell_gen_tournament_duel::spell_gen_tournament_duel_SpellScript, spell_gen_throw_shield::spell_gen_throw_shield_SpellScript, spell_gen_summon_tournament_mount::spell_gen_summon_tournament_mount_SpellScript, spell_gen_summon_elemental::spell_gen_summon_elemental_AuraScript, spell_yogg_saron_hodirs_protective_gaze::spell_yogg_saron_hodirs_protective_gaze_AuraScript, spell_the_lich_king_jump_remove_aura::spell_the_lich_king_jump_SpellScript, spell_yogg_saron_titanic_storm::spell_yogg_saron_titanic_storm_SpellScript, spell_gen_spirit_healer_res::spell_gen_spirit_healer_res_SpellScript, spell_the_lich_king_jump::spell_the_lich_king_jump_SpellScript, spell_yogg_saron_in_the_maws_of_the_old_god::spell_yogg_saron_in_the_maws_of_the_old_god_SpellScript, spell_gen_spectator_cheer_trigger::spell_gen_spectator_cheer_trigger_SpellScript, spell_the_lich_king_trigger_vile_spirit::spell_the_lich_king_trigger_vile_spirit_SpellScript, spell_yogg_saron_hate_to_zero::spell_yogg_saron_hate_to_zero_SpellScript, spell_gen_seaforium_blast::spell_gen_seaforium_blast_SpellScript, spell_the_lich_king_summon_spirit_bomb::spell_the_lich_king_summon_spirit_bomb_SpellScript, spell_yogg_saron_keeper_aura::spell_yogg_saron_keeper_aura_AuraScript, spell_the_lich_king_in_frostmourne_room::spell_the_lich_king_in_frostmourne_room_AuraScript, spell_yogg_saron_lunatic_gaze::spell_yogg_saron_lunatic_gaze_SpellScript, spell_gen_darkflight::spell_gen_darkflight_SpellScript, spell_the_lich_king_dark_hunger::spell_the_lich_king_dark_hunger_AuraScript, spell_gen_two_forms::spell_gen_two_forms_SpellScript, spell_yogg_saron_insane_periodic::spell_yogg_saron_insane_periodic_SpellScript, spell_the_lich_king_restore_soul::spell_the_lich_king_restore_soul_SpellScript, spell_yogg_saron_insane::spell_yogg_saron_insane_AuraScript, spell_gen_running_wild::spell_gen_running_wild_SpellScript, spell_gen_running_wild::spell_gen_running_wild_AuraScript, spell_the_lich_king_soul_rip::spell_the_lich_king_soul_rip_AuraScript, spell_yogg_saron_sanity::spell_yogg_saron_sanity_AuraScript, spell_the_lich_king_lights_favor::spell_the_lich_king_lights_favor_AuraScript, spell_gen_replenishment::spell_gen_replenishment_AuraScript, spell_hor_gunship_cannon_fire::spell_hor_gunship_cannon_fire_AuraScript, spell_yogg_saron_sanity::spell_yogg_saron_sanity_SpellScript, spell_the_lich_king_harvest_soul::spell_the_lich_king_harvest_soul_AuraScript, spell_gen_replenishment::spell_gen_replenishment_SpellScript, spell_yogg_saron_induce_madness::spell_yogg_saron_induce_madness_SpellScript, spell_hor_evasion::spell_hor_evasion_SpellScript, spell_the_lich_king_vile_spirit_damage_target_search::spell_the_lich_king_vile_spirit_damage_target_search_SpellScript, spell_hor_start_halls_of_reflection_quest_ae::spell_hor_start_halls_of_reflection_quest_ae_SpellScript, spell_mimiron_weld::spell_mimiron_weld_AuraScript, spell_yogg_saron_grim_reprisal::spell_yogg_saron_grim_reprisal_AuraScript, spell_gen_remove_flight_auras::spell_gen_remove_flight_auras_SpellScript, spell_the_lich_king_vile_spirit_move_target_search::spell_the_lich_king_vile_spirit_move_target_search_SpellScript, spell_mimiron_summon_junk_bot_target::spell_mimiron_summon_junk_bot_target_SpellScript, spell_yogg_saron_revealed_tentacle::spell_yogg_saron_revealed_tentacle_SpellScript, spell_gen_profession_research::spell_gen_profession_research_SpellScript, spell_the_lich_king_vile_spirits_visual::spell_the_lich_king_vile_spirits_visual_SpellScript, spell_mimiron_summon_junk_bot::spell_mimiron_summon_junk_bot_AuraScript, spell_yogg_saron_nondescript::spell_yogg_saron_nondescript_AuraScript, spell_gen_pet_summoned::spell_gen_pet_summoned_SpellScript, spell_the_lich_king_vile_spirits::spell_the_lich_king_vile_spirits_AuraScript, spell_yogg_saron_cancel_illusion_room_aura::spell_yogg_saron_cancel_illusion_room_aura_SpellScript, spell_mimiron_summon_frost_bomb_target::spell_mimiron_summon_frost_bomb_target_SpellScript, spell_item_toy_train_set_pulse::spell_item_toy_train_set_pulse_SpellScript, spell_the_lich_king_life_siphon::spell_the_lich_king_life_siphon_SpellScript, spell_yogg_saron_death_ray_warning_visual::spell_yogg_saron_death_ray_warning_visual_AuraScript, spell_mimiron_summon_flames_spread::spell_mimiron_summon_flames_spread_AuraScript, spell_gen_parachute::spell_gen_parachute_AuraScript, spell_item_greatmothers_soulcatcher::spell_item_greatmothers_soulcatcher_SpellScript, spell_the_lich_king_cast_back_to_caster::spell_the_lich_king_cast_back_to_caster_SpellScript, spell_yogg_saron_shattered_illusion::spell_yogg_saron_shattered_illusion_SpellScript, spell_mimiron_summon_flames_spread::spell_mimiron_summon_flames_spread_SpellScript, spell_item_muisek_vessel::spell_item_muisek_vessel_SpellScript, spell_the_lich_king_valkyr_target_search::spell_the_lich_king_valkyr_target_search_SpellScript, spell_q13665_q13790_bested_trigger::spell_q13665_q13790_bested_trigger_SpellScript, spell_gen_orc_disguise::spell_gen_orc_disguise_SpellScript, spell_yogg_saron_match_health::spell_yogg_saron_match_health_SpellScript, spell_item_chicken_cover::spell_item_chicken_cover_SpellScript, spell_q12414_hand_over_reins::spell_q12414_hand_over_reins_SpellScript, spell_mimiron_summon_fire_bot_target::spell_mimiron_summon_fire_bot_target_SpellScript, spell_yogg_saron_empowered::spell_yogg_saron_empowered_AuraScript, spell_gen_oracle_wolvar_reputation::spell_gen_oracle_wolvar_reputation_SpellScript, spell_q28813_set_health_random::spell_q28813_set_health_random_SpellScript, spell_the_lich_king_soul_reaper::spell_the_lich_king_soul_reaper_AuraScript, spell_mimiron_summon_fire_bot::spell_mimiron_summon_fire_bot_AuraScript, spell_item_unusual_compass::spell_item_unusual_compass_SpellScript, spell_alexstrasza_gift_beam_visual::spell_alexstrasza_gift_beam_visual_AuraScript, spell_q28813_get_our_boys_back_dummy::spell_q28813_get_our_boys_back_dummy_SpellScript, spell_yogg_saron_diminsh_power::spell_yogg_saron_diminsh_power_AuraScript, spell_the_lich_king_summon_into_air::spell_the_lich_king_summon_into_air_SpellScript, spell_igb_teleport_players_on_victory::spell_igb_teleport_players_on_victory_SpellScript, spell_gen_on_tournament_mount::spell_gen_on_tournament_mount_AuraScript, spell_mimiron_summon_assault_bot_target::spell_mimiron_summon_assault_bot_target_SpellScript, spell_item_pygmy_oil::spell_item_pygmy_oil_SpellScript, spell_windsoul_totem_aura::spell_windsoul_totem_aura_AuraScript, spell_yogg_saron_squeeze::spell_yogg_saron_squeeze_AuraScript, spell_q10929_fumping::spell_q10929_fumpingAuraScript, spell_the_lich_king_defile::spell_the_lich_king_defile_SpellScript, spell_mimiron_summon_assault_bot::spell_mimiron_summon_assault_bot_AuraScript, spell_igb_check_for_players::spell_igb_check_for_players_SpellScript, spell_alexstrasza_gift_beam::spell_alexstrasza_gift_beam_AuraScript, spell_yogg_saron_lunge::spell_yogg_saron_lunge_SpellScript, spell_item_rocket_boots::spell_item_rocket_boots_SpellScript, spell_toc_heroism::spell_toc_heroism_SpellScript, spell_mimiron_spinning_up::spell_mimiron_spinning_up_SpellScript, spell_q14100_q14111_make_player_destroy_totems::spell_q14100_q14111_make_player_destroy_totems_SpellScript, spell_yogg_saron_constrictor_tentacle::spell_yogg_saron_constrictor_tentacle_AuraScript, spell_the_lich_king_raging_spirit::spell_the_lich_king_raging_spirit_SpellScript, spell_igb_gunship_fall_teleport::spell_igb_gunship_fall_teleport_SpellScript, spell_malygos_surge_of_power_25::spell_malygos_surge_of_power_25_SpellScript, spell_toc_bloodlust::spell_toc_bloodlust_SpellScript, spell_mimiron_self_repair::spell_mimiron_self_repair_SpellScript, spell_item_teach_language::spell_item_teach_language_SpellScript, spell_yogg_saron_empowering_shadows_missile::spell_yogg_saron_empowering_shadows_missile_SpellScript, spell_q13400_illidan_kill_master::spell_q13400_illidan_kill_master_SpellScript, spell_the_lich_king_ice_burst_target_search::spell_the_lich_king_ice_burst_target_search_SpellScript, spell_igb_rocket_artillery_explosion::spell_igb_rocket_artillery_explosion_SpellScript, spell_mimiron_rocket_strike_target_select::spell_mimiron_rocket_strike_target_select_SpellScript, spell_faction_champion_death_grip::spell_faction_champion_death_grip_SpellScript, spell_malygos_surge_of_power_warning_selector_25::spell_malygos_surge_of_power_warning_selector_25_SpellScript, spell_yogg_saron_empowering_shadows_range_check::spell_yogg_saron_empowering_shadows_range_check_SpellScript, spell_igb_rocket_artillery::spell_igb_rocket_artillery_SpellScript, spell_item_nitro_boots::spell_item_nitro_boots_SpellScript, spell_q12919_gymers_throw::spell_q12919_gymers_throw_SpellScript, spell_the_lich_king_quake::spell_the_lich_king_quake_SpellScript, spell_faction_champion_warl_unstable_affliction::spell_faction_champion_warl_unstable_affliction_AuraScript, spell_yogg_saron_shadow_beacon::spell_yogg_saron_shadow_beacon_AuraScript, spell_mimiron_rocket_strike_damage::spell_mimiron_rocket_strike_damage_SpellScript, spell_igb_burning_pitch::spell_igb_burning_pitch_SpellScript, spell_q12919_gymers_grab::spell_q12919_gymers_grab_SpellScript, spell_the_lich_king_shadow_trap_periodic::spell_the_lich_king_shadow_trap_periodic_SpellScript, spell_item_brewfest_mount_transformation::spell_item_brewfest_mount_transformation_SpellScript, spell_wyrmrest_skytalon_ride_red_dragon_buddy_trigger::spell_wyrmrest_skytalon_ride_red_dragon_buddy_trigger_SpellScript, spell_yogg_saron_boil_ominously::spell_yogg_saron_boil_ominously_SpellScript, spell_igb_burning_pitch_selector::spell_igb_burning_pitch_selector_SpellScript, spell_the_lich_king_shadow_trap_visual::spell_the_lich_king_shadow_trap_visual_AuraScript, spell_mimiron_rocket_strike::spell_mimiron_rocket_strike_SpellScript, spell_q12619_emblazon_runeblade_effect::spell_q12619_emblazon_runeblade_effect_SpellScript, spell_wyrmrest_skytalon_summon_red_dragon_buddy::spell_wyrmrest_skytalon_summon_red_dragon_buddy_SpellScript, spell_yogg_saron_brain_link_damage::spell_yogg_saron_brain_link_damage_SpellScript, spell_gen_obsidian_armor::spell_gen_obsidian_armor_AuraScript, spell_q12619_emblazon_runeblade::spell_q12619_emblazon_runeblade_AuraScript, spell_the_lich_king_necrotic_plague_jump::spell_the_lich_king_necrotic_plague_AuraScript, spell_igb_teleport_to_enemy_ship::spell_igb_teleport_to_enemy_ship_SpellScript, spell_item_impale_leviroth::spell_item_impale_leviroth_SpellScript, spell_alexstrasza_bunny_destroy_platform_event::spell_alexstrasza_bunny_destroy_platform_event_SpellScript, spell_yogg_saron_brain_link::spell_yogg_saron_brain_link_AuraScript, spell_mimiron_rapid_burst::spell_mimiron_rapid_burst_AuraScript, spell_q12641_recall_eye_of_acherus::spell_q12641_recall_eye_of_acherus_SpellScript, spell_igb_below_zero::spell_igb_below_zero_SpellScript, spell_alexstrasza_bunny_destroy_platform_boom_visual::spell_alexstrasza_bunny_destroy_platform_boom_visual_SpellScript, spell_item_complete_raptor_capture::spell_item_complete_raptor_capture_SpellScript, spell_mimiron_proximity_trigger::spell_mimiron_proximity_trigger_SpellScript, spell_igb_overheat::spell_igb_overheat_AuraScript, spell_q12641_death_comes_from_on_high::spell_q12641_death_comes_from_on_high_SpellScript, spell_the_lich_king_necrotic_plague_jump::spell_the_lich_king_necrotic_plague_SpellScript, spell_yogg_saron_brain_link::spell_yogg_saron_brain_link_SpellScript, spell_gen_nightmare_vine::spell_gen_nightmare_vine_SpellScript, spell_malygos_destroy_platform_channel::spell_malygos_destroy_platform_channel_AuraScript, spell_item_demon_broiled_surprise::spell_item_demon_broiled_surprise_SpellScript, spell_mimiron_proximity_mines::spell_mimiron_proximity_mines_SpellScript, spell_icc_soul_missile::spell_icc_soul_missile_SpellScript, spell_yogg_saron_malady_of_the_mind::spell_yogg_saron_malady_of_the_mind_AuraScript, spell_the_lich_king_necrotic_plague::spell_the_lich_king_necrotic_plague_AuraScript, spell_igb_incinerating_blast::spell_igb_incinerating_blast_SpellScript, spell_gen_netherbloom::spell_gen_netherbloom_SpellScript, spell_scion_of_eternity_arcane_barrage::spell_scion_of_eternity_arcane_barrage_SpellScript, spell_mimiron_proximity_explosion::spell_mimiron_proximity_explosion_SpellScript, spell_q12308_escape_from_silverbrook_summon_worgen::spell_q12308_escape_from_silverbrook_summon_worgen_SpellScript, spell_svalna_remove_spear::spell_svalna_remove_spear_SpellScript, spell_yogg_saron_malady_of_the_mind::spell_yogg_saron_malady_of_the_mind_SpellScript, spell_item_socrethars_stone::spell_item_socrethars_stone_SpellScript, spell_the_lich_king_infest::spell_the_lich_king_infest_AuraScript, spell_q12308_escape_from_silverbrook::spell_q12308_escape_from_silverbrook_SpellScript, spell_igb_cannon_blast::spell_igb_cannon_blast_SpellScript, spell_svalna_revive_champion::spell_svalna_revive_champion_SpellScript, spell_mimiron_plasma_blast::spell_mimiron_plasma_blast_SpellScript, spell_yogg_saron_psychosis::spell_yogg_saron_psychosis_SpellScript, spell_gen_mounted_charge::spell_gen_mounted_charge_SpellScript, spell_igb_periodic_trigger_with_power_cost::spell_igb_periodic_trigger_with_power_cost_AuraScript, spell_q12690_burst_at_the_seams::spell_q12690_burst_at_the_seams_SpellScript, spell_item_poultryizer::spell_item_poultryizer_SpellScript, spell_mimiron_p3wx2_laser_barrage::spell_mimiron_p3wx2_laser_barrage_SpellScript, spell_icc_harvest_blight_specimen::spell_icc_harvest_blight_specimen_SpellScript, spell_nexus_lord_align_disk_aggro::spell_nexus_lord_align_disk_aggro_SpellScript, spell_igb_on_gunship_deck::spell_igb_on_gunship_deck_AuraScript, spell_mimiron_napalm_shell::spell_mimiron_napalm_shell_SpellScript, spell_yogg_saron_target_selectors::spell_yogg_saron_target_selectors_SpellScript, spell_item_nigh_invulnerability::spell_item_nigh_invulnerability_SpellScript, spell_frost_giant_death_plague::spell_frost_giant_death_plague_SpellScript, spell_arcane_overload::spell_arcane_overload_SpellScript, spell_igb_rocket_pack_useable::spell_igb_rocket_pack_useable_AuraScript, spell_mimiron_magnetic_core::spell_mimiron_magnetic_core_AuraScript, spell_q13086_cannons_target::spell_q13086_cannons_target_SpellScript, spell_item_reindeer_transformation::spell_item_reindeer_transformation_SpellScript, spell_malygos_vortex_visual::spell_malygos_vortex_visual_AuraScript, spell_q13011_bear_flank_master::spell_q13011_bear_flank_master_SpellScript, spell_igb_rocket_pack::spell_igb_rocket_pack_AuraScript, spell_mimiron_magnetic_core::spell_mimiron_magnetic_core_SpellScript, spell_icc_sprit_alarm::spell_icc_sprit_alarm_SpellScript, spell_gen_lifebloom::spell_gen_lifebloom_AuraScript, spell_item_crystal_prison_dummy_dnd::spell_item_crystal_prison_dummy_dnd_SpellScript, spell_mimiron_fire_search::spell_mimiron_fire_search_SpellScript, spell_halion_spawn_living_embers::spell_halion_spawn_living_embers_SpellScript, spell_malygos_vortex_dummy::spell_malygos_vortex_dummy_SpellScript, spell_q12847_summon_soul_moveto_bunny::spell_q12847_summon_soul_moveto_bunny_SpellScript, spell_gen_increase_stats_buff::spell_gen_increase_stats_buff_SpellScript, spell_icc_stoneform::spell_icc_stoneform_AuraScript, spell_vehicle_throw_passenger::spell_vehicle_throw_passenger_SpellScript, spell_halion_summon_exit_portals::spell_halion_summon_exit_portals_SpellScript, spell_item_purify_helboar_meat::spell_item_purify_helboar_meat_SpellScript, spell_q13291_q13292_q13239_q13261_armored_decoy_summon_skytalon::spell_q13291_q13292_q13239_q13261_armored_decoy_summon_skytalon_SpellScript, spell_malygos_arcane_storm::spell_malygos_arcane_storm_SpellScript, spell_gen_interrupt::spell_gen_interrupt_AuraScript, spell_halion_twilight_phasing::spell_halion_twilight_phasing_SpellScript, spell_q13291_q13292_q13239_q13261_frostbrood_skytalon_grab_decoy::spell_q13291_q13292_q13239_q13261_frostbrood_skytalon_grab_decoy_SpellScript, spell_mimiron_despawn_assault_bots::spell_mimiron_despawn_assault_bots_SpellScript, spell_item_shimmering_vessel::spell_item_shimmering_vessel_SpellScript, spell_halion_twilight_cutter::spell_halion_twilight_cutter_SpellScript, spell_mimiron_clear_fires::spell_mimiron_clear_fires_SpellScript, spell_pursue::spell_pursue_SpellScript, spell_gen_gnomish_transporter::spell_gen_gnomish_transporter_SpellScript, spell_dk_rune_weapon_scaling_02::spell_dk_rune_weapon_scaling_02_AuraScript, spell_magic_eater_food::spell_magic_eater_food_AuraScript, spell_q12730_quenching_mist::spell_q12730_quenching_mist_AuraScript, spell_malygos_random_portal::spell_malygos_random_portal_SpellScript, spell_mimiron_bomb_bot::spell_mimiron_bomb_bot_SpellScript, spell_gen_gift_of_naaru::spell_gen_gift_of_naaru_AuraScript, spell_halion_clear_debuffs::spell_halion_clear_debuffs_SpellScript, spell_q12661_q12669_q12676_q12677_q12713_summon_stefan::spell_q12661_q12669_q12676_q12677_q12713_summon_stefan_SpellScript, spell_malygos_portal_beam::spell_malygos_portal_beam_AuraScript, spell_blood_council_shadow_prison_damage::spell_blood_council_shadow_prison_SpellScript, spell_item_ashbringer::spell_item_ashbringer_SpellScript, spell_dk_pet_scaling_03::spell_dk_pet_scaling_03_AuraScript, spell_unlocking_zuluheds_chains::spell_unlocking_zuluheds_chains_SpellScript, spell_q12527_zuldrak_rat::spell_q12527_zuldrak_rat_SpellScript, spell_blood_council_shadow_prison::spell_blood_council_shadow_prison_AuraScript, spell_gen_gadgetzan_transporter_backfire::spell_gen_gadgetzan_transporter_backfire_SpellScript, spell_halion_twilight_realm_handlers::spell_halion_twilight_realm_handlers_AuraScript, spell_systems_shutdown::spell_systems_shutdown_AuraScript, spell_valanar_kinetic_bomb_absorb::spell_valanar_kinetic_bomb_absorb_AuraScript, spell_freya_iron_roots::spell_freya_iron_roots_SpellScript, spell_item_vanquished_clutches::spell_item_vanquished_clutches_SpellScript, spell_dk_pet_scaling_02::spell_dk_pet_scaling_02_AuraScript, spell_q11010_q11102_q11023_q11008_check_fly_mount::spell_q11010_q11102_q11023_q11008_check_fly_mount_SpellScript, spell_stinky_precious_decimate::spell_stinky_precious_decimate_SpellScript, spell_gen_elune_candle::spell_gen_elune_candle_SpellScript, spell_valanar_kinetic_bomb_knockback::spell_valanar_kinetic_bomb_knockback_SpellScript, spell_frostwarden_handler_focus_fire::spell_frostwarden_handler_focus_fire_AuraScript, spell_freya_attuned_to_nature_dose_reduction::spell_freya_attuned_to_nature_dose_reduction_SpellScript, spell_halion_damage_aoe_summon::spell_halion_damage_aoe_summon_SpellScript, spell_auto_repair::spell_auto_repair_SpellScript, spell_q11010_q11102_q11023_choose_loc::spell_q11010_q11102_q11023_choose_loc_SpellScript, spell_item_map_of_the_geyser_fields::spell_item_map_of_the_geyser_fields_SpellScript, spell_putricide_clear_aura_effect_value::spell_putricide_clear_aura_effect_value_SpellScript, spell_frostwarden_handler_focus_fire::spell_frostwarden_handler_focus_fire_SpellScript, spell_dk_pet_scaling_01::spell_dk_pet_scaling_01_AuraScript, spell_valanar_kinetic_bomb::spell_valanar_kinetic_bomb_AuraScript, spell_halion_marks::spell_halion_marks_AuraScript, spell_putricide_regurgitated_ooze::spell_putricide_regurgitated_ooze_SpellScript, spell_frostwarden_handler_order_whelp::spell_frostwarden_handler_order_whelp_SpellScript, spell_q11010_q11102_q11023_aggro_burst::spell_q11010_q11102_q11023_aggro_burst_AuraScript, spell_mage_water_elemental_freeze::spell_mage_water_elemental_freeze_SpellScript, spell_valanar_kinetic_bomb::spell_valanar_kinetic_bomb_SpellScript, spell_item_gift_of_the_harvester::spell_item_gift_of_the_harvester_SpellScript, spell_load_into_catapult::spell_load_into_catapult_AuraScript, spell_gen_dungeon_credit::spell_gen_dungeon_credit_SpellScript, spell_putricide_mutated_transformation_dmg::spell_putricide_mutated_transformation_dmg_SpellScript, spell_q11010_q11102_q11023_aggro_check::spell_q11010_q11102_q11023_aggro_check_SpellScript, spell_taldaram_ball_of_inferno_flame::spell_taldaram_ball_of_inferno_flame_SpellScript, spell_kael_gravity_lapse::spell_kael_gravity_lapse_SpellScript, spell_item_book_of_glyph_mastery::spell_item_book_of_glyph_mastery_SpellScript, spell_putricide_mutated_transformation::spell_putricide_mutated_transformation_SpellScript, spell_mage_time_warp::spell_mage_time_warp_SpellScript, spell_halion_combustion_consumption::spell_halion_combustion_consumption_AuraScript, spell_q11010_q11102_q11023_aggro_check_aura::spell_q11010_q11102_q11023_aggro_check_aura_AuraScript, spell_taldaram_flame_ball_visual::spell_flame_ball_visual_AuraScript, spell_dreamwalker_twisted_nightmares::spell_dreamwalker_twisted_nightmares_SpellScript, spell_gen_dummy_trigger::spell_gen_dummy_trigger_SpellScript, spell_rimefang_icy_blast::spell_rimefang_icy_blast_SpellScript, spell_warl_unstable_affliction::spell_warl_unstable_affliction_AuraScript, spell_dk_avoidance_passive::spell_dk_avoidance_passive_AuraScript, spell_item_create_heart_candy::spell_item_create_heart_candy_SpellScript, spell_dreamwalker_nightmare_cloud::spell_dreamwalker_nightmare_cloud_AuraScript, spell_q12372_azure_on_death_force_whisper::spell_q12372_azure_on_death_force_whisper_SpellScript, spell_mage_ring_of_frost_freeze::spell_mage_ring_of_frost_freeze_AuraScript, spell_taldaram_summon_flame_ball::spell_taldaram_summon_flame_ball_SpellScript, spell_violet_hold_teleport_player::spell_violet_hold_teleport_player_SpellScript, spell_halion_meteor_strike_marker::spell_halion_meteor_strike_marker_AuraScript, spell_sindragosa_mystic_buffet::spell_sindragosa_mystic_buffet_SpellScript, spell_warl_soulshatter::spell_warl_soulshatter_SpellScript, spell_putricide_mutated_transformation_dismiss::spell_putricide_mutated_transformation_dismiss_AuraScript, spell_gen_ds_flush_knockback::spell_gen_ds_flush_knockback_SpellScript, spell_hun_animal_handler::spell_hun_animal_handler_AuraScript, spell_q12372_destabilize_azure_dragonshrine_dummy::spell_q12372_destabilize_azure_dragonshrine_dummy_SpellScript, spell_mage_ring_of_frost_freeze::spell_mage_ring_of_frost_freeze_SpellScript, spell_taldaram_glittering_sparks::spell_taldaram_glittering_sparks_SpellScript, spell_dreamwalker_summon_nightmare_portal::spell_dreamwalker_summon_nightmare_portal_SpellScript, spell_violet_hold_portal_periodic::spell_violet_hold_portal_periodic_AuraScript, spell_item_red_rider_air_rifle::spell_item_red_rider_air_rifle_SpellScript, spell_putricide_mutation_init::spell_putricide_mutation_init_AuraScript, spell_sindragosa_icy_grip::spell_sindragosa_icy_grip_SpellScript, spell_gen_divine_storm_cd_reset::spell_gen_divine_storm_cd_reset_SpellScript, spell_warl_soul_swap_exhale::spell_warl_soul_swap_exhale_SpellScript, spell_algalon_supermassive_fail::spell_algalon_supermassive_fail_SpellScript, spell_putricide_mutation_init::spell_putricide_mutation_init_SpellScript, spell_dreamwalker_summon_dream_portal::spell_dreamwalker_summon_dream_portal_SpellScript, spell_hun_pet_passive_damage_done::spell_hun_pet_passive_damage_done_AuraScript, spell_q12372_cast_from_gossip_trigger::spell_q12372_cast_from_gossip_trigger_SpellScript, spell_violet_hold_destroy_door_seal::spell_violet_hold_destroy_door_seal_AuraScript, spell_sindragosa_ice_tomb::spell_sindragosa_ice_tomb_AuraScript, spell_algalon_cosmic_smash_damage::spell_algalon_cosmic_smash_damage_SpellScript, spell_mage_ring_of_frost::spell_mage_ring_of_frost_AuraScript, spell_gen_despawn_self::spell_gen_despawn_self_SpellScript, spell_item_underbelly_elixir::spell_item_underbelly_elixir_SpellScript, spell_deathbringer_remove_marks::spell_deathbringer_remove_marks_SpellScript, spell_dreamwalker_summon_suppresser_effect::spell_dreamwalker_summon_suppresser_effect_SpellScript, spell_q12735_song_of_cleansing::spell_q12735_song_of_cleansing_SpellScript, spell_sindragosa_ice_tomb::spell_sindragosa_ice_tomb_SpellScript, spell_hun_pet_passive_crit::spell_hun_pet_passive_crit_AuraScript, spell_algalon_cosmic_smash::spell_algalon_cosmic_smash_SpellScript, spell_deathbringer_boiling_blood::spell_deathbringer_boiling_blood_SpellScript, spell_warl_soul_swap_dot_marker::spell_warl_soul_swap_dot_marker_SpellScript, spell_putricide_mutated_plague::spell_putricide_mutated_plague_AuraScript, spell_dreamwalker_summon_suppresser::spell_dreamwalker_summon_suppresser_AuraScript, spell_ulduar_teleporter::spell_ulduar_teleporter_SpellScript, spell_sindragosa_frost_beacon::spell_sindragosa_frost_beacon_AuraScript, spell_algalon_remove_phase::spell_algalon_remove_phase_AuraScript, spell_gen_defend::spell_gen_defend_AuraScript, spell_item_the_eye_of_diminution::spell_item_the_eye_of_diminution_AuraScript, spell_q12066_bunny_kill_credit::spell_q12066_bunny_kill_credit_SpellScript, spell_mage_replenish_mana::spell_mage_replenish_mana_SpellScript, spell_deathbringer_blood_nova_targeting::spell_deathbringer_blood_nova_targeting_SpellScript, spell_dreamwalker_summoner::spell_dreamwalker_summoner_SpellScript, spell_algalon_big_bang::spell_algalon_big_bang_SpellScript, spell_item_six_demon_bag::spell_item_six_demon_bag_SpellScript, spell_sindragosa_instability::spell_sindragosa_instability_AuraScript, spell_hun_pet_scaling_04::spell_hun_pet_scaling_04_AuraScript, spell_pri_vampiric_touch::spell_pri_vampiric_touch_AuraScript, spell_q12277_wintergarde_mine_explosion::spell_q12277_wintergarde_mine_explosion_SpellScript, spell_putricide_eat_ooze::spell_putricide_eat_ooze_SpellScript, spell_warl_soul_swap_override::spell_warl_soul_swap_override_AuraScript, spell_thaddius_magnetic_pull::spell_thaddius_magnetic_pull_SpellScript, spell_mage_polymorph_cast_visual::spell_mage_polymorph_cast_visual_SpellScript, spell_pal_seal_of_righteousness::spell_pal_seal_of_righteousness_AuraScript, spell_sindragosa_frost_breath::spell_sindragosa_frost_breath_SpellScript, spell_warl_soul_swap::spell_warl_soul_swap_SpellScript, spell_gen_dalaran_disguise::spell_gen_dalaran_disguise_SpellScript, spell_algalon_collapse::spell_algalon_collapse_AuraScript, spell_sha_tidal_waves::spell_sha_tidal_waves_AuraScript, spell_dreamwalker_decay_periodic_timer::spell_dreamwalker_decay_periodic_timer_AuraScript, spell_pri_vampiric_embrace_target::spell_pri_vampiric_embrace_target_SpellScript, spell_deathbringer_blood_nova::spell_deathbringer_blood_nova_SpellScript, spell_putricide_unbound_plague::spell_putricide_unbound_plague_SpellScript, spell_q12987_read_pronouncement::spell_q12987_read_pronouncement_AuraScript, spell_algalon_trigger_3_adds::spell_algalon_trigger_3_adds_SpellScript, spell_item_shadowmourne_soul_fragment::spell_item_shadowmourne_soul_fragment_AuraScript, spell_warl_soul_leech::spell_warl_soul_leech_AuraScript, spell_dru_wild_growth::spell_dru_wild_growth_SpellScript, spell_mage_polymorph::spell_mage_polymorph_AuraScript, spell_pal_templar_s_verdict::spell_pal_templar_s_verdict_SpellScript, spell_dk_death_grip_initial::spell_dk_death_grip_initial_SpellScript, spell_sindragosa_unchained_magic::spell_sindragosa_unchained_magic_SpellScript, spell_sha_thunderstorm::spell_sha_thunderstorm_SpellScript, spell_hun_pet_scaling_03::spell_hun_pet_scaling_03_AuraScript, spell_pri_vampiric_embrace::spell_pri_vampiric_embrace_AuraScript, spell_deathbringer_rune_of_blood::spell_deathbringer_rune_of_blood_SpellScript, spell_dreamwalker_mana_void::spell_dreamwalker_mana_void_AuraScript, spell_thaddius_polarity_shift::spell_thaddius_polarity_shift_SpellScript, spell_q9452_cast_net::spell_q9452_cast_net_SpellScript, spell_warl_shadow_ward::spell_warl_shadow_ward_AuraScript, spell_sha_telluric_currents::spell_sha_telluric_currents_AuraScript, spell_gen_creature_permanent_feign_death::spell_gen_creature_permanent_feign_death_AuraScript, spell_algalon_arcane_barrage::spell_algalon_arcane_barrage_SpellScript, spell_razorscale_flame_breath::spell_razorscale_flame_breath_SpellScript, spell_dk_will_of_the_necropolis::spell_dk_will_of_the_necropolis_AuraScript, spell_sindragosa_s_fury::spell_sindragosa_s_fury_SpellScript, spell_mage_permafrost::spell_mage_permafrost_AuraScript, spell_pri_shadowform::spell_pri_shadowform_AuraScript, spell_item_shadowmourne::spell_item_shadowmourne_AuraScript, spell_deathbringer_blood_power::spell_deathbringer_blood_power_AuraScript, spell_putricide_choking_gas_bomb::spell_putricide_choking_gas_bomb_SpellScript, spell_dru_t10_restoration_4p_bonus::spell_dru_t10_restoration_4p_bonus_SpellScript, spell_gen_create_lance::spell_gen_create_lance_SpellScript, spell_warl_shadow_trance_proc::spell_warl_shadow_trance_proc_AuraScript, spell_pal_shield_of_the_righteous::spell_pal_shield_of_the_righteous_SpellScript, spell_thaddius_polarity_charge::spell_thaddius_polarity_charge_SpellScript, spell_sha_rolling_thunder::spell_sha_rolling_thunder_AuraScript, spell_razorscale_devouring_flame::spell_razorscale_devouring_flame_SpellScript, spell_deathbringer_blood_power::spell_deathbringer_blood_power_SpellScript, spell_algalon_phase_punch::spell_algalon_phase_punch_AuraScript, spell_hun_pet_scaling_02::spell_hun_pet_scaling_02_AuraScript, spell_putricide_ooze_eruption_searcher::spell_putricide_ooze_eruption_searcher_SpellScript, spell_pri_shadow_word_death::spell_pri_shadow_word_death_SpellScript, spell_q14112_14145_chum_the_water::spell_q14112_14145_chum_the_water_SpellScript, spell_dk_vampiric_blood::spell_dk_vampiric_blood_AuraScript, spell_mage_nether_vortex::spell_mage_nether_vortex_AuraScript, spell_deathbringer_blood_link_aura::spell_deathbringer_blood_link_AuraScript, spell_warl_seed_of_corruption::spell_warl_seed_of_corruption_SpellScript, spell_warr_heroic_leap_jump::spell_warr_heroic_leap_jump_SpellScript, spell_sha_nature_guardian::spell_sha_nature_guardian_AuraScript, spell_pal_sacred_shield::spell_pal_sacred_shield_SpellScript, spell_item_shadows_fate::spell_item_shadows_fate_AuraScript, spell_dru_typhoon::spell_dru_typhoon_SpellScript, spell_dk_unholy_blight::spell_dk_unholy_blight_SpellScript, spell_gen_count_pct_from_max_hp::spell_gen_count_pct_from_max_hp_SpellScript, spell_putricide_unstable_experiment::spell_putricide_unstable_experiment_SpellScript, spell_pri_renew::spell_pri_renew_AuraScript, spell_xt002_submerged::spell_xt002_submerged_SpellScript, spell_cultist_dark_martyrdom::spell_cultist_dark_martyrdom_SpellScript, spell_warl_seduction::spell_warl_seduction_SpellScript, spell_biting_cold_dot::spell_biting_cold_dot_AuraScript, spell_midsummer_braziers_hit::spell_midsummer_braziers_hit_AuraScript, spell_q13280_13283_plant_battle_standard::spell_q13280_13283_plant_battle_standard_SpellScript, spell_deathbringer_blood_link::spell_deathbringer_blood_link_SpellScript, spell_mage_master_of_elements::spell_mage_master_of_elements_AuraScript, spell_oscillating_field::spell_oscillating_field_SpellScript, spell_warr_heroic_leap::spell_warr_heroic_leap_SpellScript, spell_shango_tracks::spell_shango_tracks_SpellScript, spell_dru_swift_flight_passive::spell_dru_swift_flight_passive_AuraScript, spell_item_unsated_craving::spell_item_unsated_craving_AuraScript, spell_dk_soul_reaper::spell_dk_soul_reaper_AuraScript, spell_pal_righteous_defense::spell_pal_righteous_defense_SpellScript, spell_gen_clone_weapon_aura::spell_gen_clone_weapon_auraScript, spell_hun_tnt::spell_hun_tnt_AuraScript, spell_xt002_tympanic_tantrum::spell_xt002_tympanic_tantrum_SpellScript, spell_deathwhisper_mana_barrier::spell_deathwhisper_mana_barrier_AuraScript, spell_sha_mana_tide_totem::spell_sha_mana_tide_totem_AuraScript, spell_hun_pet_scaling_01::spell_hun_pet_scaling_01_AuraScript, spell_putricide_slime_puddle_aura::spell_putricide_slime_puddle_aura_SpellScript, spell_biting_cold::spell_biting_cold_AuraScript, spell_pri_prayer_of_mending_heal::spell_pri_prayer_of_mending_heal_SpellScript, spell_q12805_lifeblood_dummy::spell_q12805_lifeblood_dummy_SpellScript, spell_warl_nether_ward_overrride::spell_warl_nether_ward_overrride_AuraScript, spell_dru_survival_instincts::spell_dru_survival_instincts_AuraScript, spell_brewfest_barker_bunny::spell_brewfest_barker_bunny_AuraScript, spell_mage_mana_shield::spell_mage_mana_shield_AuraScript, spell_item_scroll_of_recall::spell_item_scroll_of_recall_SpellScript, spell_xt002_heart_overload_periodic::spell_xt002_heart_overload_periodic_SpellScript, spell_sha_lava_surge_proc::spell_sha_lava_surge_proc_SpellScript, spell_dk_raise_dead::spell_dk_raise_dead_SpellScript, spell_hun_thrill_of_the_hunt::spell_hun_thrill_of_the_hunt_AuraScript, spell_putricide_slime_puddle::spell_putricide_slime_puddle_SpellScript, spell_pri_power_word_shield::spell_pri_power_word_shield_AuraScript, spell_warr_vigilance_trigger::spell_warr_vigilance_trigger_SpellScript, spell_pal_light_s_beacon::spell_pal_light_s_beacon_AuraScript, spell_dru_survival_instincts::spell_dru_survival_instincts_SpellScript, spell_q9874_liquid_fire::spell_q9874_liquid_fire_SpellScript, spell_rog_honor_among_thieves::spell_rog_honor_among_thieves_AuraScript, spell_mage_mage_ward::spell_mage_mage_ward_AuraScript, spell_boss_lady_malande_shield::spell_boss_lady_malande_shield_AuraScript, spell_sha_lava_surge::spell_sha_lava_surge_AuraScript, spell_hun_target_only_pet_and_owner::spell_hun_target_only_pet_and_owner_SpellScript, spell_dk_pet_skeleton_transform::spell_dk_pet_skeleton_transform_SpellScript, spell_putricide_ooze_channel::spell_putricide_ooze_channel_SpellScript, spell_dru_stampede::spell_dru_stampede_AuraScript, spell_warr_vigilance::spell_warr_vigilance_AuraScript, spell_rog_serrated_blades::spell_rog_serrated_blades_SpellScript, spell_rotface_slime_spray::spell_rotface_slime_spray_SpellScript, spell_xt002_gravity_bomb_damage::spell_xt002_gravity_bomb_damage_SpellScript, spell_mage_ignite::spell_mage_ignite_AuraScript, spell_item_savory_deviate_delight::spell_item_savory_deviate_delight_SpellScript, spell_q12659_ahunaes_knife::spell_q12659_ahunaes_knife_SpellScript, spell_sha_lava_lash::spell_sha_lava_lash_SpellScript, spell_anubarak_leeching_swarm::spell_anubarak_leeching_swarm_AuraScript, spell_hun_tame_beast::spell_hun_tame_beast_SpellScript, spell_dk_pet_geist_transform::spell_dk_pet_geist_transform_SpellScript, spell_power_of_the_twins::spell_power_of_the_twins_AuraScript, spell_pal_lay_on_hands::spell_pal_lay_on_hands_SpellScript, spell_gen_clone_weapon::spell_gen_clone_weapon_SpellScript, spell_brewfest_dismount_ram::spell_brewfest_relay_race_intro_force_player_to_throw_SpellScript, spell_pri_phantasm::spell_pri_phantasm_AuraScript, spell_rog_tricks_of_the_trade_proc::spell_rog_tricks_of_the_trade_proc_AuraScript, spell_warl_improved_soul_fire::spell_warl_improved_soul_fire_AuraScript, spell_nether_dragon_essence_2::spell_nether_dragon_essence_2_SpellScript, spell_xt002_gravity_bomb_aura::spell_xt002_gravity_bomb_aura_AuraScript, spell_sha_pet_scaling_04::spell_sha_pet_scaling_04_AuraScript, spell_rotface_vile_gas_trigger::spell_rotface_vile_gas_trigger_SpellScript, spell_dru_starfall_dummy::spell_dru_starfall_dummy_SpellScript, spell_brewfest_relay_race_intro_force_player_to_throw::spell_brewfest_relay_race_intro_force_player_to_throw_SpellScript, spell_mage_ice_barrier::spell_mage_ice_barrier_AuraScript, spell_symbol_of_life_dummy::spell_symbol_of_life_dummy_SpellScript, spell_dk_icebound_fortitude::spell_dk_icebound_fortitude_AuraScript, spell_impale::spell_impale_SpellScript, spell_sha_item_t10_elemental_2p_bonus::spell_sha_item_t10_elemental_2p_bonus_AuraScript, spell_blood_queen_pact_of_the_darkfallen_dmg_target::spell_blood_queen_pact_of_the_darkfallen_dmg_SpellScript, spell_infected_worgen_bite::spell_infected_worgen_bite_AuraScript, spell_fetch_ingredient_aura::spell_fetch_ingredient_aura_AuraScript, spell_valkyr_essences::spell_valkyr_essences_AuraScript, spell_rog_tricks_of_the_trade::spell_rog_tricks_of_the_trade_AuraScript, spell_warr_victorious::spell_warr_victorious_AuraScript, spell_putricide_gaseous_bloat::spell_putricide_gaseous_bloat_AuraScript, spell_pri_penance::spell_pri_penance_SpellScript, spell_item_piccolo_of_the_flaming_fire::spell_item_piccolo_of_the_flaming_fire_SpellScript, spell_hun_steady_shot::spell_hun_steady_shot_SpellScript, spell_gormok_fire_bomb::spell_gormok_fire_bomb_SpellScript, spell_close_rift::spell_close_rift_AuraScript, spell_gen_clone::spell_gen_clone_SpellScript, spell_warl_healthstone_heal::spell_warl_healthstone_heal_SpellScript, spell_pal_judgement::spell_pal_judgement_SpellScript, spell_brewfest_exhausted_ram::spell_brewfest_exhausted_ram_AuraScript, spell_nether_dragon_essence_1::spell_nether_dragon_essence_1_AuraScript, spell_blood_queen_pact_of_the_darkfallen_dmg::spell_blood_queen_pact_of_the_darkfallen_dmg_AuraScript, spell_dk_glyph_of_runic_power::spell_dk_glyph_of_runic_power_AuraScript, spell_xt002_searing_light_spawn_life_spark::spell_xt002_searing_light_spawn_life_spark_AuraScript, spell_mage_living_bomb::spell_mage_living_bomb_AuraScript, spell_sha_item_mana_surge::spell_sha_item_mana_surge_AuraScript, spell_warr_sword_and_board::spell_warr_sword_and_board_AuraScript, spell_q10041_q10040_who_are_they::spell_q10041_q10040_who_are_they_SpellScript, spell_shredder_delivery::spell_shredder_delivery_SpellScript, spell_q12589_shoot_rjr::spell_q12589_shoot_rjr_SpellScript, spell_item_noggenfogger_elixir::spell_item_noggenfogger_elixir_SpellScript, spell_warl_pet_passive_voidwalker::spell_warl_pet_passive_voidwalker_AuraScript, spell_pot_check::spell_pot_check_SpellScript, spell_dru_savage_roar::spell_dru_savage_roar_AuraScript, spell_warl_health_funnel::spell_warl_health_funnel_AuraScript, spell_gen_chaos_blast::spell_gen_chaos_blast_SpellScript, spell_rotface_unstable_ooze_explosion_suicide::spell_rotface_unstable_ooze_explosion_suicide_AuraScript, spell_hun_sniper_training::spell_hun_sniper_training_AuraScript, spell_brewfest_apple_trap::spell_brewfest_apple_trap_AuraScript, spell_veranus_summon::spell_veranus_summon_AuraScript, spell_mark_of_nature::spell_mark_of_nature_SpellScript, spell_blood_queen_pact_of_the_darkfallen::spell_blood_queen_pact_of_the_darkfallen_SpellScript, spell_pal_item_healing_discount::spell_pal_item_healing_discount_AuraScript, spell_rog_stealth::spell_rog_stealth_AuraScript, spell_dru_savage_roar::spell_dru_savage_roar_SpellScript, spell_kelthuzad_detonate_mana::spell_kelthuzad_detonate_mana_AuraScript, spell_chains_of_woe_4::spell_chains_of_woe_4_SpellScript, spell_dk_glyph_of_deaths_embrace::spell_dk_glyph_of_deaths_embrace_AuraScript, spell_mage_glyph_of_polymorph::spell_mage_glyph_of_polymorph_AuraScript, spell_warl_pet_passive_damage_done::spell_warl_pet_passive_damage_done_AuraScript, spell_warr_sweeping_strikes::spell_warr_sweeping_strikes_AuraScript, spell_sha_item_lightning_shield_trigger::spell_sha_item_lightning_shield_trigger_AuraScript, spell_brewfest_ram_fatigue::spell_brewfest_ram_fatigue_AuraScript, spell_rotface_unstable_ooze_explosion::spell_rotface_unstable_ooze_explosion_SpellScript, spell_q12937_relief_for_the_fallen::spell_q12937_relief_for_the_fallen_SpellScript, spell_pri_pain_and_suffering_proc::spell_pri_pain_and_suffering_proc_SpellScript, spell_gen_cannibalize::spell_gen_cannibalize_SpellScript, spell_jokkum_scriptcast::spell_jokkum_scriptcast_AuraScript, spell_item_net_o_matic::spell_item_net_o_matic_SpellScript, spell_clear_all::spell_clear_all_SpellScript, spell_dru_savage_defense::spell_dru_savage_defense_AuraScript, spell_pal_improved_aura_effect::spell_pal_improved_aura_effect_AuraScript, spell_dk_ghoul_explode::spell_dk_ghoul_explode_SpellScript, spell_powering_up::spell_powering_up_SpellScript, spell_warl_haunt::spell_warl_haunt_AuraScript, spell_chains_of_woe_1::spell_chains_of_woe_1_SpellScript, spell_assembly_rune_of_summoning::spell_assembly_rune_of_summoning_AuraScript, spell_marrowgar_bone_slice::spell_marrowgar_bone_slice_SpellScript, spell_hun_scatter_shot::spell_hun_scatter_shot_SpellScript, spell_sha_item_lightning_shield::spell_sha_item_lightning_shield_AuraScript, spell_blood_queen_essence_of_the_blood_queen::spell_blood_queen_essence_of_the_blood_queen_AuraScript, spell_mage_glyph_of_icy_veins::spell_mage_glyph_of_icy_veins_AuraScript, spell_brewfest_ram::spell_brewfest_ram_AuraScript, spell_dream_fog_sleep::spell_dream_fog_sleep_SpellScript, spell_rotface_unstable_ooze_explosion_init::spell_rotface_unstable_ooze_explosion_init_SpellScript, spell_pri_mind_sear::spell_pri_mind_sear_SpellScript, spell_mandokir_reanimate_ohgan::spell_mandokir_reanimate_ohgan_SpellScript, spell_warl_pet_passive::spell_warl_pet_passive_AuraScript, spell_rog_shiv::spell_rog_shiv_SpellScript, spell_random_ingredient::spell_random_ingredient_SpellScript, spell_warl_haunt::spell_warl_haunt_SpellScript, spell_q12851_going_bearback::spell_q12851_going_bearback_AuraScript, spell_warr_sudden_death::spell_warr_sudden_death_AuraScript, spell_gen_burning_depths_necrolyte_image::spell_gen_burning_depths_necrolyte_image_AuraScript, spell_seismic_shard::spell_seismic_shard_SpellScript, spell_mage_glyph_of_ice_block::spell_mage_glyph_of_ice_block_AuraScript, spell_pal_holy_shock::spell_pal_holy_shock_SpellScript, spell_hun_ready_set_aim::spell_hun_ready_set_aim_AuraScript, spell_item_necrotic_touch::spell_item_necrotic_touch_AuraScript, spell_dk_festering_strike::spell_dk_festering_strike_SpellScript, spell_assembly_meltdown::spell_assembly_meltdown_SpellScript, spell_krick_pursuit_confusion::spell_krick_pursuit_confusion_AuraScript, spell_blood_queen_bloodbolt::spell_blood_queen_bloodbolt_SpellScript, spell_dru_rip::spell_dru_rip_AuraScript, spell_sha_heroism::spell_sha_heroism_SpellScript, spell_pri_mana_leech::spell_pri_mana_leech_AuraScript, spell_mandokir_ohgan_orders_trigger::spell_mandokir_ohgan_orders_trigger_AuraScript, spell_marrowgar_bone_storm::spell_marrowgar_bone_storm_SpellScript, spell_rotface_large_ooze_buff_combine::spell_rotface_large_ooze_buff_combine_SpellScript, spell_q12620_the_lifewarden_wrath::spell_q12620_the_lifewarden_wrath_SpellScript, spell_alysrazor_fieroblast::spell_alysrazor_fieroblast_SpellScript, spell_warl_glyph_of_shadowflame::spell_warl_glyph_of_shadowflame_AuraScript, spell_oculus_dream_funnel::spell_oculus_dream_funnel_AuraScript, spell_paletress_summon_memory::spell_paletress_summon_memory_SpellScript, spell_rog_rupture::spell_rog_rupture_AuraScript, spell_warr_second_wind_trigger::spell_warr_second_wind_trigger_AuraScript, spell_seismic_shard_change_seat::spell_seismic_shard_change_seat_SpellScript, spell_shield_of_runes::spell_shield_of_runes_AuraScript, spell_gen_burn_brutallus::spell_gen_burn_brutallus_AuraScript, spell_brewfest_giddyup::spell_brewfest_giddyup_AuraScript, spell_hun_readiness::spell_hun_readiness_SpellScript, spell_mage_frostbolt::spell_mage_frostbolt_SpellScript, spell_marrowgar_bone_spike_graveyard::spell_marrowgar_bone_spike_graveyard_SpellScript, spell_krick_pursuit::spell_krick_pursuit_AuraScript, spell_mandokir_ohgan_orders::spell_mandokir_ohgan_orders_SpellScript, spell_item_mingos_fortune_generator::spell_item_mingos_fortune_generator_SpellScript, spell_q12683_take_sputum_sample::spell_q12683_take_sputum_sample_SpellScript, spell_sha_healing_stream_totem::spell_sha_healing_stream_totem_SpellScript, spell_alysrazor_aggro_closest::spell_alysrazor_aggro_closest_SpellScript, spell_random_ingredient_aura::spell_random_ingredient_aura_AuraScript, spell_kologarn_summon_focused_eyebeam::spell_kologarn_summon_focused_eyebeam_SpellScript, spell_oculus_touch_the_nightmare::spell_oculus_touch_the_nightmare_SpellScript, spell_dru_predatory_strikes::spell_dru_predatory_strikes_AuraScript, spell_pri_mana_burn::spell_pri_mana_burn_SpellScript, spell_warl_fel_synergy::spell_warl_fel_synergy_AuraScript, spell_warl_pet_scaling_05::spell_warl_pet_scaling_05_AuraScript, spell_warr_second_wind_proc::spell_warr_second_wind_proc_AuraScript, spell_gravity_well_pull::spell_gravity_well_pull_SpellScript, spell_krick_pursuit::spell_krick_pursuit_SpellScript, spell_dk_death_strike::spell_dk_death_strike_SpellScript, spell_gen_break_shield::spell_gen_break_shield_SpellScript, spell_blood_queen_frenzied_bloodthirst::spell_blood_queen_frenzied_bloodthirst_AuraScript, spell_rotface_large_ooze_combine::spell_rotface_large_ooze_combine_SpellScript, spell_pal_hand_of_sacrifice::spell_pal_hand_of_sacrifice_AuraScript, spell_rog_recuperate::spell_rog_recuperate_AuraScript, spell_kologarn_stone_shout::spell_kologarn_stone_shout_SpellScript, spell_wintergrasp_defender_teleport_trigger::spell_wintergrasp_defender_teleport_trigger_SpellScript, spell_mage_focus_magic::spell_mage_focus_magic_AuraScript, spell_oculus_temporal_rift::spell_oculus_temporal_rift_AuraScript, spell_dru_living_seed_proc::spell_dru_living_seed_proc_AuraScript, spell_pri_lightwell_renew::spell_pri_lightwell_renew_AuraScript, spell_hun_rapid_recuperation::spell_hun_rapid_recuperation_AuraScript, spell_mandokir_devastating_slam::spell_mandokir_devastating_slam_SpellScript, spell_gravity_well_damage::spell_gravity_well_damage_SpellScript, spell_q12634_despawn_fruit_tosser::spell_q12634_despawn_fruit_tosser_SpellScript, spell_alysrazor_turn_monstrosity::spell_alysrazor_turn_monstrosity_SpellScript, spell_exploding_orb_hasty_grow::spell_exploding_orb_hasty_grow_AuraScript, spell_warl_everlasting_affliction::spell_warl_everlasting_affliction_SpellScript, spell_sha_glyph_of_healing_wave::spell_sha_glyph_of_healing_wave_AuraScript, spell_gothik_shadow_bolt_volley::spell_gothik_shadow_bolt_volley_SpellScript, spell_item_make_a_wish::spell_item_make_a_wish_SpellScript, spell_marrowgar_coldflame_damage::spell_marrowgar_coldflame_damage_AuraScript, spell_dk_death_pact::spell_dk_death_pact_AuraScript, spell_ulduar_stone_grip::spell_ulduar_stone_grip_AuraScript, spell_wintergrasp_defender_teleport::spell_wintergrasp_defender_teleport_SpellScript, spell_rotface_little_ooze_combine::spell_rotface_little_ooze_combine_SpellScript, spell_warr_slam::spell_warr_slam_SpellScript, spell_blood_queen_vampiric_bite::spell_blood_queen_vampiric_bite_SpellScript, spell_pri_leap_of_faith_effect_trigger::spell_pri_leap_of_faith_effect_trigger_SpellScript, spell_dru_living_seed::spell_dru_living_seed_AuraScript, spell_winter_veil_px_238_winter_wondervolt::spell_winter_veil_px_238_winter_wondervolt_SpellScript, spell_pal_glyph_of_holy_light::spell_pal_glyph_of_holy_light_SpellScript, spell_gravity_well_damage_nearby::spell_gravity_well_damage_nearby_SpellScript, spell_oculus_stop_time::spell_oculus_stop_time_AuraScript, spell_s92300_crystal_storm::spell_s92300_crystal_storm_SpellScript, spell_rog_preparation::spell_rog_preparation_SpellScript, spell_warl_pet_scaling_04::spell_warl_pet_scaling_04_AuraScript, spell_mage_fire_frost_ward::spell_mage_fire_frost_ward_AuraScript, spell_mistress_kiss_area::spell_mistress_kiss_area_SpellScript, spell_hun_pet_heart_of_the_phoenix::spell_hun_pet_heart_of_the_phoenix_SpellScript, spell_ick_explosive_barrage::spell_ick_explosive_barrage_AuraScript, spell_warl_devour_magic::spell_warl_devour_magic_SpellScript, spell_dk_death_grip::spell_dk_death_grip_SpellScript, spell_q12459_seeds_of_natures_wrath::spell_q12459_seeds_of_natures_wrath_SpellScript, spell_archimonde_drain_world_tree_dummy::spell_archimonde_drain_world_tree_dummy_SpellScript, spell_marrowgar_coldflame_bonestorm::spell_marrowgar_coldflame_SpellScript, spell_sha_flame_shock::spell_sha_flame_shock_AuraScript, spell_trigger_spell_from_caster::spell_trigger_spell_from_caster_SpellScript, spell_warr_shattering_throw::spell_warr_shattering_throw_SpellScript, spell_rotface_mutated_infection::spell_rotface_mutated_infection_AuraScript, spell_omega_stance_spider_effect::spell_omega_stance_spider_effect_SpellScript, spell_dru_lifebloom::spell_dru_lifebloom_AuraScript, spell_pri_hymn_of_hope::spell_pri_hymn_of_hope_SpellScript, spell_pal_grand_crusader::spell_pal_grand_crusader_AuraScript, spell_ulduar_stone_grip_absorb::spell_ulduar_stone_grip_absorb_AuraScript, spell_item_gnomish_death_ray::spell_item_gnomish_death_ray_SpellScript, spell_mandokir_spirit_vengeance_cancel::spell_mandokir_spirit_vengeance_cancel_SpellScript, spell_oculus_shock_lance::spell_oculus_shock_lance_SpellScript, spell_tyrannus_rimefang_icy_blast::spell_tyrannus_rimefang_icy_blast_SpellScript, spell_auriaya_sentinel_blast::spell_auriaya_sentinel_blast_SpellScript, spell_general_vezax_saronite_vapors::spell_general_vezax_saronite_vapors_AuraScript, spell_astromancer_wrath_of_the_astromancer::spell_astromancer_wrath_of_the_astromancer_AuraScript, spell_marrowgar_coldflame::spell_marrowgar_coldflame_SpellScript, spell_wintergrasp_grab_passenger::spell_wintergrasp_grab_passenger_SpellScript, spell_dk_death_gate::spell_dk_death_gate_SpellScript, spell_gen_bonked::spell_gen_bonked_SpellScript, spell_warl_pet_scaling_03::spell_warl_pet_scaling_03_AuraScript, spell_krick_explosive_barrage::spell_krick_explosive_barrage_AuraScript, spell_summon_wave_west::spell_summon_wave_west_SpellScript, spell_rotface_mutated_infection::spell_rotface_mutated_infection_SpellScript, spell_s92306_crystal_storm::spell_s92306_crystal_storm_SpellScript, spell_winter_veil_mistletoe::spell_winter_veil_mistletoe_SpellScript, spell_warr_retaliation::spell_warr_retaliation_AuraScript, spell_alysrazor_cosmetic_egg_xplosion::spell_alysrazor_cosmetic_egg_xplosion_SpellScript, spell_hun_pet_carrion_feeder::spell_hun_pet_carrion_feeder_SpellScript, spell_rog_overkill::spell_rog_overkill_AuraScript, spell_warl_demonic_empowerment::spell_warl_demonic_empowerment_SpellScript, spell_mistress_kiss::spell_mistress_kiss_AuraScript, spell_anraphet_omega_stance_summon::spell_anraphet_omega_stance_summon_SpellScript, spell_paralyze_pinnacle::spell_paralyze_pinnacle_SpellScript, spell_q11730_ultrasonic_screwdriver::spell_q11730_ultrasonic_screwdriver_SpellScript, spell_mandokir_bloodletting::spell_mandokir_bloodletting_AuraScript, spell_pri_guardian_spirit::spell_pri_guardian_spirit_AuraScript, spell_mage_conjure_refreshment_table::spell_mage_conjure_refreshment_table_SpellScript, spell_sha_fire_nova::spell_sha_fire_nova_SpellScript, spell_pal_eye_for_an_eye::spell_pal_eye_for_an_eye_AuraScript, spell_auriaya_strenght_of_the_pack::spell_auriaya_strenght_of_the_pack_SpellScript, spell_ulduar_squeezed_lifeless::spell_ulduar_squeezed_lifeless_SpellScript, spell_wintergrasp_force_building::spell_wintergrasp_force_building_SpellScript, spell_tyrannus_mark_of_rimefang::spell_tyrannus_mark_of_rimefang_AuraScript, spell_oculus_evasive_maneuvers::spell_oculus_evasive_maneuvers_AuraScript, spell_general_vezax_mark_of_the_faceless_leech::spell_general_vezax_mark_of_the_faceless_leech_SpellScript, spell_summon_wave_south::spell_summon_wave_south_SpellScript, spell_item_flask_of_the_north::spell_item_flask_of_the_north_SpellScript, spell_dk_death_coil::spell_dk_death_coil_SpellScript, spell_stalactite_mod_dest_height::spell_stalactite_mod_dest_height_SpellScript, spell_mindless_abomination_explosion_fx_master::spell_mindless_abomination_explosion_fx_master_SpellScript, spell_anraphet_alpha_beams::spell_anraphet_alpha_beams_SpellScript, spell_rotface_ooze_flood::spell_rotface_ooze_flood_SpellScript, spell_rog_master_of_subtlety::spell_rog_master_of_subtlety_AuraScript, spell_gen_bandage::spell_gen_bandage_SpellScript, spell_warr_rend::spell_warr_rend_AuraScript, spell_festergut_blighted_spores::spell_festergut_blighted_spores_AuraScript, spell_pilgrims_bounty_turkey_tracker::spell_pilgrims_bounty_turkey_tracker_SpellScript, spell_ignis_slag_pot::spell_ignis_slag_pot_AuraScript, spell_sha_feedback::spell_sha_feedback_AuraScript, spell_pal_exorcism_and_holy_wrath_damage::spell_pal_exorcism_and_holy_wrath_damage_AuraScript, spell_prince_taldaram_flame_sphere_summon::spell_prince_taldaram_flame_sphere_summon_SpellScript, spell_ulduar_cancel_stone_grip::spell_ulduar_cancel_stone_gripSpellScript, spell_mandokir_decapitate::spell_mandokir_decapitate_SpellScript, spell_ingvar_woe_strike::spell_ingvar_woe_strike_AuraScript, spell_hun_misdirection_proc::spell_hun_misdirection_proc_AuraScript, spell_general_vezax_mark_of_the_faceless::spell_general_vezax_mark_of_the_faceless_AuraScript, spell_warl_pet_scaling_02::spell_warl_pet_scaling_02_AuraScript, spell_tyrannus_overlord_brand::spell_tyrannus_overlord_brand_AuraScript, spell_devourer_of_souls_mirrored_soul_target_selector::spell_devourer_of_souls_mirrored_soul_target_selector_SpellScript, spell_oculus_ride_ruby_emerald_amber_drake_que::spell_oculus_ride_ruby_emerald_amber_drake_que_AuraScript, spell_dru_insect_swarm::spell_dru_insect_swarm_AuraScript, spell_warl_demon_soul::spell_warl_demon_soul_SpellScript, spell_s81028_s80650_stalactite::spell_s81028_s80650_stalactite_SpellScript, spell_q12096_q12092_bark::spell_q12096_q12092_bark_SpellScript, spell_mage_conjure_refreshment::spell_mage_conjure_refreshment_SpellScript, spell_pri_item_greater_heal_refund::spell_pri_item_greater_heal_refund_AuraScript, spell_ichoron_splatter::spell_ichoron_splatter_AuraScript, spell_warr_rallying_cry::spell_warr_rallying_cry_SpellScript, spell_prince_taldaram_conjure_flame_sphere::spell_prince_taldaram_conjure_flame_sphere_SpellScript, spell_four_horsemen_mark::spell_four_horsemen_mark_AuraScript, spell_q11587_arcane_prisoner_rescue::spell_q11587_arcane_prisoner_rescue_SpellScript, spell_hun_misdirection::spell_hun_misdirection_AuraScript, spell_rog_killing_spree::spell_rog_killing_spree_AuraScript, spell_sha_earthen_power::spell_sha_earthen_power_SpellScript, spell_gen_av_drekthar_presence::spell_gen_av_drekthar_presence_AuraScript, spell_pal_divine_storm_dummy::spell_pal_divine_storm_dummy_SpellScript, spell_dru_innervate::spell_dru_innervate_AuraScript, spell_ingvar_summon_banshee::spell_ingvar_summon_banshee_SpellScript, spell_s81035_stalactite::spell_s81035_stalactite_SpellScript, spell_oculus_call_ruby_emerald_amber_drake::spell_oculus_call_ruby_emerald_amber_drake_SpellScript, spell_festergut_gastric_bloat::spell_festergut_gastric_bloat_SpellScript, spell_q12096_q12092_dummy::spell_q12096_q12092_dummy_SpellScript, spell_ulduar_stone_grip_cast_target::spell_ulduar_stone_grip_cast_target_SpellScript, spell_item_fate_rune_of_unsurpassed_vigor::spell_item_fate_rune_of_unsurpassed_vigor_AuraScript, spell_dk_death_and_decay::spell_dk_death_and_decay_AuraScript, spell_pri_improved_power_word_shield::spell_pri_improved_power_word_shield_AuraScript, spell_devourer_of_souls_mirrored_soul_proc::spell_devourer_of_souls_mirrored_soul_proc_AuraScript, spell_novos_summon_minions::spell_novos_summon_minions_SpellScript, spell_warr_overpower::spell_warr_overpower_SpellScript, spell_energize_aoe::spell_energize_aoe_SpellScript, spell_pilgrims_bounty_buff_food::spell_pilgrims_bounty_buff_food_AuraScript, spell_ichoron_protective_bubble::spell_ichoron_protective_bubble_AuraScript, spell_anhuur_divine_reckoning::spell_anhuur_divine_reckoning_AuraScript, spell_dru_idol_lifebloom::spell_dru_idol_lifebloom_AuraScript, spell_dk_death_and_decay::spell_dk_death_and_decay_SpellScript, spell_sha_earthbind_totem::spell_sha_earthbind_totem_AuraScript, spell_gen_aura_service_uniform::spell_gen_aura_service_uniform_AuraScript, spell_hun_masters_call::spell_hun_masters_call_SpellScript, spell_warl_demonic_circle_teleport::spell_warl_demonic_circle_teleport_AuraScript, spell_sc_quake::spell_sc_quake_SpellScript, spell_varos_energize_core_area_entry::spell_varos_energize_core_area_entrySpellScript, spell_rog_killing_spree::spell_rog_killing_spree_SpellScript, spell_festergut_pungent_blight::spell_festergut_pungent_blight_SpellScript, spell_pal_divine_storm::spell_pal_divine_storm_SpellScript, spell_item_echoes_of_light::spell_item_echoes_of_light_SpellScript, spell_pri_glyph_of_prayer_of_healing::spell_pri_glyph_of_prayer_of_healing_AuraScript, spell_mage_cone_of_cold::spell_mage_cone_of_cold_SpellScript, spell_occuthar_occuthars_destruction::spell_occuthar_occuthars_destruction_AuraScript, spell_bronjahm_soulstorm_targeting::spell_bronjahm_soulstorm_targeting_SpellScript, spell_shadow_portal_rooms::spell_shadow_portal_rooms_SpellScript, spell_devourer_of_souls_mirrored_soul::spell_devourer_of_souls_mirrored_soul_SpellScript, spell_q11396_11399_scourging_crystal_controller_dummy::spell_q11396_11399_scourging_crystal_controller_dummy_SpellScript, spell_destroy_karangs_banner::spell_destroy_karangs_banner_SpellScript, spell_anhuur_activate_beacons::spell_anhuur_activate_beacons_SpellScript, spell_ichoron_merge::spell_ichoron_merge_SpellScript, spell_warr_last_stand::spell_warr_last_stand_SpellScript, spell_dru_glyph_of_starfire_proc::spell_dru_glyph_of_starfire_proc_AuraScript, spell_dk_blood_boil::spell_dk_blood_boil_SpellScript, spell_ooze_zap_channel_end::spell_ooze_zap_channel_end_SpellScript, spell_warl_demonic_circle_summon::spell_warl_demonic_circle_summon_AuraScript, spell_sc_twilight_documents::spell_sc_twilight_documents_SpellScript, spell_hallow_end_wand::spell_hallow_end_wand_SpellScript, spell_frost_tomb::spell_frost_tomb_AuraScript, spell_warl_pet_scaling_01::spell_warl_pet_scaling_01_AuraScript, spell_ulduar_rubble_summon::spell_ulduar_rubble_summonSpellScript, spell_rog_deadly_poison::spell_rog_deadly_poison_SpellScript, spell_bronjahm_soulstorm_visual::spell_bronjahm_soulstorm_visual_AuraScript, spell_item_deviate_fish::spell_item_deviate_fish_SpellScript, spell_varos_energize_core_area_enemy::spell_varos_energize_core_area_enemySpellScript, spell_mage_cold_snap::spell_mage_cold_snap_SpellScript, spell_pri_divine_hymn::spell_pri_divine_hymn_SpellScript, spell_anhuur_disable_beacon_beams::spell_anhuur_disable_beacon_beams_SpellScript, spell_hun_last_stand_pet::spell_hun_last_stand_pet_SpellScript, spell_occuthar_eyes_of_occuthar_vehicle::spell_occuthar_eyes_of_occuthar_vehicle_SpellScript, spell_uk_second_wind_proc::spell_uk_second_wind_proc_AuraScript, spell_q11396_11399_scourging_crystal_controller::spell_q11396_11399_scourging_crystal_controller_SpellScript, spell_baltharus_enervating_brand_trigger::spell_baltharus_enervating_brand_trigger_SpellScript, spell_sha_earth_shield::spell_sha_earth_shield_AuraScript, spell_gen_aura_of_anger::spell_gen_aura_of_anger_AuraScript, spell_pal_blessing_of_faith::spell_pal_blessing_of_faith_SpellScript, spell_gruul_shatter_effect::spell_gruul_shatter_effect_SpellScript, spell_dru_glyph_of_starfire::spell_dru_glyph_of_starfire_SpellScript, spell_warr_lambs_to_the_slaughter::spell_warr_lambs_to_the_slaughter_AuraScript, spell_trollgore_invader_taunt::spell_trollgore_invader_taunt_SpellScript, spell_ichoron_drained::spell_ichoron_drained_AuraScript, spell_ooze_zap::spell_ooze_zap_SpellScript, spell_sc_anchor_here::spell_sc_anchor_here_SpellScript, spell_earthrager_ptah_explosion::spell_earthrager_ptah_explosion_AuraScript, spell_gurtogg_bloodboil_bloodboil::spell_gurtogg_bloodboil_bloodboil_SpellScript, spell_garfrost_permafrost::spell_garfrost_permafrost_SpellScript, spell_anhuur_shield_of_light::spell_anhuur_shield_of_light_SpellScript, spell_bronjahm_consume_soul::spell_bronjahm_consume_soul_SpellScript, spell_mage_blizzard::spell_mage_blizzard_SpellScript, spell_pri_divine_aegis::spell_pri_divine_aegis_AuraScript, spell_gen_animal_blood::spell_gen_animal_blood_AuraScript, spell_hun_invigoration::spell_hun_invigoration_SpellScript, spell_warl_bane_of_doom::spell_warl_curse_of_doom_AuraScript, spell_varos_centrifuge_shield::spell_varos_centrifuge_shield_AuraScript, spell_occuthar_eyes_of_occuthar::spell_occuthar_eyes_of_occuthar_SpellScript, spell_gruul_shatter::spell_gruul_shatter_SpellScript, spell_q11396_11399_force_shield_arcane_purple_x3::spell_q11396_11399_force_shield_arcane_purple_x3_AuraScript, spell_item_desperate_defense::spell_item_desperate_defense_AuraScript, spell_trollgore_corpse_explode::spell_trollgore_corpse_explode_AuraScript, spell_warr_intimidating_shout::spell_warr_intimidating_shout_SpellScript, spell_force_of_earth::spell_force_of_earth_SpellScript, spell_flame_warder_meteor_fists::spell_flame_warder_meteor_fists_AuraScript, spell_crystal_spike::spell_crystal_spike_AuraScript, spell_eregos_planar_shift::spell_eregos_planar_shift_AuraScript, spell_ahn_kahet_swarm::spell_ahn_kahet_swarm_SpellScript, spell_bronjahm_magic_bane::spell_bronjahm_magic_bane_SpellScript, spell_xevozz_summon_players::spell_xevozz_summon_players_SpellScript, spell_dru_glyph_of_innervate::spell_dru_glyph_of_innervate_AuraScript, spell_pal_avenging_wrath::spell_pal_avenging_wrath_AuraScript, spell_saviana_conflagration_throwback::spell_saviana_conflagration_throwback_SpellScript, spell_gal_darah_impaling_charge::spell_gal_darah_impaling_charge_SpellScript, spell_earthrager_ptah_flame_bolt::spell_earthrager_ptah_flame_bolt_SpellScript, spell_murmur_thundering_storm::spell_murmur_thundering_storm_SpellScript, spell_hallow_end_tricky_treat::spell_hallow_end_tricky_treat_SpellScript, spell_egg_explosion::spell_egg_explosion_SpellScript, spell_hun_improved_mend_pet::spell_hun_improved_mend_pet_AuraScript, spell_warr_improved_spell_reflection::spell_warr_improved_spell_reflection_SpellScript, spell_mage_blazing_speed::spell_mage_blazing_speed_AuraScript, spell_elementium_spike_shield::spell_elementium_spike_shield_SpellScript, spell_intense_cold::spell_intense_cold_AuraScript, spell_sha_chain_heal::spell_sha_chain_heal_SpellScript, spell_dk_army_transform::spell_dk_army_transform_SpellScript, spell_gen_allow_cast_from_item_only::spell_gen_allow_cast_from_item_only_SpellScript, spell_pri_dispel_magic::spell_pri_dispel_magic_SpellScript, spell_warl_create_healthstone::spell_warl_create_healthstone_SpellScript, spell_ruumbos_silly_dance::spell_ruumbos_silly_dance_SpellScript, spell_capacitus_polarity_shift::spell_capacitus_polarity_shift_SpellScript, spell_ioc_launch::spell_ioc_launch_SpellScript, spell_snufflenose_command::spell_snufflenose_commandSpellScript, spell_loatheb_deathbloom::spell_loatheb_deathbloom_AuraScript, spell_occuthar_focused_fire::spell_occuthar_focused_fire_SpellScript, spell_archavon_rock_shards::spell_archavon_rock_shards_SpellScript, spell_koralon_meteor_fists_damage::spell_koralon_meteor_fists_damage_SpellScript, spell_rog_cut_to_the_chase::spell_rog_cut_to_the_chase_AuraScript, spell_trollgore_consume::spell_trollgore_consume_SpellScript, spell_saviana_conflagration_init::spell_saviana_conflagration_init_SpellScript, spell_item_defibrillate::spell_item_defibrillate_SpellScript, spell_banging_the_gong::spell_banging_the_gong_SpellScript, spell_trash_npc_glacial_strike::spell_trash_npc_glacial_strike_AuraScript, spell_shadowfang_keep_haunting_spirits::spell_shadowfang_keep_haunting_spirits_AuraScript, spell_skeram_arcane_explosion::spell_skeram_arcane_explosion_SpellScript, spell_remove_kargath_executioner::spell_remove_kargath_executioner_SpellScript, spell_dru_eclipse_energize::spell_dru_eclipse_energize_SpellScript, spell_q6124_6129_apply_salve::spell_q6124_6129_apply_salve_SpellScript, spell_warr_execute::spell_warr_execute_SpellScript, spell_loken_pulsing_shockwave::spell_loken_pulsing_shockwave_SpellScript, spell_tharon_ja_clear_gift_of_tharon_ja::spell_tharon_ja_clear_gift_of_tharon_ja_SpellScript, spell_hallow_end_trick_or_treat::spell_hallow_end_trick_or_treat_SpellScript, spell_pal_aura_mastery_immune::spell_pal_aura_mastery_immune_AuraScript, spell_shadow_portal::spell_shadow_portal_SpellScript, spell_mark_of_kazrogal::spell_mark_of_kazrogal_AuraScript, spell_murmur_sonic_boom_effect::spell_murmur_sonic_boom_effect_SpellScript, spell_gen_alchemist_stone::spell_gen_alchemist_stone_AuraScript, spell_rupture::spell_rupture_AuraScript, spell_hun_disengage::spell_hun_disengage_SpellScript, spell_mage_blast_wave::spell_mage_blast_wave_SpellScript, spell_rog_crippling_poison::spell_rog_crippling_poison_AuraScript, spell_capacitus_polarity_charge::spell_capacitus_polarity_charge_SpellScript, spell_warl_conflagrate::spell_warl_conflagrate_SpellScript, spell_heigan_eruption::spell_heigan_eruption_SpellScript, spell_mark_of_kazzak::spell_mark_of_kazzak_AuraScript, spell_grobbulus_poison_cloud::spell_grobbulus_poison_cloud_AuraScript, spell_loatheb_necrotic_aura_warning::spell_loatheb_necrotic_aura_warning_AuraScript, spell_koralon_meteor_fists::spell_koralon_meteor_fists_AuraScript, spell_kormok_summon_bone_minions::spell_kormok_summon_bone_minionsSpellScript, spell_beesbees::spell_beesbees_SpellScript, spell_egg_event::spell_egg_eventSpellScript, spell_ruby_sanctum_rallying_shout::spell_ruby_sanctum_rallying_shout_SpellScript, spell_dk_army_periodic_taunt::spell_dk_army_periodic_taunt_SpellScript, spell_kargath_executioner::spell_kargath_executioner_AuraScript, spell_sha_bloodlust::spell_sha_bloodlust_SpellScript, spell_murmur_sonic_boom::spell_murmur_sonic_boom_SpellScript, spell_mark_of_kazrogal::spell_mark_of_kazrogal_SpellScript, spell_ioc_parachute_ic::spell_ioc_parachute_ic_AuraScript, spell_krystallus_shatter_effect::spell_krystallus_shatter_effect_SpellScript, spell_talon_king_ikiss_blink::spell_talon_king_ikiss_blink_SpellScript, spell_pal_aura_mastery::spell_pal_aura_mastery_AuraScript, spell_pri_circle_of_healing::spell_pri_circle_of_healing_SpellScript, spell_hun_cobra_shot::spell_hun_cobra_shot_SpellScript, spell_item_blessing_of_ancient_kings::spell_item_blessing_of_ancient_kings_AuraScript, spell_gen_pet_calculate::spell_gen_pet_calculate_AuraScript, spell_fixate::spell_fixate_SpellScript, spell_warr_concussion_blow::spell_warr_concussion_blow_SpellScript, spell_moragg_optic_link::spell_moragg_optic_link_AuraScript, spell_rog_cheat_death::spell_rog_cheat_death_AuraScript, spell_hallow_end_trick::spell_hallow_end_trick_SpellScript, spell_commander_sarannis_summon_reinforcements::spell_commander_sarannis_summon_reinforcements_SpellScript, spell_warl_banish::spell_warl_banish_SpellScript, spell_argaloth_meteor_slash::spell_argaloth_meteor_slash_SpellScript, spell_grobbulus_mutating_injection::spell_grobbulus_mutating_injection_AuraScript, spell_broggok_poison_cloud::spell_broggok_poison_cloud_AuraScript, spell_kormok_summon_bone_mages::spell_kormok_summon_bone_magesSpellScript, spell_cyanigosa_arcane_vacuum::spell_cyanigosa_arcane_vacuum_SpellScript, spell_q5206_test_fetid_skull::spell_q5206_test_fetid_skull_SpellScript, spell_ioc_gunship_portal::spell_ioc_gunship_portal_SpellScript, spell_gen_adaptive_warding::spell_gen_adaptive_warding_AuraScript, spell_swipe_honey::spell_swipe_honey_SpellScript, spell_krystallus_shatter::spell_krystallus_shatter_SpellScript, spell_marwyn_shared_suffering::spell_marwyn_shared_suffering_AuraScript, spell_warr_charge::spell_warr_charge_SpellScript, spell_shazzrah_gate_dummy::spell_shazzrah_gate_dummy_SpellScript, spell_dk_anti_magic_shell::spell_dk_anti_magic_shell_AuraScript, spell_sha_ancestral_awakening_proc::spell_sha_ancestral_awakening_proc_SpellScript, spell_pri_body_and_soul::spell_pri_body_and_soul_AuraScript, spell_voodoo::spell_voodoo_SpellScript, spell_ticking_time_bomb::spell_ticking_time_bomb_AuraScript, spell_hun_chimera_shot::spell_hun_chimera_shot_SpellScript, spell_mage_arcane_potency::spell_mage_arcane_potency_AuraScript, spell_argaloth_consuming_darkness::spell_argaloth_consuming_darkness_SpellScript, spell_eadric_radiance::spell_eadric_radiance_SpellScript, spell_item_arcane_shroud::spell_item_arcane_shroud_AuraScript, spell_moragg_ray::spell_moragg_ray_AuraScript, spell_hexlord_unstable_affliction::spell_hexlord_unstable_affliction_AuraScript, spell_dru_eclipse::spell_dru_eclipse_AuraScript, spell_warl_aftermath::spell_warl_aftermath_AuraScript, spell_q2203_thaumaturgy_channel::spell_q2203_thaumaturgy_channel_AuraScript, spell_warr_bloodthirst::spell_warr_bloodthirst_SpellScript, spell_item_aegis_of_preservation::spell_item_aegis_of_preservation_AuraScript, spell_sha_ancestral_awakening::spell_sha_ancestral_awakening_AuraScript, spell_rog_blade_flurry::spell_rog_blade_flurry_AuraScript, spell_love_is_in_the_air_romantic_picnic::spell_love_is_in_the_air_romantic_picnic_AuraScript, spell_hun_ancient_hysteria::spell_hun_ancient_hysteria_SpellScript, spell_dru_dash::spell_dru_dash_AuraScript, spell_gen_absorb0_hitlimit1::spell_gen_absorb0_hitlimit1_AuraScript, spell_razelikh_teleport_group::spell_razelikh_teleport_group_SpellScript, spell_item_trigger_spell::spell_item_trigger_spell_SpellScript, and spell_generic_quest_update_entry_SpellScript.

+ Here is the caller graph for this function:

virtual void _SpellScript::Unload ( )
inlinevirtual
123 { }

+ Here is the caller graph for this function:

virtual bool _SpellScript::Validate ( SpellInfo const )
inlinevirtual

Reimplemented in spell_gen_mixology_bonus::spell_gen_mixology_bonus_AuraScript, spell_gen_gm_freeze::spell_gen_gm_freeze_AuraScript, spell_gen_eject_passenger::spell_gen_eject_passenger_SpellScript, spell_gen_whisper_gulch_yogg_saron_whisper::spell_gen_whisper_gulch_yogg_saron_whisper_AuraScript, spell_pvp_trinket_wotf_shared_cd::spell_pvp_trinket_wotf_shared_cd_SpellScript, spell_gen_tournament_duel::spell_gen_tournament_duel_SpellScript, spell_gen_summon_tournament_mount::spell_gen_summon_tournament_mount_SpellScript, spell_gen_summon_elemental::spell_gen_summon_elemental_AuraScript, spell_yogg_saron_hodirs_protective_gaze::spell_yogg_saron_hodirs_protective_gaze_AuraScript, spell_gen_seaforium_blast::spell_gen_seaforium_blast_SpellScript, spell_the_lich_king_dark_hunger::spell_the_lich_king_dark_hunger_AuraScript, spell_yogg_saron_insane::spell_yogg_saron_insane_AuraScript, spell_gen_running_wild::spell_gen_running_wild_SpellScript, spell_gen_running_wild::spell_gen_running_wild_AuraScript, spell_yogg_saron_sanity::spell_yogg_saron_sanity_AuraScript, spell_yogg_saron_induce_madness::spell_yogg_saron_induce_madness_SpellScript, spell_yogg_saron_grim_reprisal::spell_yogg_saron_grim_reprisal_AuraScript, spell_mimiron_summon_junk_bot_target::spell_mimiron_summon_junk_bot_target_SpellScript, spell_yogg_saron_revealed_tentacle::spell_yogg_saron_revealed_tentacle_SpellScript, spell_mimiron_summon_junk_bot::spell_mimiron_summon_junk_bot_AuraScript, spell_yogg_saron_cancel_illusion_room_aura::spell_yogg_saron_cancel_illusion_room_aura_SpellScript, spell_mimiron_summon_frost_bomb_target::spell_mimiron_summon_frost_bomb_target_SpellScript, spell_the_lich_king_life_siphon::spell_the_lich_king_life_siphon_SpellScript, spell_yogg_saron_death_ray_warning_visual::spell_yogg_saron_death_ray_warning_visual_AuraScript, spell_mimiron_summon_flames_spread::spell_mimiron_summon_flames_spread_AuraScript, spell_gen_parachute::spell_gen_parachute_AuraScript, spell_gen_orc_disguise::spell_gen_orc_disguise_SpellScript, spell_the_lich_king_valkyr_target_search::spell_the_lich_king_valkyr_target_search_SpellScript, spell_mimiron_summon_fire_bot_target::spell_mimiron_summon_fire_bot_target_SpellScript, spell_item_chicken_cover::spell_item_chicken_cover_SpellScript, spell_yogg_saron_empowered::spell_yogg_saron_empowered_AuraScript, spell_the_lich_king_soul_reaper::spell_the_lich_king_soul_reaper_AuraScript, spell_mimiron_summon_fire_bot::spell_mimiron_summon_fire_bot_AuraScript, spell_q28813_get_our_boys_back_dummy::spell_q28813_get_our_boys_back_dummy_SpellScript, spell_mimiron_summon_assault_bot_target::spell_mimiron_summon_assault_bot_target_SpellScript, spell_item_pygmy_oil::spell_item_pygmy_oil_SpellScript, spell_q10929_fumping::spell_q10929_fumpingAuraScript, spell_mimiron_summon_assault_bot::spell_mimiron_summon_assault_bot_AuraScript, spell_yogg_saron_lunge::spell_yogg_saron_lunge_SpellScript, spell_alexstrasza_gift_beam::spell_alexstrasza_gift_beam_AuraScript, spell_toc_heroism::spell_toc_heroism_SpellScript, spell_item_rocket_boots::spell_item_rocket_boots_SpellScript, spell_q14100_q14111_make_player_destroy_totems::spell_q14100_q14111_make_player_destroy_totems_SpellScript, spell_yogg_saron_constrictor_tentacle::spell_yogg_saron_constrictor_tentacle_AuraScript, spell_the_lich_king_raging_spirit::spell_the_lich_king_raging_spirit_SpellScript, spell_toc_bloodlust::spell_toc_bloodlust_SpellScript, spell_item_teach_language::spell_item_teach_language_SpellScript, spell_yogg_saron_empowering_shadows_missile::spell_yogg_saron_empowering_shadows_missile_SpellScript, spell_q13400_illidan_kill_master::spell_q13400_illidan_kill_master_SpellScript, spell_the_lich_king_ice_burst_target_search::spell_the_lich_king_ice_burst_target_search_SpellScript, spell_faction_champion_death_grip::spell_faction_champion_death_grip_SpellScript, spell_mimiron_rocket_strike_target_select::spell_mimiron_rocket_strike_target_select_SpellScript, spell_item_nitro_boots::spell_item_nitro_boots_SpellScript, spell_malygos_surge_of_power_warning_selector_25::spell_malygos_surge_of_power_warning_selector_25_SpellScript, spell_faction_champion_warl_unstable_affliction::spell_faction_champion_warl_unstable_affliction_AuraScript, spell_mimiron_rocket_strike_damage::spell_mimiron_rocket_strike_damage_SpellScript, spell_q12919_gymers_grab::spell_q12919_gymers_grab_SpellScript, spell_yogg_saron_boil_ominously::spell_yogg_saron_boil_ominously_SpellScript, spell_item_brewfest_mount_transformation::spell_item_brewfest_mount_transformation_SpellScript, spell_mimiron_rocket_strike::spell_mimiron_rocket_strike_SpellScript, spell_item_impale_leviroth::spell_item_impale_leviroth_SpellScript, spell_mimiron_rapid_burst::spell_mimiron_rapid_burst_AuraScript, spell_gen_obsidian_armor::spell_gen_obsidian_armor_AuraScript, spell_alexstrasza_bunny_destroy_platform_boom_visual::spell_alexstrasza_bunny_destroy_platform_boom_visual_SpellScript, spell_yogg_saron_brain_link::spell_yogg_saron_brain_link_AuraScript, spell_item_complete_raptor_capture::spell_item_complete_raptor_capture_SpellScript, spell_mimiron_proximity_trigger::spell_mimiron_proximity_trigger_SpellScript, spell_gen_nightmare_vine::spell_gen_nightmare_vine_SpellScript, spell_q12641_death_comes_from_on_high::spell_q12641_death_comes_from_on_high_SpellScript, spell_malygos_destroy_platform_channel::spell_malygos_destroy_platform_channel_AuraScript, spell_mimiron_proximity_mines::spell_mimiron_proximity_mines_SpellScript, spell_item_demon_broiled_surprise::spell_item_demon_broiled_surprise_SpellScript, spell_yogg_saron_malady_of_the_mind::spell_yogg_saron_malady_of_the_mind_AuraScript, spell_the_lich_king_necrotic_plague::spell_the_lich_king_necrotic_plague_AuraScript, spell_gen_netherbloom::spell_gen_netherbloom_SpellScript, spell_item_socrethars_stone::spell_item_socrethars_stone_SpellScript, spell_q12308_escape_from_silverbrook::spell_q12308_escape_from_silverbrook_SpellScript, spell_mimiron_plasma_blast::spell_mimiron_plasma_blast_SpellScript, spell_item_poultryizer::spell_item_poultryizer_SpellScript, spell_q12690_burst_at_the_seams::spell_q12690_burst_at_the_seams_SpellScript, spell_mimiron_napalm_shell::spell_mimiron_napalm_shell_SpellScript, spell_item_nigh_invulnerability::spell_item_nigh_invulnerability_SpellScript, spell_q13086_cannons_target::spell_q13086_cannons_target_SpellScript, spell_mimiron_magnetic_core::spell_mimiron_magnetic_core_AuraScript, spell_item_reindeer_transformation::spell_item_reindeer_transformation_SpellScript, spell_malygos_vortex_visual::spell_malygos_vortex_visual_AuraScript, spell_q13011_bear_flank_master::spell_q13011_bear_flank_master_SpellScript, spell_igb_rocket_pack::spell_igb_rocket_pack_AuraScript, spell_gen_lifebloom::spell_gen_lifebloom_AuraScript, spell_item_crystal_prison_dummy_dnd::spell_item_crystal_prison_dummy_dnd_SpellScript, spell_mimiron_fire_search::spell_mimiron_fire_search_SpellScript, spell_item_purify_helboar_meat::spell_item_purify_helboar_meat_SpellScript, spell_gen_interrupt::spell_gen_interrupt_AuraScript, spell_malygos_arcane_storm::spell_malygos_arcane_storm_SpellScript, spell_q13291_q13292_q13239_q13261_frostbrood_skytalon_grab_decoy::spell_q13291_q13292_q13239_q13261_frostbrood_skytalon_grab_decoy_SpellScript, spell_gen_gnomish_transporter::spell_gen_gnomish_transporter_SpellScript, spell_q12730_quenching_mist::spell_q12730_quenching_mist_AuraScript, spell_halion_clear_debuffs::spell_halion_clear_debuffs_SpellScript, spell_malygos_portal_beam::spell_malygos_portal_beam_AuraScript, spell_q12527_zuldrak_rat::spell_q12527_zuldrak_rat_SpellScript, spell_gen_gadgetzan_transporter_backfire::spell_gen_gadgetzan_transporter_backfire_SpellScript, spell_halion_twilight_realm_handlers::spell_halion_twilight_realm_handlers_AuraScript, spell_item_vanquished_clutches::spell_item_vanquished_clutches_SpellScript, spell_gen_elune_candle::spell_gen_elune_candle_SpellScript, spell_halion_marks::spell_halion_marks_AuraScript, spell_mage_water_elemental_freeze::spell_mage_water_elemental_freeze_SpellScript, spell_frostwarden_handler_order_whelp::spell_frostwarden_handler_order_whelp_SpellScript, spell_kael_gravity_lapse::spell_kael_gravity_lapse_SpellScript, spell_mage_time_warp::spell_mage_time_warp_SpellScript, spell_halion_combustion_consumption::spell_halion_combustion_consumption_AuraScript, spell_rimefang_icy_blast::spell_rimefang_icy_blast_SpellScript, spell_gen_dummy_trigger::spell_gen_dummy_trigger_SpellScript, spell_warl_unstable_affliction::spell_warl_unstable_affliction_AuraScript, spell_mage_ring_of_frost_freeze::spell_mage_ring_of_frost_freeze_AuraScript, spell_violet_hold_teleport_player::spell_violet_hold_teleport_player_SpellScript, spell_warl_soulshatter::spell_warl_soulshatter_SpellScript, spell_mage_ring_of_frost_freeze::spell_mage_ring_of_frost_freeze_SpellScript, spell_sindragosa_icy_grip::spell_sindragosa_icy_grip_SpellScript, spell_gen_divine_storm_cd_reset::spell_gen_divine_storm_cd_reset_SpellScript, spell_item_red_rider_air_rifle::spell_item_red_rider_air_rifle_SpellScript, spell_warl_soul_swap_exhale::spell_warl_soul_swap_exhale_SpellScript, spell_item_underbelly_elixir::spell_item_underbelly_elixir_SpellScript, spell_sindragosa_ice_tomb::spell_sindragosa_ice_tomb_SpellScript, spell_mage_ring_of_frost::spell_mage_ring_of_frost_AuraScript, spell_sindragosa_frost_beacon::spell_sindragosa_frost_beacon_AuraScript, spell_mage_replenish_mana::spell_mage_replenish_mana_SpellScript, spell_gen_defend::spell_gen_defend_AuraScript, spell_sindragosa_instability::spell_sindragosa_instability_AuraScript, spell_pri_vampiric_touch::spell_pri_vampiric_touch_AuraScript, spell_item_six_demon_bag::spell_item_six_demon_bag_SpellScript, spell_mage_polymorph_cast_visual::spell_mage_polymorph_cast_visual_SpellScript, spell_warl_soul_swap::spell_warl_soul_swap_SpellScript, spell_pal_seal_of_righteousness::spell_pal_seal_of_righteousness_AuraScript, spell_sha_tidal_waves::spell_sha_tidal_waves_AuraScript, spell_deathbringer_blood_nova::spell_deathbringer_blood_nova_SpellScript, spell_thaddius_magnetic_pull::spell_thaddius_magnetic_pull_SpellScript, spell_gen_dalaran_disguise::spell_gen_dalaran_disguise_SpellScript, spell_warl_soul_leech::spell_warl_soul_leech_AuraScript, spell_dru_wild_growth::spell_dru_wild_growth_SpellScript, spell_mage_polymorph::spell_mage_polymorph_AuraScript, spell_deathbringer_rune_of_blood::spell_deathbringer_rune_of_blood_SpellScript, spell_pri_vampiric_embrace::spell_pri_vampiric_embrace_AuraScript, spell_item_shadowmourne_soul_fragment::spell_item_shadowmourne_soul_fragment_AuraScript, spell_putricide_unbound_plague::spell_putricide_unbound_plague_SpellScript, spell_pal_templar_s_verdict::spell_pal_templar_s_verdict_SpellScript, spell_thaddius_polarity_shift::spell_thaddius_polarity_shift_SpellScript, spell_sha_telluric_currents::spell_sha_telluric_currents_AuraScript, spell_dk_will_of_the_necropolis::spell_dk_will_of_the_necropolis_AuraScript, spell_pri_shadowform::spell_pri_shadowform_AuraScript, spell_mage_permafrost::spell_mage_permafrost_AuraScript, spell_warl_shadow_trance_proc::spell_warl_shadow_trance_proc_AuraScript, spell_sha_rolling_thunder::spell_sha_rolling_thunder_AuraScript, spell_gen_create_lance::spell_gen_create_lance_SpellScript, spell_item_shadowmourne::spell_item_shadowmourne_AuraScript, spell_q14112_14145_chum_the_water::spell_q14112_14145_chum_the_water_SpellScript, spell_deathbringer_blood_link_aura::spell_deathbringer_blood_link_AuraScript, spell_mage_nether_vortex::spell_mage_nether_vortex_AuraScript, spell_warr_heroic_leap_jump::spell_warr_heroic_leap_jump_SpellScript, spell_sha_nature_guardian::spell_sha_nature_guardian_AuraScript, spell_thaddius_polarity_charge::spell_thaddius_polarity_charge_SpellScript, spell_deathbringer_blood_link::spell_deathbringer_blood_link_SpellScript, spell_pri_renew::spell_pri_renew_AuraScript, spell_warl_seduction::spell_warl_seduction_SpellScript, spell_midsummer_braziers_hit::spell_midsummer_braziers_hit_AuraScript, spell_mage_master_of_elements::spell_mage_master_of_elements_AuraScript, spell_hun_tnt::spell_hun_tnt_AuraScript, spell_pal_righteous_defense::spell_pal_righteous_defense_SpellScript, spell_warl_nether_ward_overrride::spell_warl_nether_ward_overrride_AuraScript, spell_warr_heroic_leap::spell_warr_heroic_leap_SpellScript, spell_dru_survival_instincts::spell_dru_survival_instincts_AuraScript, spell_sha_lava_surge_proc::spell_sha_lava_surge_proc_SpellScript, spell_dk_raise_dead::spell_dk_raise_dead_SpellScript, spell_hun_thrill_of_the_hunt::spell_hun_thrill_of_the_hunt_AuraScript, spell_xt002_heart_overload_periodic::spell_xt002_heart_overload_periodic_SpellScript, spell_boss_lady_malande_shield::spell_boss_lady_malande_shield_AuraScript, spell_sha_lava_surge::spell_sha_lava_surge_AuraScript, spell_gen_clone_weapon_aura::spell_gen_clone_weapon_auraScript, spell_pal_light_s_beacon::spell_pal_light_s_beacon_AuraScript, spell_pri_power_word_shield::spell_pri_power_word_shield_AuraScript, spell_dru_stampede::spell_dru_stampede_AuraScript, spell_mage_ignite::spell_mage_ignite_AuraScript, spell_item_savory_deviate_delight::spell_item_savory_deviate_delight_SpellScript, spell_warr_vigilance::spell_warr_vigilance_AuraScript, spell_anubarak_leeching_swarm::spell_anubarak_leeching_swarm_AuraScript, spell_putricide_ooze_channel::spell_putricide_ooze_channel_SpellScript, spell_warl_improved_soul_fire::spell_warl_improved_soul_fire_AuraScript, spell_pal_lay_on_hands::spell_pal_lay_on_hands_SpellScript, spell_xt002_gravity_bomb_aura::spell_xt002_gravity_bomb_aura_AuraScript, spell_sha_item_t10_elemental_2p_bonus::spell_sha_item_t10_elemental_2p_bonus_AuraScript, spell_close_rift::spell_close_rift_AuraScript, spell_hun_steady_shot::spell_hun_steady_shot_SpellScript, spell_rog_tricks_of_the_trade::spell_rog_tricks_of_the_trade_AuraScript, spell_nether_dragon_essence_1::spell_nether_dragon_essence_1_AuraScript, spell_pal_judgement::spell_pal_judgement_SpellScript, spell_blood_queen_pact_of_the_darkfallen_dmg::spell_blood_queen_pact_of_the_darkfallen_dmg_AuraScript, spell_xt002_searing_light_spawn_life_spark::spell_xt002_searing_light_spawn_life_spark_AuraScript, spell_warr_sword_and_board::spell_warr_sword_and_board_AuraScript, spell_dk_glyph_of_runic_power::spell_dk_glyph_of_runic_power_AuraScript, spell_mage_living_bomb::spell_mage_living_bomb_AuraScript, spell_q10041_q10040_who_are_they::spell_q10041_q10040_who_are_they_SpellScript, spell_sha_item_mana_surge::spell_sha_item_mana_surge_AuraScript, spell_pri_penance::spell_pri_penance_SpellScript, spell_gen_chaos_blast::spell_gen_chaos_blast_SpellScript, spell_item_noggenfogger_elixir::spell_item_noggenfogger_elixir_SpellScript, spell_dru_savage_roar::spell_dru_savage_roar_AuraScript, spell_veranus_summon::spell_veranus_summon_AuraScript, spell_pal_item_healing_discount::spell_pal_item_healing_discount_AuraScript, spell_mark_of_nature::spell_mark_of_nature_SpellScript, spell_chains_of_woe_4::spell_chains_of_woe_4_SpellScript, spell_hun_sniper_training::spell_hun_sniper_training_AuraScript, spell_kelthuzad_detonate_mana::spell_kelthuzad_detonate_mana_AuraScript, spell_sha_item_lightning_shield_trigger::spell_sha_item_lightning_shield_trigger_AuraScript, spell_mage_glyph_of_polymorph::spell_mage_glyph_of_polymorph_AuraScript, spell_q12937_relief_for_the_fallen::spell_q12937_relief_for_the_fallen_SpellScript, spell_jokkum_scriptcast::spell_jokkum_scriptcast_AuraScript, spell_rog_stealth::spell_rog_stealth_AuraScript, spell_warr_sweeping_strikes::spell_warr_sweeping_strikes_AuraScript, spell_pot_check::spell_pot_check_SpellScript, spell_gen_cannibalize::spell_gen_cannibalize_SpellScript, spell_item_net_o_matic::spell_item_net_o_matic_SpellScript, spell_chains_of_woe_1::spell_chains_of_woe_1_SpellScript, spell_warl_haunt::spell_warl_haunt_AuraScript, spell_dk_ghoul_explode::spell_dk_ghoul_explode_SpellScript, spell_sha_item_lightning_shield::spell_sha_item_lightning_shield_AuraScript, spell_blood_queen_essence_of_the_blood_queen::spell_blood_queen_essence_of_the_blood_queen_AuraScript, spell_assembly_rune_of_summoning::spell_assembly_rune_of_summoning_AuraScript, spell_rotface_unstable_ooze_explosion_init::spell_rotface_unstable_ooze_explosion_init_SpellScript, spell_rog_shiv::spell_rog_shiv_SpellScript, spell_warr_sudden_death::spell_warr_sudden_death_AuraScript, spell_gen_burning_depths_necrolyte_image::spell_gen_burning_depths_necrolyte_image_AuraScript, spell_hun_ready_set_aim::spell_hun_ready_set_aim_AuraScript, spell_mage_glyph_of_ice_block::spell_mage_glyph_of_ice_block_AuraScript, spell_item_necrotic_touch::spell_item_necrotic_touch_AuraScript, spell_pri_mana_leech::spell_pri_mana_leech_AuraScript, spell_random_ingredient::spell_random_ingredient_SpellScript, spell_sha_heroism::spell_sha_heroism_SpellScript, spell_alysrazor_fieroblast::spell_alysrazor_fieroblast_SpellScript, spell_warl_glyph_of_shadowflame::spell_warl_glyph_of_shadowflame_AuraScript, spell_blood_queen_bloodbolt::spell_blood_queen_bloodbolt_SpellScript, spell_dk_festering_strike::spell_dk_festering_strike_SpellScript, spell_pal_holy_shock::spell_pal_holy_shock_SpellScript, spell_paletress_summon_memory::spell_paletress_summon_memory_SpellScript, spell_random_ingredient_aura::spell_random_ingredient_aura_AuraScript, spell_warl_fel_synergy::spell_warl_fel_synergy_AuraScript, spell_sha_healing_stream_totem::spell_sha_healing_stream_totem_SpellScript, spell_dk_death_strike::spell_dk_death_strike_SpellScript, spell_marrowgar_bone_spike_graveyard::spell_marrowgar_bone_spike_graveyard_SpellScript, spell_warr_second_wind_proc::spell_warr_second_wind_proc_AuraScript, spell_dru_living_seed_proc::spell_dru_living_seed_proc_AuraScript, spell_mage_focus_magic::spell_mage_focus_magic_AuraScript, spell_oculus_temporal_rift::spell_oculus_temporal_rift_AuraScript, spell_q12634_despawn_fruit_tosser::spell_q12634_despawn_fruit_tosser_SpellScript, spell_hun_rapid_recuperation::spell_hun_rapid_recuperation_AuraScript, spell_sha_glyph_of_healing_wave::spell_sha_glyph_of_healing_wave_AuraScript, spell_item_make_a_wish::spell_item_make_a_wish_SpellScript, spell_warr_slam::spell_warr_slam_SpellScript, spell_dru_living_seed::spell_dru_living_seed_AuraScript, spell_pri_leap_of_faith_effect_trigger::spell_pri_leap_of_faith_effect_trigger_SpellScript, spell_oculus_stop_time::spell_oculus_stop_time_AuraScript, spell_winter_veil_px_238_winter_wondervolt::spell_winter_veil_px_238_winter_wondervolt_SpellScript, spell_hun_pet_heart_of_the_phoenix::spell_hun_pet_heart_of_the_phoenix_SpellScript, spell_archimonde_drain_world_tree_dummy::spell_archimonde_drain_world_tree_dummy_SpellScript, spell_rog_preparation::spell_rog_preparation_SpellScript, spell_alysrazor_turn_monstrosity::spell_alysrazor_turn_monstrosity_SpellScript, spell_trigger_spell_from_caster::spell_trigger_spell_from_caster_SpellScript, spell_warl_devour_magic::spell_warl_devour_magic_SpellScript, spell_rotface_mutated_infection::spell_rotface_mutated_infection_AuraScript, spell_blood_queen_vampiric_bite::spell_blood_queen_vampiric_bite_SpellScript, spell_sha_flame_shock::spell_sha_flame_shock_AuraScript, spell_mage_fire_frost_ward::spell_mage_fire_frost_ward_AuraScript, spell_pal_grand_crusader::spell_pal_grand_crusader_AuraScript, spell_item_gnomish_death_ray::spell_item_gnomish_death_ray_SpellScript, spell_tyrannus_rimefang_icy_blast::spell_tyrannus_rimefang_icy_blast_SpellScript, spell_oculus_shock_lance::spell_oculus_shock_lance_SpellScript, spell_astromancer_wrath_of_the_astromancer::spell_astromancer_wrath_of_the_astromancer_AuraScript, spell_summon_wave_west::spell_summon_wave_west_SpellScript, spell_general_vezax_saronite_vapors::spell_general_vezax_saronite_vapors_AuraScript, spell_s92306_crystal_storm::spell_s92306_crystal_storm_SpellScript, spell_alysrazor_cosmetic_egg_xplosion::spell_alysrazor_cosmetic_egg_xplosion_SpellScript, spell_rog_overkill::spell_rog_overkill_AuraScript, spell_winter_veil_mistletoe::spell_winter_veil_mistletoe_SpellScript, spell_warr_retaliation::spell_warr_retaliation_AuraScript, spell_hun_pet_carrion_feeder::spell_hun_pet_carrion_feeder_SpellScript, spell_pal_eye_for_an_eye::spell_pal_eye_for_an_eye_AuraScript, spell_mandokir_bloodletting::spell_mandokir_bloodletting_AuraScript, spell_wintergrasp_force_building::spell_wintergrasp_force_building_SpellScript, spell_q11730_ultrasonic_screwdriver::spell_q11730_ultrasonic_screwdriver_SpellScript, spell_mage_conjure_refreshment_table::spell_mage_conjure_refreshment_table_SpellScript, spell_oculus_evasive_maneuvers::spell_oculus_evasive_maneuvers_AuraScript, spell_warl_demonic_empowerment::spell_warl_demonic_empowerment_SpellScript, spell_summon_wave_south::spell_summon_wave_south_SpellScript, spell_dru_lifebloom::spell_dru_lifebloom_AuraScript, spell_pri_guardian_spirit::spell_pri_guardian_spirit_AuraScript, spell_rog_master_of_subtlety::spell_rog_master_of_subtlety_AuraScript, spell_mindless_abomination_explosion_fx_master::spell_mindless_abomination_explosion_fx_master_SpellScript, spell_gen_bandage::spell_gen_bandage_SpellScript, spell_sha_feedback::spell_sha_feedback_AuraScript, spell_general_vezax_mark_of_the_faceless::spell_general_vezax_mark_of_the_faceless_AuraScript, spell_ignis_slag_pot::spell_ignis_slag_pot_AuraScript, spell_ingvar_woe_strike::spell_ingvar_woe_strike_AuraScript, spell_item_flask_of_the_north::spell_item_flask_of_the_north_SpellScript, spell_festergut_blighted_spores::spell_festergut_blighted_spores_AuraScript, spell_dk_death_coil::spell_dk_death_coil_SpellScript, spell_devourer_of_souls_mirrored_soul_target_selector::spell_devourer_of_souls_mirrored_soul_target_selector_SpellScript, spell_pri_item_greater_heal_refund::spell_pri_item_greater_heal_refund_AuraScript, spell_pilgrims_bounty_turkey_tracker::spell_pilgrims_bounty_turkey_tracker_SpellScript, spell_warr_rallying_cry::spell_warr_rallying_cry_SpellScript, spell_prince_taldaram_conjure_flame_sphere::spell_prince_taldaram_conjure_flame_sphere_SpellScript, spell_ichoron_splatter::spell_ichoron_splatter_AuraScript, spell_mage_conjure_refreshment::spell_mage_conjure_refreshment_SpellScript, spell_q11587_arcane_prisoner_rescue::spell_q11587_arcane_prisoner_rescue_SpellScript, spell_hun_misdirection::spell_hun_misdirection_AuraScript, spell_pal_divine_storm_dummy::spell_pal_divine_storm_dummy_SpellScript, spell_warl_demon_soul::spell_warl_demon_soul_SpellScript, spell_festergut_gastric_bloat::spell_festergut_gastric_bloat_SpellScript, spell_item_fate_rune_of_unsurpassed_vigor::spell_item_fate_rune_of_unsurpassed_vigor_AuraScript, spell_rog_killing_spree::spell_rog_killing_spree_AuraScript, spell_novos_summon_minions::spell_novos_summon_minions_SpellScript, spell_devourer_of_souls_mirrored_soul_proc::spell_devourer_of_souls_mirrored_soul_proc_AuraScript, spell_energize_aoe::spell_energize_aoe_SpellScript, spell_gen_aura_service_uniform::spell_gen_aura_service_uniform_AuraScript, spell_pal_divine_storm::spell_pal_divine_storm_SpellScript, spell_pri_glyph_of_prayer_of_healing::spell_pri_glyph_of_prayer_of_healing_AuraScript, spell_hun_masters_call::spell_hun_masters_call_SpellScript, spell_sha_earthbind_totem::spell_sha_earthbind_totem_AuraScript, spell_devourer_of_souls_mirrored_soul::spell_devourer_of_souls_mirrored_soul_SpellScript, spell_q11396_11399_scourging_crystal_controller_dummy::spell_q11396_11399_scourging_crystal_controller_dummy_SpellScript, spell_warr_last_stand::spell_warr_last_stand_SpellScript, spell_dru_glyph_of_starfire_proc::spell_dru_glyph_of_starfire_proc_AuraScript, spell_ichoron_merge::spell_ichoron_merge_SpellScript, spell_ooze_zap_channel_end::spell_ooze_zap_channel_end_SpellScript, spell_sc_twilight_documents::spell_sc_twilight_documents_SpellScript, spell_item_deviate_fish::spell_item_deviate_fish_SpellScript, spell_hun_last_stand_pet::spell_hun_last_stand_pet_SpellScript, spell_q11396_11399_scourging_crystal_controller::spell_q11396_11399_scourging_crystal_controller_SpellScript, spell_uk_second_wind_proc::spell_uk_second_wind_proc_AuraScript, spell_trollgore_invader_taunt::spell_trollgore_invader_taunt_SpellScript, spell_warr_lambs_to_the_slaughter::spell_warr_lambs_to_the_slaughter_AuraScript, spell_hallow_end_wand::spell_hallow_end_wand_SpellScript, spell_dru_glyph_of_starfire::spell_dru_glyph_of_starfire_SpellScript, spell_pal_blessing_of_faith::spell_pal_blessing_of_faith_SpellScript, spell_ooze_zap::spell_ooze_zap_SpellScript, spell_hun_invigoration::spell_hun_invigoration_SpellScript, spell_dk_blood_boil::spell_dk_blood_boil_SpellScript, spell_sha_earth_shield::spell_sha_earth_shield_AuraScript, spell_mage_blizzard::spell_mage_blizzard_SpellScript, spell_gen_animal_blood::spell_gen_animal_blood_AuraScript, spell_item_desperate_defense::spell_item_desperate_defense_AuraScript, spell_gruul_shatter::spell_gruul_shatter_SpellScript, spell_pri_divine_aegis::spell_pri_divine_aegis_AuraScript, spell_warl_bane_of_doom::spell_warl_curse_of_doom_AuraScript, spell_flame_warder_meteor_fists::spell_flame_warder_meteor_fists_AuraScript, spell_occuthar_eyes_of_occuthar::spell_occuthar_eyes_of_occuthar_SpellScript, spell_trollgore_corpse_explode::spell_trollgore_corpse_explode_AuraScript, spell_xevozz_summon_players::spell_xevozz_summon_players_SpellScript, spell_dru_glyph_of_innervate::spell_dru_glyph_of_innervate_AuraScript, spell_pal_avenging_wrath::spell_pal_avenging_wrath_AuraScript, spell_hallow_end_tricky_treat::spell_hallow_end_tricky_treat_SpellScript, spell_ahn_kahet_swarm::spell_ahn_kahet_swarm_SpellScript, spell_gal_darah_impaling_charge::spell_gal_darah_impaling_charge_SpellScript, spell_hun_improved_mend_pet::spell_hun_improved_mend_pet_AuraScript, spell_mage_blazing_speed::spell_mage_blazing_speed_AuraScript, spell_capacitus_polarity_shift::spell_capacitus_polarity_shift_SpellScript, spell_warl_create_healthstone::spell_warl_create_healthstone_SpellScript, spell_trollgore_consume::spell_trollgore_consume_SpellScript, spell_loatheb_deathbloom::spell_loatheb_deathbloom_AuraScript, spell_item_defibrillate::spell_item_defibrillate_SpellScript, spell_archavon_rock_shards::spell_archavon_rock_shards_SpellScript, spell_tharon_ja_clear_gift_of_tharon_ja::spell_tharon_ja_clear_gift_of_tharon_ja_SpellScript, spell_pal_aura_mastery_immune::spell_pal_aura_mastery_immune_AuraScript, spell_pri_dispel_magic::spell_pri_dispel_magic_SpellScript, spell_hallow_end_trick_or_treat::spell_hallow_end_trick_or_treat_SpellScript, spell_mark_of_kazrogal::spell_mark_of_kazrogal_AuraScript, spell_rog_crippling_poison::spell_rog_crippling_poison_AuraScript, spell_warl_conflagrate::spell_warl_conflagrate_SpellScript, spell_grobbulus_poison_cloud::spell_grobbulus_poison_cloud_AuraScript, spell_koralon_meteor_fists::spell_koralon_meteor_fists_AuraScript, spell_gen_alchemist_stone::spell_gen_alchemist_stone_AuraScript, spell_loatheb_necrotic_aura_warning::spell_loatheb_necrotic_aura_warning_AuraScript, spell_mage_blast_wave::spell_mage_blast_wave_SpellScript, spell_kormok_summon_bone_minions::spell_kormok_summon_bone_minionsSpellScript, spell_mark_of_kazzak::spell_mark_of_kazzak_AuraScript, spell_murmur_sonic_boom::spell_murmur_sonic_boom_SpellScript, spell_ruby_sanctum_rallying_shout::spell_ruby_sanctum_rallying_shout_SpellScript, spell_pal_aura_mastery::spell_pal_aura_mastery_AuraScript, spell_sha_bloodlust::spell_sha_bloodlust_SpellScript, spell_fixate::spell_fixate_SpellScript, spell_talon_king_ikiss_blink::spell_talon_king_ikiss_blink_SpellScript, spell_pri_circle_of_healing::spell_pri_circle_of_healing_SpellScript, spell_capacitus_polarity_charge::spell_capacitus_polarity_charge_SpellScript, spell_hun_cobra_shot::spell_hun_cobra_shot_SpellScript, spell_item_blessing_of_ancient_kings::spell_item_blessing_of_ancient_kings_AuraScript, spell_mage_incanters_absorbtion_base_AuraScript, spell_cyanigosa_arcane_vacuum::spell_cyanigosa_arcane_vacuum_SpellScript, spell_broggok_poison_cloud::spell_broggok_poison_cloud_AuraScript, spell_q5206_test_fetid_skull::spell_q5206_test_fetid_skull_SpellScript, spell_kormok_summon_bone_mages::spell_kormok_summon_bone_magesSpellScript, spell_grobbulus_mutating_injection::spell_grobbulus_mutating_injection_AuraScript, spell_rog_cheat_death::spell_rog_cheat_death_AuraScript, spell_hallow_end_trick::spell_hallow_end_trick_SpellScript, spell_warr_charge::spell_warr_charge_SpellScript, spell_ticking_time_bomb::spell_ticking_time_bomb_AuraScript, spell_voodoo::spell_voodoo_SpellScript, spell_shazzrah_gate_dummy::spell_shazzrah_gate_dummy_SpellScript, spell_sha_ancestral_awakening_proc::spell_sha_ancestral_awakening_proc_SpellScript, spell_hun_chimera_shot::spell_hun_chimera_shot_SpellScript, spell_pri_body_and_soul::spell_pri_body_and_soul_AuraScript, spell_mage_arcane_potency::spell_mage_arcane_potency_AuraScript, spell_hexlord_unstable_affliction::spell_hexlord_unstable_affliction_AuraScript, spell_q2203_thaumaturgy_channel::spell_q2203_thaumaturgy_channel_AuraScript, spell_dru_eclipse::spell_dru_eclipse_AuraScript, spell_gen_adaptive_warding::spell_gen_adaptive_warding_AuraScript, spell_warl_aftermath::spell_warl_aftermath_AuraScript, spell_dk_anti_magic_shell::spell_dk_anti_magic_shell_AuraScript, spell_item_aegis_of_preservation::spell_item_aegis_of_preservation_AuraScript, spell_sha_ancestral_awakening::spell_sha_ancestral_awakening_AuraScript, spell_rog_blade_flurry::spell_rog_blade_flurry_AuraScript, spell_hun_ancient_hysteria::spell_hun_ancient_hysteria_SpellScript, spell_item_trigger_spell::spell_item_trigger_spell_SpellScript, and spell_razelikh_teleport_group::spell_razelikh_teleport_group_SpellScript.

117 { return true; }

+ Here is the caller graph for this function:

Member Data Documentation

uint8 _SpellScript::m_currentScriptState
protected
std::string const* _SpellScript::m_scriptName
protected
uint32 _SpellScript::m_scriptSpellId
protected

The documentation for this class was generated from the following files: