![]() |
TrinityCore
|
#include "AreaTrigger.h"#include "AreaTriggerAI.h"#include "Conversation.h"#include "ConversationAI.h"#include "CreatureAI.h"#include "CreatureAIImpl.h"#include "InstanceScript.h"#include "Map.h"#include "MotionMaster.h"#include "Player.h"#include "ScriptMgr.h"#include "ScriptedCreature.h"#include "sanctum_of_domination.h"
Include dependency graph for boss_sylvanas_windrunner.cpp:Go to the source code of this file.
Classes | |
| struct | npc_sylvanas_windrunner_shadowcopy_riding |
| struct | boss_sylvanas_windrunner |
| struct | at_sylvanas_windrunner_z_check |
| struct | at_sylvanas_windrunner_introduction |
| class | conversation_sylvanas_windrunner_introduction |
Functions | |
| void | AddSC_boss_sylvanas_windrunner () |
Variables | |
| Position const | SylvanasIntroPos [4] |
| Enumerator | |
|---|---|
| CONVERSATION_SYLVANAS_INTRODUCTION | |
| CONVERSATION_SYLVANAS_INTRODUCTION_ACTOR_SYLVANAS_ID | |
| CONVERSATION_SYLVANAS_INTRODUCTION_ACTOR_BOLVAR_ID | |
Definition at line 81 of file boss_sylvanas_windrunner.cpp.
| enum SylvanasEventGroups |
| Enumerator | |
|---|---|
| EVENT_GROUP_NORMAL_EVENTS | |
| EVENT_GROUP_WINDRUNNER_EVENTS | |
Definition at line 62 of file boss_sylvanas_windrunner.cpp.
| enum SylvanasEvents |
| Enumerator | |
|---|---|
| EVENT_INTRODUCTION | |
| EVENT_SIZE_MAX | |
Definition at line 68 of file boss_sylvanas_windrunner.cpp.
| enum SylvanasPhases |
| Enumerator | |
|---|---|
| PHASE_ONE | |
| PHASE_INTERMISSION | |
| PHASE_TWO | |
| PHASE_THREE | |
| PHASE_INTERMISSION_WORLD_STATE | |
Definition at line 53 of file boss_sylvanas_windrunner.cpp.
| enum SylvanasPoints |
| Enumerator | |
|---|---|
| POINT_INTRODUCTION | |
Definition at line 95 of file boss_sylvanas_windrunner.cpp.
| enum SylvanasSpawnGroups |
| Enumerator | |
|---|---|
| SPAWN_GROUP_CHAMPIONS_FIRST_PHASE | |
| SPAWN_GROUP_CHAMPIONS_THIRD_PHASE | |
| SPAWN_GROUP_CHAMPIONS_OUTRODUCTION | |
Definition at line 88 of file boss_sylvanas_windrunner.cpp.
| enum SylvanasSpells |
| Enumerator | |
|---|---|
| SPELL_RANGER_BOW_STANCE | |
| SPELL_RANGER_DAGGERS_STANCE | |
| SPELL_GENERIC_ANCHOR_HERE | |
| SPELL_GENERIC_DUAL_WIELD | |
| SPELL_SYLVANAS_DISPLAY_POWER_SUFFERING | |
| SPELL_SYLVANAS_ROOT | |
Definition at line 40 of file boss_sylvanas_windrunner.cpp.
Definition at line 100 of file boss_sylvanas_windrunner.cpp.
| enum SylvanasTexts |
| Enumerator | |
|---|---|
| SAY_ENGAGE | |
| SAY_SLAY | |
| SAY_DISENGAGE | |
Definition at line 74 of file boss_sylvanas_windrunner.cpp.
| void AddSC_boss_sylvanas_windrunner | ( | ) |
Definition at line 481 of file boss_sylvanas_windrunner.cpp.
Here is the caller graph for this function:| Position const SylvanasIntroPos[4] |
Definition at line 32 of file boss_sylvanas_windrunner.cpp.