![]() |
TrinityCore
|
#include "icecrown_citadel.h"#include "Containers.h"#include "Group.h"#include "InstanceScript.h"#include "MotionMaster.h"#include "ObjectAccessor.h"#include "Player.h"#include "QuestPools.h"#include "ScriptedCreature.h"#include "ScriptMgr.h"#include "SpellAuraEffects.h"#include "SpellInfo.h"#include "SpellScript.h"#include "TemporarySummon.h"
Include dependency graph for boss_lady_deathwhisper.cpp:Go to the source code of this file.
Classes | |
| class | DaranavanMoveEvent |
| struct | boss_lady_deathwhisper |
| struct | npc_cult_fanatic |
| struct | npc_cult_adherent |
| struct | npc_vengeful_shade |
| struct | npc_darnavan |
| class | spell_deathwhisper_mana_barrier |
| class | spell_deathwhisper_dominated_mind |
| class | spell_deathwhisper_summon_spirits |
| class | spell_deathwhisper_vampiric_might |
| class | spell_deathwhisper_dark_reckoning |
| class | at_lady_deathwhisper_entrance |
Macros | |
| #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) |
Functions | |
| void | AddSC_boss_lady_deathwhisper () |
Variables | |
| uint32 const | SummonEntries [2] = {NPC_CULT_FANATIC, NPC_CULT_ADHERENT} |
| Position const | SummonPositions [7] |
| #define NPC_DARNAVAN RAID_MODE<uint32>(NPC_DARNAVAN_10, NPC_DARNAVAN_25, NPC_DARNAVAN_10, NPC_DARNAVAN_25) |
Definition at line 174 of file boss_lady_deathwhisper.cpp.
| #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 175 of file boss_lady_deathwhisper.cpp.
| #define QUEST_DEPROGRAMMING RAID_MODE<uint32>(QUEST_DEPROGRAMMING_10, QUEST_DEPROGRAMMING_25, QUEST_DEPROGRAMMING_10, QUEST_DEPROGRAMMING_25) |
Definition at line 176 of file boss_lady_deathwhisper.cpp.
| enum Actions |
| Enumerator | |
|---|---|
| ACTION_START_INTRO | |
Definition at line 164 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 153 of file boss_lady_deathwhisper.cpp.
| enum EventTypes |
| Enumerator | |
|---|---|
| EVENT_DARNAVAN_BLADESTORM | |
| EVENT_DARNAVAN_CHARGE | |
| EVENT_DARNAVAN_INTIMIDATING_SHOUT | |
| EVENT_DARNAVAN_MORTAL_STRIKE | |
| EVENT_DARNAVAN_SHATTERING_THROW | |
| EVENT_DARNAVAN_SUNDER_ARMOR | |
Definition at line 127 of file boss_lady_deathwhisper.cpp.
| enum Groups |
| Enumerator | |
|---|---|
| GROUP_INTRO | |
| GROUP_ONE | |
| GROUP_TWO | |
Definition at line 146 of file boss_lady_deathwhisper.cpp.
| enum LadyDeathwhisperData |
| Enumerator | |
|---|---|
| DATA_VENGEFUL_SHADE_TARGET_GUID | |
Definition at line 169 of file boss_lady_deathwhisper.cpp.
| enum Phases |
| Enumerator | |
|---|---|
| PHASE_ALL | |
| PHASE_INTRO | |
| PHASE_ONE | |
| PHASE_TWO | |
Definition at line 138 of file boss_lady_deathwhisper.cpp.
| enum ScriptTexts |
Definition at line 33 of file boss_lady_deathwhisper.cpp.
| enum Spells |
Definition at line 59 of file boss_lady_deathwhisper.cpp.
| void AddSC_boss_lady_deathwhisper | ( | ) |
Definition at line 1069 of file boss_lady_deathwhisper.cpp.
Here is the caller graph for this function:| uint32 const SummonEntries[2] = {NPC_CULT_FANATIC, NPC_CULT_ADHERENT} |
Definition at line 178 of file boss_lady_deathwhisper.cpp.
| Position const SummonPositions[7] |
Definition at line 180 of file boss_lady_deathwhisper.cpp.