|
Project SkyFire Core
SkyFire 5.4.8 server core API documentation
|
#include "ScriptMgr.h"#include "ScriptedCreature.h"#include "magtheridons_lair.h"#include "Player.h"#include "SpellInfo.h"Go to the source code of this file.
Classes | |
| class | boss_magtheridon |
| struct | boss_magtheridon::boss_magtheridonAI |
| class | go_manticron_cube |
| class | npc_abyssal |
| struct | npc_abyssal::npc_abyssalAI |
| class | npc_hellfire_channeler |
| struct | npc_hellfire_channeler::npc_hellfire_channelerAI |
Macros | |
| #define | CLICKERS_COUNT 5 |
Typedefs | |
| typedef std::map< uint64, uint64 > | CubeMap |
Functions | |
| void | AddSC_boss_magtheridon () |
| #define CLICKERS_COUNT 5 |
Definition at line 73 of file boss_magtheridon.cpp.
Referenced by boss_magtheridon::boss_magtheridonAI::NeedCheckCubeStatus().
Definition at line 75 of file boss_magtheridon.cpp.
| enum Creatures |
| Enumerator | |
|---|---|
| NPC_MAGTHERIDON | |
| NPC_ROOM | |
| NPC_CHANNELLER | |
| NPC_ABYSSAL | |
Definition at line 37 of file boss_magtheridon.cpp.
| enum Emotes |
| Enumerator | |
|---|---|
| EMOTE_BERSERK | |
| EMOTE_BLASTNOVA | |
| EMOTE_BEGIN | |
Definition at line 30 of file boss_magtheridon.cpp.
| enum Spells |
Definition at line 45 of file boss_magtheridon.cpp.
| enum Yells |
| Enumerator | |
|---|---|
| SAY_TAUNT | |
| SAY_FREED | |
| SAY_AGGRO | |
| SAY_BANISH | |
| SAY_CHAMBER_DESTROY | |
| SAY_PLAYER_KILLED | |
| SAY_DEATH | |
Definition at line 19 of file boss_magtheridon.cpp.
| void AddSC_boss_magtheridon | ( | ) |
Definition at line 591 of file boss_magtheridon.cpp.
Referenced by AddOutlandScripts().