![]() |
TrinityCore
|
#include "ScriptMgr.h"#include "Containers.h"#include "hyjal.h"#include "MotionMaster.h"#include "ScriptedCreature.h"#include "SpellInfo.h"#include "SpellScript.h"
Include dependency graph for boss_anetheron.cpp:Go to the source code of this file.
Classes | |
| struct | boss_anetheron |
| struct | npc_towering_infernal |
| class | spell_anetheron_vampiric_aura |
| class | spell_anetheron_sleep |
Enumerations | |
| enum | AnetheronTexts { SAY_INTRO = 0 , SAY_SLEEP = 1 , SAY_SWARM = 2 , SAY_INFERNO = 3 , SAY_SLAY = 4 , SAY_DEATH = 5 } |
| enum | AnetheronSpells { SPELL_VAMPIRIC_AURA = 31317 , SPELL_SLEEP = 31298 , SPELL_INFERNO = 31299 , SPELL_CARRION_SWARM = 31306 , SPELL_BERSERK = 26662 , SPELL_IMMOLATION = 31304 , SPELL_INFERNO_EFFECT = 31302 , SPELL_INSTAKILL_SELF = 29878 , SPELL_VAMPIRIC_AURA_HEAL = 31285 } |
| enum | AnetheronEvents { EVENT_SLEEP = 1 , EVENT_INFERNO , EVENT_CARRION_SWARM , EVENT_BERSERK } |
| enum | AnetheronMisc { NPC_TOWERING_INFERNAL = 17818 , ACTION_KILL_SELF = 0 } |
Functions | |
| void | AddSC_boss_anetheron () |
| enum AnetheronEvents |
| Enumerator | |
|---|---|
| EVENT_SLEEP | |
| EVENT_INFERNO | |
| EVENT_CARRION_SWARM | |
| EVENT_BERSERK | |
Definition at line 59 of file boss_anetheron.cpp.
| enum AnetheronMisc |
| Enumerator | |
|---|---|
| NPC_TOWERING_INFERNAL | |
| ACTION_KILL_SELF | |
Definition at line 67 of file boss_anetheron.cpp.
| enum AnetheronSpells |
| Enumerator | |
|---|---|
| SPELL_VAMPIRIC_AURA | |
| SPELL_SLEEP | |
| SPELL_INFERNO | |
| SPELL_CARRION_SWARM | |
| SPELL_BERSERK | |
| SPELL_IMMOLATION | |
| SPELL_INFERNO_EFFECT | |
| SPELL_INSTAKILL_SELF | |
| SPELL_VAMPIRIC_AURA_HEAL | |
Definition at line 40 of file boss_anetheron.cpp.
| enum AnetheronTexts |
| Enumerator | |
|---|---|
| SAY_INTRO | |
| SAY_SLEEP | |
| SAY_SWARM | |
| SAY_INFERNO | |
| SAY_SLAY | |
| SAY_DEATH | |
Definition at line 30 of file boss_anetheron.cpp.
| void AddSC_boss_anetheron | ( | ) |