![]() |
TrinityCore
|
#include "CreatureAIImpl.h"#include "ScriptMgr.h"#include "CharmInfo.h"#include "CombatAI.h"#include "CreatureTextMgr.h"#include "G3DPosition.hpp"#include "GameObject.h"#include "GameObjectAI.h"#include "Log.h"#include "Map.h"#include "MotionMaster.h"#include "MoveSplineInit.h"#include "ObjectAccessor.h"#include "ObjectMgr.h"#include "PassiveAI.h"#include "Player.h"#include "ScriptedCreature.h"#include "ScriptedGossip.h"#include "SpellMgr.h"#include "SpellScript.h"#include "SpellInfo.h"#include "TemporarySummon.h"#include "Vehicle.h"
Include dependency graph for chapter1.cpp:Go to the source code of this file.
Classes | |
| class | npc_unworthy_initiate |
| struct | npc_unworthy_initiate::npc_unworthy_initiateAI |
| class | npc_unworthy_initiate_anchor |
| struct | npc_unworthy_initiate_anchor::npc_unworthy_initiate_anchorAI |
| class | go_acherus_soul_prison |
| struct | go_acherus_soul_prison::go_acherus_soul_prisonAI |
| class | spell_death_knight_initiate_visual |
| struct | npc_eye_of_acherus |
| class | npc_death_knight_initiate |
| struct | npc_death_knight_initiate::npc_death_knight_initiateAI |
| struct | npc_dark_rider_of_acherus |
| class | npc_salanar_the_horseman |
| struct | npc_salanar_the_horseman::npc_salanar_the_horsemanAI |
| class | spell_stable_master_repo |
| class | spell_deliver_stolen_horse |
| class | npc_ros_dark_rider |
| struct | npc_ros_dark_rider::npc_ros_dark_riderAI |
| class | npc_dkc1_gothik |
| struct | npc_dkc1_gothik::npc_dkc1_gothikAI |
| struct | npc_scarlet_ghoul |
| class | spell_gift_of_the_harvester |
| class | spell_chapter1_runeforging_credit |
| struct | npc_hearthglen_crusader |
Macros | |
| #define | GCD_CAST 1 |
Functions | |
| void | AddSC_the_scarlet_enclave_c1 () |
Variables | |
| uint32 | acherus_soul_prison [12] |
| uint32 | acherus_unworthy_initiate [5] |
| G3D::Vector3 const | EyeOfAcherusPath [] |
| #define GCD_CAST 1 |
Definition at line 46 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 744 of file chapter1.cpp.
| enum EyeOfAcherusMisc |
Definition at line 413 of file chapter1.cpp.
| enum GiftOfTheHarvester |
| Enumerator | |
|---|---|
| SPELL_GHOUL_TRANFORM | |
| SPELL_GHOST_TRANSFORM | |
Definition at line 1096 of file chapter1.cpp.
| enum HearthglenCrusaderPaths : uint32 |
Definition at line 1168 of file chapter1.cpp.
| enum HorseSeats |
| Enumerator | |
|---|---|
| SEAT_ID_0 | |
Definition at line 872 of file chapter1.cpp.
| enum Misc_VBN |
| Enumerator | |
|---|---|
| QUEST_DEATH_CHALLENGE | |
Definition at line 548 of file chapter1.cpp.
| enum Paths_VBN |
Definition at line 553 of file chapter1.cpp.
| enum Runeforging |
| Enumerator | |
|---|---|
| SPELL_RUNEFORGING_CREDIT | |
| QUEST_RUNEFORGING | |
Definition at line 1133 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 817 of file chapter1.cpp.
| enum Says_VBM |
| Enumerator | |
|---|---|
| SAY_DUEL | |
Definition at line 543 of file chapter1.cpp.
| enum Spells_DKI |
| Enumerator | |
|---|---|
| SPELL_DUEL | |
| SPELL_DUEL_VICTORY | |
| SPELL_DUEL_FLAG | |
| SPELL_GROVEL | |
Definition at line 534 of file chapter1.cpp.
| Enumerator | |
|---|---|
| SAY_LINE_0 | |
| NPC_GHOULS | |
| NPC_GHOSTS | |
Definition at line 980 of file chapter1.cpp.
| enum UnworthyInitiate |
Definition at line 48 of file chapter1.cpp.
| enum UnworthyInitiateData |
| Enumerator | |
|---|---|
| DATA_PRISONER_GUID | |
Definition at line 76 of file chapter1.cpp.
| Enumerator | |
|---|---|
| PHASE_CHAINED | |
| PHASE_TO_EQUIP | |
| PHASE_EQUIPING | |
| PHASE_TO_ATTACK | |
| PHASE_ATTACKING | |
Definition at line 67 of file chapter1.cpp.
| void AddSC_the_scarlet_enclave_c1 | ( | ) |
| uint32 acherus_soul_prison[12] |
Definition at line 81 of file chapter1.cpp.
| uint32 acherus_unworthy_initiate[5] |
Definition at line 97 of file chapter1.cpp.
| G3D::Vector3 const EyeOfAcherusPath[] |
Definition at line 432 of file chapter1.cpp.