TrinityCore
magisters_terrace.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 DEF_MAGISTERS_TERRACE_H
19#define DEF_MAGISTERS_TERRACE_H
20
21#include "CreatureAIImpl.h"
22
23#define MGTScriptName "instance_magisters_terrace"
24#define DataHeader "MT"
25
27
29{
30 // Encounter states
35
36 // Encounter related
39
40 // Additional data
43};
44
46{
47 // Bosses
52
53 // Encounter related
54 /*Kael'thas Sunstrider*/
57 NPC_PHOENIX = 24674,
59
60 /*Selin Fireheart*/
62
63 // Event related
64 NPC_KALECGOS = 24844,
72};
73
75{
81 GO_ESCAPE_ORB = 188173
82};
83
85{
87};
88
90{
92};
93
95{
96 PATH_KALECGOS_FLIGHT = 1987520
97};
98
99template <class AI, class T>
100inline AI* GetMagistersTerraceAI(T* obj)
101{
102 return GetInstanceAI<AI>(obj, MGTScriptName);
103}
104
105#define RegisterMagistersTerraceCreatureAI(ai_name) RegisterCreatureAIWithFactory(ai_name, GetMagistersTerraceAI)
106
107#endif
uint32_t uint32
Definition: Define.h:142
uint32 const EncounterCount
MTCreatureIds
@ BOSS_SELIN_FIREHEART
@ NPC_SUNBLADE_BLOOD_KNIGHT
@ NPC_SUNBLADE_MAGE_GUARD
@ BOSS_PRIESTESS_DELRISSA
@ NPC_PHOENIX_EGG
@ NPC_COILSKAR_WITCH
@ BOSS_VEXALLUS
@ NPC_KALECGOS
@ NPC_PHOENIX
@ NPC_HUMAN_KALECGOS
@ NPC_ARCANE_SPHERE
@ NPC_FLAME_STRIKE
@ NPC_ETHEREUM_SMUGGLER
@ NPC_SUNBLADE_WARLOCK
@ BOSS_KAELTHAS_SUNSTRIDER
@ NPC_FEL_CRYSTAL
@ NPC_SISTER_OF_TORMENT
MTInstanceText
@ SAY_KALECGOS_SPAWN
MTDataTypes
@ DATA_KALECGOS
@ DATA_DELRISSA_DEATH_COUNT
@ DATA_ESCAPE_ORB
@ DATA_VEXALLUS
@ DATA_PRIESTESS_DELRISSA
@ DATA_KAELTHAS_INTRO
@ DATA_KAELTHAS_SUNSTRIDER
@ DATA_SELIN_FIREHEART
MTMovementData
@ PATH_KALECGOS_FLIGHT
AI * GetMagistersTerraceAI(T *obj)
#define MGTScriptName
MTGameObjectIds
@ GO_ASSEMBLY_CHAMBER_DOOR
@ GO_SUNWELL_RAID_GATE_2
@ GO_SUNWELL_RAID_GATE_5
@ GO_SUNWELL_RAID_GATE_4
@ GO_ASYLUM_DOOR
@ GO_ESCAPE_ORB
MTInstanceEventIds
@ EVENT_SPAWN_KALECGOS