![]() |
AzerothCore 3.3.5a
OpenSource WoW Emulator
|
#include "CreatureScript.h"#include "GridNotifiers.h"#include "ScriptedCreature.h"#include "SpellScript.h"#include "SpellScriptLoader.h"#include "hyjal.h"Go to the source code of this file.
Classes | |
| struct | boss_azgalor |
| class | spell_azgalor_doom |
| class | spell_azgalor_doom_aura |
Enumerations | |
| enum | Spells { SPELL_RAIN_OF_FIRE = 31340 , SPELL_DOOM = 31347 , SPELL_HOWL_OF_AZGALOR = 31344 , SPELL_CLEAVE = 31345 , SPELL_BERSERK = 26662 } |
| enum | Texts { SAY_ONDEATH = 0 , SAY_ONSLAY = 1 , SAY_DOOM = 2 , SAY_ONSPAWN = 3 , SAY_ARCHIMONDE_INTRO = 8 } |
Functions | |
| void | AddSC_boss_azgalor () |
| enum Spells |
| Enumerator | |
|---|---|
| SPELL_RAIN_OF_FIRE | |
| SPELL_DOOM | |
| SPELL_HOWL_OF_AZGALOR | |
| SPELL_CLEAVE | |
| SPELL_BERSERK | |
| enum Texts |
| Enumerator | |
|---|---|
| SAY_ONDEATH | |
| SAY_ONSLAY | |
| SAY_DOOM | |
| SAY_ONSPAWN | |
| SAY_ARCHIMONDE_INTRO | |
| void AddSC_boss_azgalor | ( | ) |
References RegisterHyjalAI, and RegisterSpellAndAuraScriptPair.
Referenced by AddKalimdorScripts().