![]() |
AzerothCore 3.3.5a
OpenSource WoW Emulator
|
#include "CreatureScript.h"#include "Pet.h"#include "Player.h"#include "SpellAuraEffects.h"#include "SpellMgr.h"#include "SpellScript.h"#include "SpellScriptLoader.h"#include "TemporarySummon.h"Go to the source code of this file.
Classes | |
| class | spell_mage_arcane_blast |
| class | spell_mage_burning_determination |
| class | spell_mage_molten_armor |
| class | spell_mage_mirror_image |
| class | spell_mage_burnout |
| class | spell_mage_burnout_trigger |
| class | spell_mage_pet_scaling |
| class | spell_mage_brain_freeze |
| class | spell_mage_glyph_of_eternal_water |
| class | spell_mage_combustion_proc |
| class | spell_mage_incanters_absorbtion_base_AuraScript |
| class | spell_mage_blast_wave |
| class | spell_mage_cold_snap |
| class | spell_mage_fire_frost_ward |
| class | spell_mage_focus_magic |
| class | spell_mage_ice_barrier_aura |
| class | spell_mage_ice_barrier |
| class | spell_mage_ignite |
| class | spell_mage_living_bomb |
| class | spell_mage_mana_shield |
| class | spell_mage_master_of_elements |
| class | spell_mage_polymorph_cast_visual |
| class | spell_mage_summon_water_elemental |
| class | spell_mage_fingers_of_frost_proc_aura |
| class | spell_mage_fingers_of_frost_proc |
Macros | |
| #define | FingersOfFrostScriptName "spell_mage_fingers_of_frost_proc_aura" |
Typedefs | |
| typedef spell_mage_fingers_of_frost_proc_aura | spell_mage_fingers_of_frost_proc_aura_script |
Enumerations | |
| enum | MageSpells { SPELL_MAGE_BURNOUT_TRIGGER = 44450 , SPELL_MAGE_IMPROVED_BLIZZARD_CHILLED = 12486 , SPELL_MAGE_COMBUSTION = 11129 , SPELL_MAGE_COLD_SNAP = 11958 , SPELL_MAGE_FOCUS_MAGIC_PROC = 54648 , SPELL_MAGE_FROST_WARDING_R1 = 11189 , SPELL_MAGE_FROST_WARDING_TRIGGERED = 57776 , SPELL_MAGE_INCANTERS_ABSORBTION_R1 = 44394 , SPELL_MAGE_INCANTERS_ABSORBTION_TRIGGERED = 44413 , SPELL_MAGE_IGNITE = 12654 , SPELL_MAGE_MASTER_OF_ELEMENTS_ENERGIZE = 29077 , SPELL_MAGE_SQUIRREL_FORM = 32813 , SPELL_MAGE_GIRAFFE_FORM = 32816 , SPELL_MAGE_SERPENT_FORM = 32817 , SPELL_MAGE_DRAGONHAWK_FORM = 32818 , SPELL_MAGE_WORGEN_FORM = 32819 , SPELL_MAGE_SHEEP_FORM = 32820 , SPELL_MAGE_GLYPH_OF_ETERNAL_WATER = 70937 , SPELL_MAGE_SUMMON_WATER_ELEMENTAL_PERMANENT = 70908 , SPELL_MAGE_SUMMON_WATER_ELEMENTAL_TEMPORARY = 70907 , SPELL_MAGE_GLYPH_OF_BLAST_WAVE = 62126 , SPELL_MAGE_FINGERS_OF_FROST = 44543 } |
| enum | SilvermoonPolymorph { NPC_AUROSALIA = 18744 } |
Functions | |
| void | AddSC_mage_spell_scripts () |
| #define FingersOfFrostScriptName "spell_mage_fingers_of_frost_proc_aura" |
| enum MageSpells |
| enum SilvermoonPolymorph |
| void AddSC_mage_spell_scripts | ( | ) |
References RegisterSpellScript.
Referenced by AddSpellsScripts().