|
Project SkyFire Core
SkyFire 5.4.8 server core API documentation
|
#include "ScriptMgr.h"#include "ScriptedCreature.h"#include "ScriptedEscortAI.h"#include "shadow_labyrinth.h"Go to the source code of this file.
Classes | |
| class | boss_ambassador_hellmaw |
| struct | boss_ambassador_hellmaw::boss_ambassador_hellmawAI |
Enumerations | |
| enum | Events { EVENT_CORROSIVE_ACID = 1 , EVENT_FEAR , EVENT_BERSERK } |
| enum | Spells { SPELL_BANISH = 30231 , SPELL_CORROSIVE_ACID = 33551 , SPELL_FEAR = 33547 , SPELL_ENRAGE = 34970 } |
| enum | Yells { SAY_INTRO = 0 , SAY_AGGRO = 1 , SAY_HELP = 2 , SAY_SLAY = 3 , SAY_DEATH = 4 } |
Functions | |
| void | AddSC_boss_ambassador_hellmaw () |
| enum Events |
| Enumerator | |
|---|---|
| EVENT_CORROSIVE_ACID | |
| EVENT_FEAR | |
| EVENT_BERSERK | |
Definition at line 35 of file boss_ambassador_hellmaw.cpp.
| enum Spells |
| Enumerator | |
|---|---|
| SPELL_BANISH | |
| SPELL_CORROSIVE_ACID | |
| SPELL_FEAR | |
| SPELL_ENRAGE | |
Definition at line 27 of file boss_ambassador_hellmaw.cpp.
| enum Yells |
| Enumerator | |
|---|---|
| SAY_INTRO | |
| SAY_AGGRO | |
| SAY_HELP | |
| SAY_SLAY | |
| SAY_DEATH | |
Definition at line 18 of file boss_ambassador_hellmaw.cpp.
| void AddSC_boss_ambassador_hellmaw | ( | ) |
Definition at line 177 of file boss_ambassador_hellmaw.cpp.
Referenced by AddOutlandScripts().