![]() |
TrinityCore
|
#include "CreatureAIImpl.h"#include "ScriptMgr.h"#include "CombatAI.h"#include "CreatureTextMgr.h"#include "G3DPosition.hpp"#include "GameObject.h"#include "GameObjectAI.h"#include "Log.h"#include "MotionMaster.h"#include "MoveSplineInit.h"#include "ObjectAccessor.h"#include "ObjectMgr.h"#include "PassiveAI.h"#include "Player.h"#include "ScriptedEscortAI.h"#include "ScriptedGossip.h"#include "SpellAuraEffects.h"#include "SpellInfo.h"#include "SpellScript.h"#include "TemporarySummon.h"#include "Vehicle.h"
Include dependency graph for chapter1.cpp:Go to the source code of this file.
Macros | |
| #define | GCD_CAST 1 |
Functions | |
| void | AddSC_the_scarlet_enclave_c1 () |
Variables | |
| uint32 | acherus_soul_prison [12] |
| uint32 | acherus_unworthy_initiate [5] |
| static constexpr uint8 const | EyeOfAcherusPathSize = 4 |
| G3D::Vector3 const | EyeOfAcherusPath [EyeOfAcherusPathSize] |
| #define GCD_CAST 1 |
Definition at line 44 of file chapter1.cpp.
| enum DarkRiderOfAcherus |
| Enumerator | |
|---|---|
| SAY_DARK_RIDER | |
| EVENT_START_MOVING | |
| EVENT_DESPAWN_HORSE | |
| EVENT_END_SCRIPT | |
| SPELL_DESPAWN_HORSE | |
Definition at line 793 of file chapter1.cpp.
| enum DeathComesFromOnHigh |
| Enumerator | |
|---|---|
| SPELL_FORGE_CREDIT | |
| SPELL_TOWN_HALL_CREDIT | |
| SPELL_SCARLET_HOLD_CREDIT | |
| SPELL_CHAPEL_CREDIT | |
| NPC_NEW_AVALON_FORGE | |
| NPC_NEW_AVALON_TOWN_HALL | |
| NPC_SCARLET_HOLD | |
| NPC_CHAPEL_OF_THE_CRIMSON_FLAME | |
Definition at line 524 of file chapter1.cpp.
| enum EyeOfAcherusMisc |
Definition at line 407 of file chapter1.cpp.
| enum GiftOfTheHarvester |
| Enumerator | |
|---|---|
| SPELL_GHOUL_TRANFORM | |
| SPELL_GHOST_TRANSFORM | |
Definition at line 1158 of file chapter1.cpp.
| enum HorseSeats |
| Enumerator | |
|---|---|
| SEAT_ID_0 | |
Definition at line 921 of file chapter1.cpp.
| enum Misc_VBN |
| Enumerator | |
|---|---|
| QUEST_DEATH_CHALLENGE | |
Definition at line 628 of file chapter1.cpp.
| enum Runeforging |
| Enumerator | |
|---|---|
| SPELL_RUNEFORGING_CREDIT | |
| QUEST_RUNEFORGING | |
Definition at line 1197 of file chapter1.cpp.
| enum SalanarTheHorseman |
| Enumerator | |
|---|---|
| SALANAR_SAY | |
| QUEST_INTO_REALM_OF_SHADOWS | |
| SPELL_EFFECT_STOLEN_HORSE | |
| SPELL_DELIVER_STOLEN_HORSE | |
| SPELL_CALL_DARK_RIDER | |
| SPELL_EFFECT_OVERTAKE | |
| SPELL_REALM_OF_SHADOWS | |
Definition at line 866 of file chapter1.cpp.
| enum Says_VBM |
| Enumerator | |
|---|---|
| SAY_DUEL | |
Definition at line 623 of file chapter1.cpp.
| enum SkyDarkenerAssault |
| Enumerator | |
|---|---|
| SPELL_SKY_DARKENER_ASSAULT | |
Definition at line 1236 of file chapter1.cpp.
| enum Spells_DKI |
| Enumerator | |
|---|---|
| SPELL_DUEL | |
| SPELL_DUEL_VICTORY | |
| SPELL_DUEL_FLAG | |
| SPELL_GROVEL | |
Definition at line 614 of file chapter1.cpp.
| Enumerator | |
|---|---|
| SAY_LINE_0 | |
| NPC_GHOULS | |
| NPC_GHOSTS | |
Definition at line 1033 of file chapter1.cpp.
| enum UnworthyInitiate |
Definition at line 46 of file chapter1.cpp.
| Enumerator | |
|---|---|
| PHASE_CHAINED | |
| PHASE_TO_EQUIP | |
| PHASE_EQUIPING | |
| PHASE_TO_ATTACK | |
| PHASE_ATTACKING | |
Definition at line 65 of file chapter1.cpp.
| void AddSC_the_scarlet_enclave_c1 | ( | ) |
| uint32 acherus_soul_prison[12] |
Definition at line 74 of file chapter1.cpp.
| uint32 acherus_unworthy_initiate[5] |
Definition at line 90 of file chapter1.cpp.
| G3D::Vector3 const EyeOfAcherusPath[EyeOfAcherusPathSize] |
Definition at line 427 of file chapter1.cpp.
|
staticconstexpr |
Definition at line 426 of file chapter1.cpp.