TrinityCore
Loading...
Searching...
No Matches
instance_black_temple.cpp File Reference
#include "ScriptMgr.h"
#include "AreaBoundary.h"
#include "black_temple.h"
#include "Creature.h"
#include "CreatureAI.h"
#include "GameObject.h"
#include "InstanceScript.h"
#include "Map.h"
+ Include dependency graph for instance_black_temple.cpp:

Go to the source code of this file.

Classes

class  instance_black_temple
 
struct  instance_black_temple::instance_black_temple_InstanceMapScript
 

Functions

void AddSC_instance_black_temple ()
 

Variables

static constexpr DoorData doorData []
 
BossBoundaryData const boundaries
 
static constexpr ObjectData creatureData []
 
static constexpr ObjectData gameObjectData []
 
static constexpr DungeonEncounterData encounters []
 

Function Documentation

◆ AddSC_instance_black_temple()

void AddSC_instance_black_temple ( )

Definition at line 245 of file instance_black_temple.cpp.

+ Here is the caller graph for this function:

Variable Documentation

◆ boundaries

BossBoundaryData const boundaries
Initial value:
=
{
{ DATA_HIGH_WARLORD_NAJENTUS, new RectangleBoundary(394.0f, 479.4f, 707.8f, 859.1f) },
{ DATA_SUPREMUS, new RectangleBoundary(556.1f, 850.2f, 542.0f, 1001.0f) },
{ DATA_SHADE_OF_AKAMA, new RectangleBoundary(406.8f, 564.0f, 327.9f, 473.5f) },
{ DATA_TERON_GOREFIEND, new RectangleBoundary(512.5f, 613.3f, 373.2f, 432.0f) },
{ DATA_TERON_GOREFIEND, new ZRangeBoundary(179.5f, 223.6f) },
{ DATA_GURTOGG_BLOODBOIL, new RectangleBoundary(720.5f, 864.5f, 159.3f, 316.0f) },
{ DATA_RELIQUARY_OF_SOULS, new RectangleBoundary(435.9f, 660.3f, 21.2f, 229.6f) },
{ DATA_RELIQUARY_OF_SOULS, new ZRangeBoundary(81.8f, 148.0f) },
{ DATA_MOTHER_SHAHRAZ, new RectangleBoundary(903.4f, 982.1f, 92.4f, 313.2f) },
{ DATA_ILLIDARI_COUNCIL, new EllipseBoundary(Position(696.6f, 305.0f), 70.0f , 85.0f) },
{ DATA_ILLIDAN_STORMRAGE, new EllipseBoundary(Position(694.8f, 309.0f), 80.0f , 95.0f) }
}
@ DATA_TERON_GOREFIEND
@ DATA_ILLIDARI_COUNCIL
@ DATA_MOTHER_SHAHRAZ
@ DATA_SUPREMUS
@ DATA_ILLIDAN_STORMRAGE
@ DATA_HIGH_WARLORD_NAJENTUS
@ DATA_SHADE_OF_AKAMA
@ DATA_GURTOGG_BLOODBOIL
@ DATA_RELIQUARY_OF_SOULS

Definition at line 43 of file instance_black_temple.cpp.

◆ creatureData

constexpr ObjectData creatureData[]
staticconstexpr
Initial value:
=
{
}
@ DATA_AKAMA
@ DATA_HIGH_NETHERMANCER_ZEREVOR
@ DATA_GATHIOS_THE_SHATTERER
@ DATA_BLOOD_ELF_COUNCIL_VOICE
@ DATA_VERAS_DARKSHADOW
@ DATA_RELIQUARY_COMBAT_TRIGGER
@ DATA_AKAMA_SHADE
@ DATA_BLACK_TEMPLE_TRIGGER
@ DATA_LADY_MALANDE
@ DATA_MAIEV
@ NPC_TERON_GOREFIEND
@ NPC_VERAS_DARKSHADOW
@ NPC_ILLIDARI_COUNCIL
@ NPC_GURTOGG_BLOODBOIL
@ NPC_AKAMA
@ NPC_MOTHER_SHAHRAZ
@ NPC_GATHIOS_THE_SHATTERER
@ NPC_HIGH_WARLORD_NAJENTUS
@ NPC_SHADE_OF_AKAMA
@ NPC_ILLIDAN_STORMRAGE
@ NPC_RELIQUARY_OF_SOULS
@ NPC_RELIQUARY_COMBAT_TRIGGER
@ NPC_HIGH_NETHERMANCER_ZEREVOR
@ NPC_BLACK_TEMPLE_TRIGGER
@ NPC_LADY_MALANDE
@ NPC_BLOOD_ELF_COUNCIL_VOICE
@ NPC_AKAMA_SHADE
@ NPC_MAIEV_SHADOWSONG
@ NPC_SUPREMUS

Definition at line 58 of file instance_black_temple.cpp.

◆ doorData

constexpr DoorData doorData[]
staticconstexpr
Initial value:
=
{
}
@ GO_ILLIDAN_DOOR_R
@ GO_TERON_DOOR_1
@ GO_TERON_DOOR_2
@ GO_COUNCIL_DOOR_1
@ GO_SHADE_OF_AKAMA_DOOR
@ GO_MOTHER_SHAHRAZ_DOOR
@ GO_GURTOGG_DOOR
@ GO_NAJENTUS_GATE
@ GO_COUNCIL_DOOR_2
@ GO_SUPREMUS_GATE
@ GO_ILLIDAN_DOOR_L

Definition at line 27 of file instance_black_temple.cpp.

◆ encounters

constexpr DungeonEncounterData encounters[]
staticconstexpr
Initial value:
=
{
{ DATA_SUPREMUS, {{ 602 }} },
{ DATA_SHADE_OF_AKAMA, {{ 603 }} },
{ DATA_TERON_GOREFIEND, {{ 604 }} },
{ DATA_GURTOGG_BLOODBOIL, {{ 605 }} },
{ DATA_RELIQUARY_OF_SOULS, {{ 606 }} },
{ DATA_MOTHER_SHAHRAZ, {{ 607 }} },
{ DATA_ILLIDARI_COUNCIL, {{ 608 }} },
{ DATA_ILLIDAN_STORMRAGE, {{ 609 }} }
}

Definition at line 88 of file instance_black_temple.cpp.

◆ gameObjectData

constexpr ObjectData gameObjectData[]
staticconstexpr
Initial value:

Definition at line 81 of file instance_black_temple.cpp.