![]() |
TrinityCore
|
#include "ScriptMgr.h"#include "GameObject.h"#include "InstanceScript.h"#include "MotionMaster.h"#include "ObjectAccessor.h"#include "scholomance.h"#include "ScriptedCreature.h"#include "SpellInfo.h"#include "SpellScript.h"#include "TemporarySummon.h"
Include dependency graph for boss_darkmaster_gandling.cpp:Go to the source code of this file.
Functions | |
| void | AddSC_boss_darkmaster_gandling () |
Variables | |
| Position const | SummonPos [18] |
| enum Creatures |
| Enumerator | |
|---|---|
| NPC_RISEN_GUARDIAN | |
Definition at line 266 of file boss_darkmaster_gandling.cpp.
| enum Events |
| Enumerator | |
|---|---|
| EVENT_ARCANEMISSILES | |
| EVENT_SHADOWSHIELD | |
| EVENT_CURSE | |
| EVENT_SHADOW_PORTAL | |
Definition at line 49 of file boss_darkmaster_gandling.cpp.
| enum Rooms |
| Enumerator | |
|---|---|
| ROOM_HALL_OF_SECRETS | |
| ROOM_HALL_OF_THE_DAMNED | |
| ROOM_THE_COVEN | |
| ROOM_THE_SHADOW_VAULT | |
| ROOM_BAROV_FAMILY_VAULT | |
| ROOM_VAULT_OF_THE_RAVENIAN | |
Definition at line 144 of file boss_darkmaster_gandling.cpp.
| enum Says |
| Enumerator | |
|---|---|
| YELL_SUMMONED | |
Definition at line 36 of file boss_darkmaster_gandling.cpp.
| enum ScriptEventId |
| Enumerator | |
|---|---|
| SPELL_EVENT_HALLOFSECRETS | |
| SPELL_EVENT_HALLOFTHEDAMNED | |
| SPELL_EVENT_THECOVEN | |
| SPELL_EVENT_THESHADOWVAULT | |
| SPELL_EVENT_BAROVFAMILYVAULT | |
| SPELL_EVENT_VAULTOFTHERAVENIAN | |
Definition at line 271 of file boss_darkmaster_gandling.cpp.
| enum Spells |
| Enumerator | |
|---|---|
| SPELL_ARCANEMISSILES | |
| SPELL_SHADOWSHIELD | |
| SPELL_CURSE | |
| SPELL_SHADOW_PORTAL | |
Definition at line 41 of file boss_darkmaster_gandling.cpp.
| enum SPSpells |
Definition at line 154 of file boss_darkmaster_gandling.cpp.
| void AddSC_boss_darkmaster_gandling | ( | ) |
Definition at line 371 of file boss_darkmaster_gandling.cpp.
Here is the caller graph for this function:| Position const SummonPos[18] |
Definition at line 242 of file boss_darkmaster_gandling.cpp.