![]() |
AzerothCore 3.3.5a
OpenSource WoW Emulator
|
#include "GameTime.h"
#include "InstanceMapScript.h"
#include "InstanceScript.h"
#include "Player.h"
#include "blackrock_depths.h"
Go to the source code of this file.
Classes | |
class | RestoreAttack |
class | instance_blackrock_depths |
struct | instance_blackrock_depths::instance_blackrock_depths_InstanceMapScript |
Enumerations | |
enum | Timers { TIMER_TOMBOFTHESEVEN = 30000 , TIMER_TOMB_START = 1000 , TIMER_TOMB_RESET = 15000 } |
enum | Distances { RADIUS_RING_OF_LAW = 80 , DISTANCE_EMPEROR_ROOM = 125 } |
enum | PrincessQuests { PRINCESS_QUEST_HORDE = 4004 , PRINCESS_QUEST_ALLIANCE = 4363 } |
enum | GameObjects { GO_ARENA1 = 161525 , GO_ARENA2 = 161522 , GO_ARENA3 = 161524 , GO_ARENA4 = 161523 , GO_SHADOW_LOCK = 161460 , GO_SHADOW_MECHANISM = 161461 , GO_SHADOW_GIANT_DOOR = 157923 , GO_SHADOW_DUMMY = 161516 , GO_BAR_KEG_SHOT = 170607 , GO_BAR_KEG_TRAP = 171941 , GO_BAR_DOOR = 170571 , GO_TOMB_ENTER = 170576 , GO_TOMB_EXIT = 170577 , GO_LYCEUM = 170558 , GO_SF_N = 174745 , GO_SF_S = 174744 , GO_GOLEM_ROOM_N = 170573 , GO_GOLEM_ROOM_S = 170574 , GO_THRONE_ROOM = 170575 , GO_SPECTRAL_CHALICE = 164869 , GO_CHEST_SEVEN = 169243 } |
enum | MiscData { SPELL_STONED = 10255 } |
Functions | |
void | AddSC_instance_blackrock_depths () |
Variables | |
constexpr auto | MAX_ENCOUNTER = 6 |
enum Distances |
Enumerator | |
---|---|
RADIUS_RING_OF_LAW | |
DISTANCE_EMPEROR_ROOM |
enum GameObjects |
enum MiscData |
Enumerator | |
---|---|
SPELL_STONED |
enum PrincessQuests |
Enumerator | |
---|---|
PRINCESS_QUEST_HORDE | |
PRINCESS_QUEST_ALLIANCE |
enum Timers |
Enumerator | |
---|---|
TIMER_TOMBOFTHESEVEN | |
TIMER_TOMB_START | |
TIMER_TOMB_RESET |
void AddSC_instance_blackrock_depths | ( | ) |
Referenced by AddEasternKingdomsScripts().
|
constexpr |