![]() |
TrinityCore
|
#include "ScriptMgr.h"#include "InstanceScript.h"#include "ScriptedCreature.h"#include "SpellScript.h"#include "vault_of_archavon.h"
Include dependency graph for boss_toravon.cpp:Go to the source code of this file.
Classes | |
| struct | boss_toravon |
| struct | npc_frozen_orb_stalker |
| struct | npc_frozen_orb |
| class | spell_toravon_random_aggro |
Enumerations | |
| enum | ToravonSpells { SPELL_FREEZING_GROUND = 72090 , SPELL_FROZEN_ORB = 72091 , SPELL_WHITEOUT = 72034 , SPELL_FROZEN_MALLET = 71993 , SPELL_FROZEN_ORB_DMG = 72081 , SPELL_FROZEN_ORB_AURA = 72067 , SPELL_RANDOM_AGGRO = 72084 , FROZEN_ORB_STALKER_AURA = 72094 } |
| enum | ToravonEvents { EVENT_FREEZING_GROUND = 1 , EVENT_FROZEN_ORB , EVENT_WHITEOUT } |
Functions | |
| void | AddSC_boss_toravon () |
| enum ToravonEvents |
| Enumerator | |
|---|---|
| EVENT_FREEZING_GROUND | |
| EVENT_FROZEN_ORB | |
| EVENT_WHITEOUT | |
Definition at line 41 of file boss_toravon.cpp.
| enum ToravonSpells |
| Enumerator | |
|---|---|
| SPELL_FREEZING_GROUND | |
| SPELL_FROZEN_ORB | |
| SPELL_WHITEOUT | |
| SPELL_FROZEN_MALLET | |
| SPELL_FROZEN_ORB_DMG | |
| SPELL_FROZEN_ORB_AURA | |
| SPELL_RANDOM_AGGRO | |
| FROZEN_ORB_STALKER_AURA | |
Definition at line 24 of file boss_toravon.cpp.
| void AddSC_boss_toravon | ( | ) |