![]() |
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"
Go to the source code of this file.
Classes | |
struct | boss_darkmaster_gandling |
class | spell_shadow_portal |
class | spell_shadow_portal_rooms |
Functions | |
void | AddSC_boss_darkmaster_gandling () |
Variables | |
Position const | SummonPos [18] |
enum Creatures |
Definition at line 242 of file boss_darkmaster_gandling.cpp.
enum GandlingEvents |
Enumerator | |
---|---|
EVENT_ARCANE_MISSILES | |
EVENT_SHADOW_SHIELD | |
EVENT_CURSE | |
EVENT_SHADOW_PORTAL |
Definition at line 42 of file boss_darkmaster_gandling.cpp.
enum GandlingSpells |
Enumerator | |
---|---|
SPELL_ARCANE_MISSILES | |
SPELL_SHADOW_SHIELD | |
SPELL_CURSE | |
SPELL_SHADOW_PORTAL |
Definition at line 34 of file boss_darkmaster_gandling.cpp.
enum GandlingTexts |
Enumerator | |
---|---|
SAY_SUMMONED |
Definition at line 29 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 129 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 247 of file boss_darkmaster_gandling.cpp.
enum SPSpells |
Definition at line 139 of file boss_darkmaster_gandling.cpp.
void AddSC_boss_darkmaster_gandling | ( | ) |
Definition at line 338 of file boss_darkmaster_gandling.cpp.
Position const SummonPos[18] |
Definition at line 218 of file boss_darkmaster_gandling.cpp.