|
Project SkyFire Core
SkyFire 5.4.8 server core API documentation
|
#include "ScriptMgr.h"#include "ScriptedCreature.h"#include "InstanceScript.h"#include "blackrock_depths.h"Go to the source code of this file.
Classes | |
| class | instance_blackrock_depths |
| struct | instance_blackrock_depths::instance_blackrock_depths_InstanceMapScript |
Macros | |
| #define | MAX_ENCOUNTER 6 |
| #define | TIMER_TOMBOFTHESEVEN 15000 |
Enumerations | |
| enum | Creatures { NPC_EMPEROR = 9019 , NPC_PHALANX = 9502 , NPC_ANGERREL = 9035 , NPC_DOPEREL = 9040 , NPC_HATEREL = 9034 , NPC_VILEREL = 9036 , NPC_SEETHREL = 9038 , NPC_GLOOMREL = 9037 , NPC_DOOMREL = 9039 , NPC_MAGMUS = 9938 , NPC_MOIRA = 8929 } |
| 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 } |
Functions | |
| void | AddSC_instance_blackrock_depths () |
| #define MAX_ENCOUNTER 6 |
Definition at line 12 of file instance_blackrock_depths.cpp.
Referenced by instance_halls_of_reflection::instance_halls_of_reflection_InstanceMapScript::Initialize(), instance_ulduar::instance_ulduar_InstanceMapScript::Initialize(), instance_eye_of_eternity::instance_eye_of_eternity_InstanceMapScript::instance_eye_of_eternity_InstanceMapScript(), instance_molten_core::instance_molten_core_InstanceMapScript::instance_molten_core_InstanceMapScript(), instance_uldaman::instance_uldaman_InstanceMapScript::IsEncounterInProgress(), instance_blackrock_depths::instance_blackrock_depths_InstanceMapScript::Load(), instance_eye_of_eternity::instance_eye_of_eternity_InstanceMapScript::Load(), instance_halls_of_reflection::instance_halls_of_reflection_InstanceMapScript::Load(), instance_molten_core::instance_molten_core_InstanceMapScript::Load(), instance_uldaman::instance_uldaman_InstanceMapScript::Load(), and instance_ulduar::instance_ulduar_InstanceMapScript::Load().
| #define TIMER_TOMBOFTHESEVEN 15000 |
Definition at line 11 of file instance_blackrock_depths.cpp.
Referenced by instance_blackrock_depths::instance_blackrock_depths_InstanceMapScript::Initialize(), instance_blackrock_depths::instance_blackrock_depths_InstanceMapScript::TombOfSevenReset(), and instance_blackrock_depths::instance_blackrock_depths_InstanceMapScript::Update().
| enum Creatures |
| Enumerator | |
|---|---|
| NPC_EMPEROR | |
| NPC_PHALANX | |
| NPC_ANGERREL | |
| NPC_DOPEREL | |
| NPC_HATEREL | |
| NPC_VILEREL | |
| NPC_SEETHREL | |
| NPC_GLOOMREL | |
| NPC_DOOMREL | |
| NPC_MAGMUS | |
| NPC_MOIRA | |
Definition at line 14 of file instance_blackrock_depths.cpp.
| enum GameObjects |
Definition at line 29 of file instance_blackrock_depths.cpp.
| void AddSC_instance_blackrock_depths | ( | ) |
Definition at line 447 of file instance_blackrock_depths.cpp.
Referenced by AddEasternKingdomsScripts().