|
Project SkyFire Core
SkyFire 5.4.8 server core API documentation
|
#include "ObjectMgr.h"#include "ScriptMgr.h"#include "ScriptedCreature.h"#include "PoolMgr.h"#include "Group.h"#include "icecrown_citadel.h"#include "SpellInfo.h"#include "Player.h"Go to the source code of this file.
Macros | |
| #define | GUID_CULTIST 1 |
| #define | NPC_DARNAVAN RAID_MODE<uint32>(NPC_DARNAVAN_10, NPC_DARNAVAN_25, NPC_DARNAVAN_10, NPC_DARNAVAN_25) |
| #define | NPC_DARNAVAN_CREDIT RAID_MODE<uint32>(NPC_DARNAVAN_CREDIT_10, NPC_DARNAVAN_CREDIT_25, NPC_DARNAVAN_CREDIT_10, NPC_DARNAVAN_CREDIT_25) |
| #define | QUEST_DEPROGRAMMING RAID_MODE<uint32>(QUEST_DEPROGRAMMING_10, QUEST_DEPROGRAMMING_25, QUEST_DEPROGRAMMING_10, QUEST_DEPROGRAMMING_25) |
Typedefs | |
| typedef boss_lady_deathwhisper::boss_lady_deathwhisperAI | DeathwisperAI |
Functions | |
| void | AddSC_boss_lady_deathwhisper () |
Variables | |
| uint32 const | SummonEntries [2] = {NPC_CULT_FANATIC, NPC_CULT_ADHERENT} |
| Position const | SummonPositions [7] |
| #define GUID_CULTIST 1 |
Definition at line 171 of file boss_lady_deathwhisper.cpp.
Referenced by spell_cultist_dark_martyrdom::spell_cultist_dark_martyrdom_SpellScript::HandleEffect(), and boss_lady_deathwhisper::boss_lady_deathwhisperAI::SetGUID().
| #define NPC_DARNAVAN RAID_MODE<uint32>(NPC_DARNAVAN_10, NPC_DARNAVAN_25, NPC_DARNAVAN_10, NPC_DARNAVAN_25) |
Definition at line 165 of file boss_lady_deathwhisper.cpp.
Referenced by boss_lady_deathwhisper::boss_lady_deathwhisperAI::JustSummoned(), and boss_lady_deathwhisper::boss_lady_deathwhisperAI::SummonWaveP1().
| #define NPC_DARNAVAN_CREDIT RAID_MODE<uint32>(NPC_DARNAVAN_CREDIT_10, NPC_DARNAVAN_CREDIT_25, NPC_DARNAVAN_CREDIT_10, NPC_DARNAVAN_CREDIT_25) |
Definition at line 166 of file boss_lady_deathwhisper.cpp.
Referenced by boss_lady_deathwhisper::boss_lady_deathwhisperAI::JustDied().
| #define QUEST_DEPROGRAMMING RAID_MODE<uint32>(QUEST_DEPROGRAMMING_10, QUEST_DEPROGRAMMING_25, QUEST_DEPROGRAMMING_10, QUEST_DEPROGRAMMING_25) |
Definition at line 167 of file boss_lady_deathwhisper.cpp.
Referenced by npc_darnavan::npc_darnavanAI::JustDied(), and boss_lady_deathwhisper::boss_lady_deathwhisperAI::SummonWaveP1().
Definition at line 615 of file boss_lady_deathwhisper.cpp.
| enum DeprogrammingData |
| Enumerator | |
|---|---|
| NPC_DARNAVAN_10 | |
| NPC_DARNAVAN_25 | |
| NPC_DARNAVAN_CREDIT_10 | |
| NPC_DARNAVAN_CREDIT_25 | |
| ACTION_COMPLETE_QUEST | |
| POINT_DESPAWN | |
Definition at line 154 of file boss_lady_deathwhisper.cpp.
| enum EventTypes |
Definition at line 97 of file boss_lady_deathwhisper.cpp.
| enum Phases |
| Enumerator | |
|---|---|
| PHASE_ALL | |
| PHASE_INTRO | |
| PHASE_ONE | |
| PHASE_TWO | |
Definition at line 146 of file boss_lady_deathwhisper.cpp.
| enum ScriptTexts |
Definition at line 15 of file boss_lady_deathwhisper.cpp.
| enum Spells |
Definition at line 41 of file boss_lady_deathwhisper.cpp.
| void AddSC_boss_lady_deathwhisper | ( | ) |
Definition at line 1004 of file boss_lady_deathwhisper.cpp.
Referenced by AddNorthrendScripts().
| uint32 const SummonEntries[2] = {NPC_CULT_FANATIC, NPC_CULT_ADHERENT} |
Definition at line 169 of file boss_lady_deathwhisper.cpp.
Referenced by boss_lady_deathwhisper::boss_lady_deathwhisperAI::SummonWaveP1(), and boss_lady_deathwhisper::boss_lady_deathwhisperAI::SummonWaveP2().
| Position const SummonPositions[7] |
Definition at line 173 of file boss_lady_deathwhisper.cpp.
Referenced by DaranavanMoveEvent::Execute(), boss_lady_deathwhisper::boss_lady_deathwhisperAI::SummonWaveP1(), and boss_lady_deathwhisper::boss_lady_deathwhisperAI::SummonWaveP2().