TrinityCore
Loading...
Searching...
No Matches
instance_sunwell_plateau.cpp File Reference
#include "ScriptMgr.h"
#include "AreaBoundary.h"
#include "Creature.h"
#include "InstanceScript.h"
#include "Log.h"
#include "Map.h"
#include "Player.h"
#include "sunwell_plateau.h"
+ Include dependency graph for instance_sunwell_plateau.cpp:

Go to the source code of this file.

Classes

class  instance_sunwell_plateau
 
struct  instance_sunwell_plateau::instance_sunwell_plateau_InstanceMapScript
 

Functions

void AddSC_instance_sunwell_plateau ()
 

Variables

DoorData const doorData []
 
ObjectData const creatureData []
 
ObjectData const gameObjectData []
 
BossBoundaryData const boundaries
 

Function Documentation

◆ AddSC_instance_sunwell_plateau()

void AddSC_instance_sunwell_plateau ( )

Definition at line 169 of file instance_sunwell_plateau.cpp.

+ Here is the caller graph for this function:

Variable Documentation

◆ boundaries

BossBoundaryData const boundaries
Initial value:
=
{
{ DATA_KALECGOS, new BoundaryUnionBoundary(new CircleBoundary(Position(1704.9f, 928.4f), 34.0), new RectangleBoundary(1689.2f, 1713.3f, 762.2f, 1074.8f)) }
}
@ DATA_KALECGOS

Definition at line 73 of file instance_sunwell_plateau.cpp.

◆ creatureData

ObjectData const creatureData[]
Initial value:
=
{
{ 0, 0 }
}
@ NPC_WORLD_TRIGGER
@ NPC_KALECGOS
@ DATA_KILJAEDEN_CONTROLLER
@ DATA_BRUTALLUS
@ DATA_MURU
@ DATA_SATHROVARR
@ DATA_KILJAEDEN
@ DATA_FELMYST
@ DATA_ALYTHESS
@ DATA_ANVEENA
@ DATA_WORLD_TRIGGER
@ DATA_KALECGOS_HUMAN
@ DATA_SACROLASH
@ DATA_KALECGOS_DRAGON
@ DATA_ENTROPIUS
@ DATA_KALECGOS_KJ
@ DATA_MADRIGOSA
@ NPC_LADY_SACROLASH
@ NPC_KALECGOS_HUMAN
@ NPC_KILJAEDEN_CONTROLLER
@ NPC_GRAND_WARLOCK_ALYTHESS
@ NPC_MURU
@ NPC_BRUTALLUS
@ NPC_ANVEENA
@ NPC_KILJAEDEN
@ NPC_ENTROPIUS
@ NPC_SATHROVARR
@ NPC_FELMYST
@ NPC_KALECGOS_KJ
@ NPC_MADRIGOSA

Definition at line 47 of file instance_sunwell_plateau.cpp.

◆ doorData

◆ gameObjectData

ObjectData const gameObjectData[]
Initial value:
=
{
{ 0, 0 }
}
@ GO_ICE_BARRIER
@ DATA_ICE_BARRIER

Definition at line 67 of file instance_sunwell_plateau.cpp.