|
Project SkyFire Core
SkyFire 5.4.8 server core API documentation
|
#include "ScriptMgr.h"#include "ScriptedCreature.h"#include "ScriptedGossip.h"#include "black_temple.h"#include "Player.h"Go to the source code of this file.
Classes | |
| class | npc_spirit_of_olum |
| struct | npc_spirit_of_olum::npc_spirit_of_olumAI |
| class | npc_wrathbone_flayer |
| struct | npc_wrathbone_flayer::npc_wrathbone_flayerAI |
Enumerations | |
| enum | Creatures { NPC_BLOOD_MAGE = 22945 , NPC_DEATHSHAPER = 22882 } |
| enum | Events { EVENT_GET_CHANNELERS = 1 , EVENT_SET_CHANNELERS = 2 , EVENT_CLEAVE = 3 , EVENT_IGNORED = 4 } |
| enum | Spells { SPELL_TELEPORT = 41566 , SPELL_CLEAVE = 15496 , SPELL_IGNORED = 39544 , SPELL_SUMMON_CHANNEL = 40094 } |
Functions | |
| void | AddSC_black_temple () |
| enum Creatures |
| Enumerator | |
|---|---|
| NPC_BLOOD_MAGE | |
| NPC_DEATHSHAPER | |
Definition at line 28 of file black_temple.cpp.
| enum Events |
| Enumerator | |
|---|---|
| EVENT_GET_CHANNELERS | |
| EVENT_SET_CHANNELERS | |
| EVENT_CLEAVE | |
| EVENT_IGNORED | |
Definition at line 34 of file black_temple.cpp.
| enum Spells |
| Enumerator | |
|---|---|
| SPELL_TELEPORT | |
| SPELL_CLEAVE | |
| SPELL_IGNORED | |
| SPELL_SUMMON_CHANNEL | |
Definition at line 18 of file black_temple.cpp.
| void AddSC_black_temple | ( | ) |
Definition at line 201 of file black_temple.cpp.
Referenced by AddOutlandScripts().