![]() |
AzerothCore 3.3.5a
OpenSource WoW Emulator
|
#include "CreatureScript.h"
#include "PassiveAI.h"
#include "Player.h"
#include "ScriptedCreature.h"
#include "SpellAuras.h"
#include "vault_of_archavon.h"
Go to the source code of this file.
Classes | |
class | boss_toravon |
struct | boss_toravon::boss_toravonAI |
class | npc_frozen_orb |
struct | npc_frozen_orb::npc_frozen_orbAI |
class | npc_frozen_orb_stalker |
struct | npc_frozen_orb_stalker::npc_frozen_orb_stalkerAI |
Enumerations | |
enum | Spells { SPELL_FREEZING_GROUND = 72090 , SPELL_FROZEN_ORB = 72091 , SPELL_WHITEOUT = 72034 , SPELL_WHITEOUT_VISUAL = 72036 , SPELL_FROZEN_MALLET = 71993 , SPELL_FROZEN_ORB_DMG = 72081 , SPELL_FROZEN_ORB_AURA = 72067 , SPELL_FROZEN_ORB_STALKER_VISUAL = 72094 , NPC_WHITEOUT_GROUND_EFFECT = 38440 } |
enum | Events { EVENT_FREEZING_GROUND = 1 , EVENT_FROZEN_ORB_STALKER = 2 , EVENT_CAST_WHITEOUT = 3 , EVENT_CAST_WHITEOUT_GROUND_EFFECT = 4 } |
Functions | |
void | AddSC_boss_toravon () |
enum Events |
Enumerator | |
---|---|
EVENT_FREEZING_GROUND | |
EVENT_FROZEN_ORB_STALKER | |
EVENT_CAST_WHITEOUT | |
EVENT_CAST_WHITEOUT_GROUND_EFFECT |
enum Spells |
void AddSC_boss_toravon | ( | ) |
Referenced by AddNorthrendScripts().