![]() |
TrinityCore
|
#include "scarlet_monastery.h"#include "Containers.h"#include "CreatureTextMgr.h"#include "GameObject.h"#include "GameObjectAI.h"#include "Group.h"#include "InstanceScript.h"#include "LFGMgr.h"#include "Map.h"#include "MotionMaster.h"#include "ObjectAccessor.h"#include "PassiveAI.h"#include "Player.h"#include "ScriptedCreature.h"#include "ScriptedGossip.h"#include "ScriptMgr.h"#include "SpellAuraEffects.h"#include "SpellScript.h"#include "SpellInfo.h"#include "WaypointDefines.h"
Include dependency graph for boss_headless_horseman.cpp:Go to the source code of this file.
Functions | |
| void | AddSC_boss_headless_horseman () |
Variables | |
| WaypointPath const | HeadlessHorsemanFlightPoints |
| std::vector< uint32 > | HeadlessHorsemanRandomLaughSound = { SOUNDID_MANIACAL_LAUGH, SOUNDID_MANIACAL_LAUGH_2, SOUNDID_MANIACAL_LAUGH_3 } |
| Position const | GOPumpkinSpawnPosition = { 1776.27f, 1348.74f, 20.4116f, 6.27281f } |
| QuaternionData const | GOPumpkinSpawnQuat = QuaternionData(0.0f, 0.0f, 0.00518764f, -0.999987f) |
| Position const | GOSoilSpawnPosition = { 1765.28f, 1347.46f, 17.5514f, 0.100363f } |
| QuaternionData const | GOSoilSpawnQuat = QuaternionData(0.0f, 0.0f, 0.0501604f, -0.998741f) |
| enum HeadlessActions |
Definition at line 127 of file boss_headless_horseman.cpp.
| enum HeadlessEvents |
Definition at line 114 of file boss_headless_horseman.cpp.
| enum HeadlessHorsemanMisc |
Definition at line 140 of file boss_headless_horseman.cpp.
| enum HeadlessHorsemanSays |
Definition at line 39 of file boss_headless_horseman.cpp.
Definition at line 58 of file boss_headless_horseman.cpp.
| void AddSC_boss_headless_horseman | ( | ) |
Definition at line 1029 of file boss_headless_horseman.cpp.
Here is the caller graph for this function:| Position const GOPumpkinSpawnPosition = { 1776.27f, 1348.74f, 20.4116f, 6.27281f } |
Definition at line 186 of file boss_headless_horseman.cpp.
| QuaternionData const GOPumpkinSpawnQuat = QuaternionData(0.0f, 0.0f, 0.00518764f, -0.999987f) |
Definition at line 187 of file boss_headless_horseman.cpp.
| Position const GOSoilSpawnPosition = { 1765.28f, 1347.46f, 17.5514f, 0.100363f } |
Definition at line 188 of file boss_headless_horseman.cpp.
| QuaternionData const GOSoilSpawnQuat = QuaternionData(0.0f, 0.0f, 0.0501604f, -0.998741f) |
Definition at line 189 of file boss_headless_horseman.cpp.
| WaypointPath const HeadlessHorsemanFlightPoints |
Definition at line 156 of file boss_headless_horseman.cpp.
| std::vector<uint32> HeadlessHorsemanRandomLaughSound = { SOUNDID_MANIACAL_LAUGH, SOUNDID_MANIACAL_LAUGH_2, SOUNDID_MANIACAL_LAUGH_3 } |
Definition at line 185 of file boss_headless_horseman.cpp.