TrinityCore
naxxramas.cpp File Reference
#include "ScriptMgr.h"
#include "MotionMaster.h"
#include "MoveSpline.h"
#include "MoveSplineInit.h"
#include "ScriptedCreature.h"
#include "PassiveAI.h"
#include "TemporarySummon.h"
#include "naxxramas.h"
+ Include dependency graph for naxxramas.cpp:

Go to the source code of this file.

Classes

struct  LivingPoisonData
 
struct  npc_frogger_trigger_naxx
 

Enumerations

enum  NaxxEvents { EVENT_SUMMON_LIVING_POISON = 1 }
 

Functions

void AddSC_naxxramas ()
 

Variables

std::array< LivingPoisonData, 3 > const LivingPoisons
 

Enumeration Type Documentation

◆ NaxxEvents

enum NaxxEvents
Enumerator
EVENT_SUMMON_LIVING_POISON 

Definition at line 40 of file naxxramas.cpp.

Function Documentation

◆ AddSC_naxxramas()

void AddSC_naxxramas ( )

Definition at line 132 of file naxxramas.cpp.

+ Here is the caller graph for this function:

Variable Documentation

◆ LivingPoisons

std::array<LivingPoisonData, 3> const LivingPoisons
Initial value:
= {
{
{
{ 3175.399f, -3134.5156f, 293.37762f, 4.4535513f },
{ 3167.0532f, -3150.3875f, 294.0628f },
{ 3158.178f, -3163.7876f, 293.3122f },
5s + 500ms
},
{
{ 3154.5203f, -3125.6458f, 293.44492f, 4.6543846f },
{ 3149.712f, -3142.9995f, 294.0628f },
{ 3145.9402f, -3158.5762f, 293.32156f },
6s
},
{
{ 3128.609f, -3119.2295f, 293.42194f, 4.7248187f },
{ 3128.868f, -3140.0342f, 294.0628f },
{ 3129.5356f, -3156.7466f, 293.32394f },
7s
}
}
}

Definition at line 53 of file naxxramas.cpp.