TrinityCore
Loading...
Searching...
No Matches
instance_the_black_morass.cpp File Reference
#include "ScriptMgr.h"
#include "EventMap.h"
#include "InstanceScript.h"
#include "Log.h"
#include "Map.h"
#include "Player.h"
#include "the_black_morass.h"
#include "TemporarySummon.h"
+ Include dependency graph for instance_the_black_morass.cpp:

Go to the source code of this file.

Classes

struct  Wave
 
class  instance_the_black_morass
 
struct  instance_the_black_morass::instance_the_black_morass_InstanceMapScript
 

Enumerations

enum  Misc { SPELL_RIFT_CHANNEL = 31387 , RIFT_BOSS = 1 }
 
enum  EventIds { EVENT_NEXT_PORTAL = 1 }
 

Functions

uint32 RandRiftBoss ()
 
void AddSC_instance_the_black_morass ()
 

Variables

float PortalLocation [4][4]
 
static Wave RiftWaves []
 

Enumeration Type Documentation

◆ EventIds

enum EventIds
Enumerator
EVENT_NEXT_PORTAL 

Definition at line 66 of file instance_the_black_morass.cpp.

◆ Misc

enum Misc
Enumerator
SPELL_RIFT_CHANNEL 
RIFT_BOSS 

Definition at line 34 of file instance_the_black_morass.cpp.

Function Documentation

◆ AddSC_instance_the_black_morass()

void AddSC_instance_the_black_morass ( )

Definition at line 334 of file instance_the_black_morass.cpp.

+ Here is the caller graph for this function:

◆ RandRiftBoss()

uint32 RandRiftBoss ( )
inline

Definition at line 40 of file instance_the_black_morass.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

Variable Documentation

◆ PortalLocation

float PortalLocation[4][4]
Initial value:
=
{
{-2041.06f, 7042.08f, 29.99f, 1.30f},
{-1968.18f, 7042.11f, 21.93f, 2.12f},
{-1885.82f, 7107.36f, 22.32f, 3.07f},
{-1928.11f, 7175.95f, 22.11f, 3.44f}
}

Definition at line 42 of file instance_the_black_morass.cpp.

◆ RiftWaves

Wave RiftWaves[]
static
Initial value:
=
{
{ RIFT_BOSS, 0s },
{ RIFT_BOSS, 120s },
{ NPC_TEMPORUS, 140s },
{ RIFT_BOSS, 120s },
{ NPC_AEONUS, 0s }
}
@ NPC_AEONUS
@ NPC_TEMPORUS
@ NPC_CRONO_LORD_DEJA

Definition at line 56 of file instance_the_black_morass.cpp.