![]() |
TrinityCore
|
#include "ScriptMgr.h"#include "InstanceScript.h"#include "MotionMaster.h"#include "Player.h"#include "ruby_sanctum.h"#include "ScriptedCreature.h"#include "SpellScript.h"
Include dependency graph for ruby_sanctum.cpp:Go to the source code of this file.
Classes | |
| struct | npc_xerestrasza |
| class | at_baltharus_plateau |
| class | spell_ruby_sanctum_rallying_shout |
Enumerations | |
| enum | Texts { SAY_XERESTRASZA_EVENT = 0 , SAY_XERESTRASZA_EVENT_1 = 1 , SAY_XERESTRASZA_EVENT_2 = 2 , SAY_XERESTRASZA_EVENT_3 = 3 , SAY_XERESTRASZA_EVENT_4 = 4 , SAY_XERESTRASZA_EVENT_5 = 5 , SAY_XERESTRASZA_EVENT_6 = 6 , SAY_XERESTRASZA_EVENT_7 = 7 , SAY_XERESTRASZA_INTRO = 8 } |
| enum | Events { EVENT_XERESTRASZA_EVENT_1 = 1 , EVENT_XERESTRASZA_EVENT_2 = 2 , EVENT_XERESTRASZA_EVENT_3 = 3 , EVENT_XERESTRASZA_EVENT_4 = 4 , EVENT_XERESTRASZA_EVENT_5 = 5 , EVENT_XERESTRASZA_EVENT_6 = 6 , EVENT_XERESTRASZA_EVENT_7 = 7 } |
| enum | Spells { SPELL_RALLY = 75416 } |
Functions | |
| void | AddSC_ruby_sanctum () |
Variables | |
| Position const | xerestraszaMovePos = {3151.236f, 379.8733f, 86.31996f, 0.0f} |
| enum Events |
| Enumerator | |
|---|---|
| EVENT_XERESTRASZA_EVENT_1 | |
| EVENT_XERESTRASZA_EVENT_2 | |
| EVENT_XERESTRASZA_EVENT_3 | |
| EVENT_XERESTRASZA_EVENT_4 | |
| EVENT_XERESTRASZA_EVENT_5 | |
| EVENT_XERESTRASZA_EVENT_6 | |
| EVENT_XERESTRASZA_EVENT_7 | |
Definition at line 39 of file ruby_sanctum.cpp.
| enum Spells |
| Enumerator | |
|---|---|
| SPELL_RALLY | |
Definition at line 50 of file ruby_sanctum.cpp.
| enum Texts |
Definition at line 26 of file ruby_sanctum.cpp.
| void AddSC_ruby_sanctum | ( | ) |
| Position const xerestraszaMovePos = {3151.236f, 379.8733f, 86.31996f, 0.0f} |
Definition at line 55 of file ruby_sanctum.cpp.