AzerothCore 3.3.5a
OpenSource WoW Emulator
Loading...
Searching...
No Matches
instance_black_temple.cpp File Reference
#include "CreatureScript.h"
#include "InstanceMapScript.h"
#include "InstanceScript.h"
#include "SpellScriptLoader.h"
#include "black_temple.h"

Go to the source code of this file.

Classes

class  instance_black_temple
 
struct  instance_black_temple::instance_black_temple_InstanceMapScript
 
class  spell_black_template_harpooners_mark
 
class  spell_black_template_harpooners_mark::spell_black_template_harpooners_mark_AuraScript
 
class  spell_black_template_free_friend
 
class  spell_black_template_free_friend::spell_black_template_free_friend_SpellScript
 
class  spell_black_temple_curse_of_the_bleakheart
 
class  spell_black_temple_curse_of_the_bleakheart::spell_black_temple_curse_of_the_bleakheart_AuraScript
 
class  spell_black_temple_skeleton_shot
 
class  spell_black_temple_skeleton_shot::spell_black_temple_skeleton_shot_AuraScript
 
class  spell_black_temple_wyvern_sting
 
class  spell_black_temple_wyvern_sting::spell_black_temple_wyvern_sting_AuraScript
 
class  spell_black_temple_charge_rage
 
class  spell_black_temple_charge_rage::spell_black_temple_charge_rage_AuraScript
 
class  spell_black_temple_shadow_inferno
 
class  spell_black_temple_shadow_inferno::spell_black_temple_shadow_inferno_AuraScript
 
class  spell_black_temple_spell_absorption
 
class  spell_black_temple_spell_absorption::spell_black_temple_spell_absorption_AuraScript
 
class  spell_black_temple_bloodbolt
 
class  spell_black_temple_bloodbolt::spell_black_temple_bloodbolt_SpellScript
 
class  spell_black_temple_consuming_strikes
 
class  spell_black_temple_consuming_strikes::spell_black_temple_consuming_strikes_AuraScript
 
class  spell_black_temple_curse_of_vitality
 
class  spell_black_temple_curse_of_vitality::spell_black_temple_curse_of_vitality_AuraScript
 
class  spell_black_temple_dementia
 
class  spell_black_temple_dementia::spell_black_temple_dementia_AuraScript
 

Functions

void AddSC_instance_black_temple ()
 

Variables

DoorData const doorData []
 
BossBoundaryData const boundaries
 

Function Documentation

◆ AddSC_instance_black_temple()

void AddSC_instance_black_temple ( )
647{
661}
Definition: instance_black_temple.cpp:61
Definition: instance_black_temple.cpp:257
Definition: instance_black_temple.cpp:310
Definition: instance_black_temple.cpp:346
Definition: instance_black_temple.cpp:381
Definition: instance_black_temple.cpp:408
Definition: instance_black_temple.cpp:435
Definition: instance_black_temple.cpp:463
Definition: instance_black_temple.cpp:491
Definition: instance_black_temple.cpp:536
Definition: instance_black_temple.cpp:564
Definition: instance_black_temple.cpp:591
Definition: instance_black_temple.cpp:618

Referenced by AddOutlandScripts().

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.0 , 85.0) },
{ DATA_ILLIDAN_STORMRAGE, new EllipseBoundary(Position(694.8f, 309.0f), 80.0 , 95.0) }
}
@ DATA_TERON_GOREFIEND
Definition: black_temple.h:38
@ DATA_ILLIDARI_COUNCIL
Definition: black_temple.h:42
@ DATA_MOTHER_SHAHRAZ
Definition: black_temple.h:41
@ DATA_SUPREMUS
Definition: black_temple.h:36
@ DATA_ILLIDAN_STORMRAGE
Definition: black_temple.h:44
@ DATA_HIGH_WARLORD_NAJENTUS
Definition: black_temple.h:35
@ DATA_SHADE_OF_AKAMA
Definition: black_temple.h:37
@ DATA_GURTOGG_BLOODBOIL
Definition: black_temple.h:39
@ DATA_RELIQUARY_OF_SOULS
Definition: black_temple.h:40
Definition: Position.h:28
Definition: AreaBoundary.h:76
Definition: AreaBoundary.h:103
Definition: AreaBoundary.h:143

Referenced by instance_black_temple::instance_black_temple_InstanceMapScript::instance_black_temple_InstanceMapScript().

◆ doorData

DoorData const doorData[]
Initial value:
=
{
{ 0, 0, DOOR_TYPE_ROOM }
}
@ DOOR_TYPE_ROOM
Definition: InstanceScript.h:67
@ DOOR_TYPE_PASSAGE
Definition: InstanceScript.h:68
@ GO_TEMPLE_DOOR
Definition: uldaman.h:34
@ GO_ILLIDAN_DOOR_R
Definition: black_temple.h:88
@ GO_TERON_DOOR_1
Definition: black_temple.h:80
@ GO_TERON_DOOR_2
Definition: black_temple.h:81
@ GO_COUNCIL_DOOR_1
Definition: black_temple.h:85
@ GO_SHADE_OF_AKAMA_DOOR
Definition: black_temple.h:79
@ GO_MOTHER_SHAHRAZ_DOOR
Definition: black_temple.h:84
@ GO_GURTOGG_DOOR
Definition: black_temple.h:82
@ GO_NAJENTUS_GATE
Definition: black_temple.h:77
@ GO_ILLIDAN_GATE
Definition: black_temple.h:87
@ GO_COUNCIL_DOOR_2
Definition: black_temple.h:86
@ GO_SUPREMUS_GATE
Definition: black_temple.h:78
@ GO_ILLIDAN_DOOR_L
Definition: black_temple.h:89
@ DATA_AKAMA_FINISHED
Definition: black_temple.h:43

Referenced by instance_black_temple::instance_black_temple_InstanceMapScript::instance_black_temple_InstanceMapScript().