![]() |
TrinityCore
|
#include "ScriptMgr.h"#include "CellImpl.h"#include "GridNotifiersImpl.h"#include "InstanceScript.h"#include "MotionMaster.h"#include "ObjectAccessor.h"#include "obsidian_sanctum.h"#include "ScriptedCreature.h"#include "TemporarySummon.h"
Include dependency graph for obsidian_sanctum.cpp:Go to the source code of this file.
Classes | |
| struct | dummy_dragonAI |
| struct | npc_tenebron |
| struct | npc_shadron |
| struct | npc_vesperon |
| struct | npc_acolyte_of_shadron |
| struct | npc_acolyte_of_vesperon |
| struct | npc_twilight_eggs |
| struct | npc_flame_tsunami |
| struct | npc_twilight_fissure |
| struct | npc_twilight_whelp |
| class | achievement_twilight_assist |
| class | achievement_twilight_duo |
| class | achievement_twilight_zone |
Macros | |
| #define | MAX_WAYPOINT 6 |
Functions | |
| void | AddSC_obsidian_sanctum () |
Variables | |
| Position const | dragonCommon [MAX_WAYPOINT] |
| Position const | AcolyteofShadron = { 3363.92f, 534.703f, 97.2683f, 0.0f } |
| Position const | AcolyteofShadron2 = { 3246.57f, 551.263f, 58.6164f, 0.0f } |
| Position const | AcolyteofVesperon = { 3145.68f, 520.71f, 89.7f, 0.0f } |
| Position const | AcolyteofVesperon2 = { 3246.57f, 551.263f, 58.6164f, 0.0f } |
| Position const | TwilightEggs [] |
| Position const | TwilightEggsSarth [] |
| #define MAX_WAYPOINT 6 |
Definition at line 95 of file obsidian_sanctum.cpp.
| enum DragonEvents |
| Enumerator | |
|---|---|
| EVENT_FREE_MOVEMENT | |
| EVENT_SHADOW_FISSURE | |
| EVENT_SHADOW_BREATH | |
| EVENT_HATCH_EGGS | |
| EVENT_ACOLYTE_SHADRON | |
| EVENT_ACOLYTE_VESPERON | |
Definition at line 144 of file obsidian_sanctum.cpp.
| enum Enums |
Definition at line 28 of file obsidian_sanctum.cpp.
| enum FlameTsunami |
| Enumerator | |
|---|---|
| EVENT_TSUNAMI_TIMER | |
| EVENT_TSUNAMI_BUFF | |
Definition at line 756 of file obsidian_sanctum.cpp.
| enum Misc |
| Enumerator | |
|---|---|
| DATA_CAN_LOOT | |
Definition at line 90 of file obsidian_sanctum.cpp.
| enum SharedTextIds |
| Enumerator | |
|---|---|
| SAY_AGGRO | |
| SAY_SLAY | |
| SAY_DEATH | |
| SAY_BREATH | |
| SAY_RESPOND | |
| SAY_SPECIAL | |
| WHISPER_OPEN_PORTAL | |
| WHISPER_OPENED_PORTAL | |
Definition at line 132 of file obsidian_sanctum.cpp.
| enum TwilightEggs |
| Enumerator | |
|---|---|
| EVENT_TWILIGHT_EGGS | |
Definition at line 698 of file obsidian_sanctum.cpp.
| enum TwilightFissure |
| Enumerator | |
|---|---|
| EVENT_VOID_BLAST | |
Definition at line 808 of file obsidian_sanctum.cpp.
| enum TwilightWhelps |
| Enumerator | |
|---|---|
| EVENT_FADE_ARMOR | |
Definition at line 852 of file obsidian_sanctum.cpp.
| void AddSC_obsidian_sanctum | ( | ) |
| Position const AcolyteofShadron = { 3363.92f, 534.703f, 97.2683f, 0.0f } |
Definition at line 107 of file obsidian_sanctum.cpp.
| Position const AcolyteofShadron2 = { 3246.57f, 551.263f, 58.6164f, 0.0f } |
Definition at line 108 of file obsidian_sanctum.cpp.
| Position const AcolyteofVesperon = { 3145.68f, 520.71f, 89.7f, 0.0f } |
Definition at line 109 of file obsidian_sanctum.cpp.
| Position const AcolyteofVesperon2 = { 3246.57f, 551.263f, 58.6164f, 0.0f } |
Definition at line 110 of file obsidian_sanctum.cpp.
| Position const dragonCommon[MAX_WAYPOINT] |
Definition at line 97 of file obsidian_sanctum.cpp.
| Position const TwilightEggs[] |
Definition at line 112 of file obsidian_sanctum.cpp.
| Position const TwilightEggsSarth[] |
Definition at line 122 of file obsidian_sanctum.cpp.