TrinityCore
Loading...
Searching...
No Matches
waycrest_manor.h
Go to the documentation of this file.
1/*
2 * This file is part of the TrinityCore Project. See AUTHORS file for Copyright information
3 *
4 * This program is free software; you can redistribute it and/or modify it
5 * under the terms of the GNU General Public License as published by the
6 * Free Software Foundation; either version 2 of the License, or (at your
7 * option) any later version.
8 *
9 * This program is distributed in the hope that it will be useful, but WITHOUT
10 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
11 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
12 * more details.
13 *
14 * You should have received a copy of the GNU General Public License along
15 * with this program. If not, see <http://www.gnu.org/licenses/>.
16 */
17
18#ifndef _Waycrest_Manor_h__
19#define _Waycrest_Manor_h__
20
21#include "CreatureAIImpl.h"
22
23constexpr char const* DataHeader = "WM";
24constexpr char const* WaycrestManorScriptName = "instance_waycrest_manor";
25
26constexpr uint32 const EncounterCount = 5;
27
46
61
67
72
77
78template <class AI, class T>
79inline AI* GetWaycrestManorAI(T* obj)
80{
81 return GetInstanceAI<AI>(obj, WaycrestManorScriptName);
82}
83
84#define RegisterWaycrestManorCreatureAI(ai_name) RegisterCreatureAIWithFactory(ai_name, GetWaycrestManorAI)
85
86#endif // _Waycrest_Manor_h__
uint32_t uint32
Definition Define.h:154
WaycrestManorGameObjectIds
@ GO_WAYCREST_ORGAN_BARRIER
@ GO_HEARTSBANE_TRIAD_DOOR
constexpr char const * DataHeader
constexpr char const * WaycrestManorScriptName
WaycrestManorSharedSpells
@ SPELL_BURNING_BRUSH
constexpr uint32 const EncounterCount
AI * GetWaycrestManorAI(T *obj)
WaycrestManorDataTypes
@ DATA_SISTER_SOLENA
@ DATA_LORD_WAYCREST
@ DATA_RAAL_THE_GLUTTONOUS
@ DATA_SOULBOUND_GOLIATH_INTRO
@ DATA_HEARTSBANE_TRIAD
@ DATA_SISTER_BRIAR
@ DATA_LADY_WAYCREST
@ DATA_LORD_AND_LADY_WAYCREST
@ DATA_SISTER_MALADY
@ DATA_GORAK_TUL
@ DATA_SOULBOUND_GOLIATH
WaycrestManorCreatureIds
@ BOSS_SISTER_SOLENA
@ BOSS_SISTER_BRIAR
@ BOSS_SISTER_MALADY
@ NPC_FOCUSING_IRIS
@ BOSS_LADY_WAYCREST
@ BOSS_LORD_WAYCREST
@ BOSS_RAAL_THE_GLUTTONOUS
@ BOSS_SOULBOUND_GOLIATH
@ BOSS_GORAK_TUL
WaycrestManorSharedActions
@ ACTION_SOULBOUND_GOLIATH_INTRO