![]() |
TrinityCore
|
#include "ScriptMgr.h"#include "Containers.h"#include "hyjal.h"#include "InstanceScript.h"#include "MotionMaster.h"#include "ScriptedCreature.h"#include "SpellInfo.h"#include "SpellScript.h"
Include dependency graph for boss_azgalor.cpp:Go to the source code of this file.
Classes | |
| struct | boss_azgalor |
| struct | npc_lesser_doomguard |
| class | spell_azgalor_doom |
Enumerations | |
| enum | AzgalorTexts { SAY_INTRO = 0 , SAY_DOOM = 1 , SAY_SLAY = 2 , SAY_DEATH = 3 } |
| enum | AzgalorSpells { SPELL_RAIN_OF_FIRE = 31340 , SPELL_HOWL_OF_AZGALOR = 31344 , SPELL_CLEAVE = 31345 , SPELL_DOOM = 31347 , SPELL_BERSERK = 26662 , SPELL_THRASH = 12787 , SPELL_CRIPPLE = 31406 , SPELL_WAR_STOMP = 31408 } |
| enum | AzgalorEvents { EVENT_RAIN_OF_FIRE = 1 , EVENT_HOWL_OF_AZGALOR , EVENT_CLEAVE , EVENT_DOOM , EVENT_BERSERK } |
Functions | |
| void | AddSC_boss_azgalor () |
| enum AzgalorEvents |
| Enumerator | |
|---|---|
| EVENT_RAIN_OF_FIRE | |
| EVENT_HOWL_OF_AZGALOR | |
| EVENT_CLEAVE | |
| EVENT_DOOM | |
| EVENT_BERSERK | |
Definition at line 57 of file boss_azgalor.cpp.
| enum AzgalorSpells |
| Enumerator | |
|---|---|
| SPELL_RAIN_OF_FIRE | |
| SPELL_HOWL_OF_AZGALOR | |
| SPELL_CLEAVE | |
| SPELL_DOOM | |
| SPELL_BERSERK | |
| SPELL_THRASH | |
| SPELL_CRIPPLE | |
| SPELL_WAR_STOMP | |
Definition at line 42 of file boss_azgalor.cpp.
| enum AzgalorTexts |
| Enumerator | |
|---|---|
| SAY_INTRO | |
| SAY_DOOM | |
| SAY_SLAY | |
| SAY_DEATH | |
Definition at line 34 of file boss_azgalor.cpp.
| void AddSC_boss_azgalor | ( | ) |