TrinityCore
Loading...
Searching...
No Matches
boss_adarogg.cpp File Reference
#include "InstanceScript.h"
#include "MotionMaster.h"
#include "Player.h"
#include "ScriptMgr.h"
#include "ScriptedCreature.h"
#include "TaskScheduler.h"
#include "ragefire_chasm.h"
+ Include dependency graph for boss_adarogg.cpp:

Go to the source code of this file.

Classes

class  at_adarogg_intro
 
struct  boss_adarogg
 

Enumerations

enum  AdaroggSpells {
  SPELL_ADJULES_CHOW_TIME = 120113 , SPELL_EAT_TROGG = 120064 , SPELL_INFERNO_CHARGE_CAST = 119405 , SPELL_INFERNO_CHARGE_SUMMON = 119297 ,
  SPELL_FIRE_BREATH = 119420
}
 
enum  AdaroggTexts { SAY_INFERNO_CHARGE = 0 , SAY_HOUNDMASTER_INTRO_0 = 0 , SAY_HOUNDMASTER_INTRO_1 = 1 }
 
enum  AdaroggEvents { EVENT_INFERNO_CHARGE = 1 , EVENT_FIRE_BREATH = 2 }
 
enum  AdaroggActions { ACTION_KILL_HOUNDMASTERS = 1 }
 
enum  AdaroggPaths { PATH_INTRO = 6140800 , PATH_INTRO2 = 6140801 , PATH_INTRO3 = 6140802 }
 

Functions

void AddSC_boss_adarogg ()
 

Variables

constexpr Position AdaroggIntroPoints [2]
 

Enumeration Type Documentation

◆ AdaroggActions

Enumerator
ACTION_KILL_HOUNDMASTERS 

Definition at line 53 of file boss_adarogg.cpp.

◆ AdaroggEvents

Enumerator
EVENT_INFERNO_CHARGE 
EVENT_FIRE_BREATH 

Definition at line 47 of file boss_adarogg.cpp.

◆ AdaroggPaths

Enumerator
PATH_INTRO 
PATH_INTRO2 
PATH_INTRO3 

Definition at line 58 of file boss_adarogg.cpp.

◆ AdaroggSpells

Enumerator
SPELL_ADJULES_CHOW_TIME 
SPELL_EAT_TROGG 
SPELL_INFERNO_CHARGE_CAST 
SPELL_INFERNO_CHARGE_SUMMON 
SPELL_FIRE_BREATH 

Definition at line 26 of file boss_adarogg.cpp.

◆ AdaroggTexts

Enumerator
SAY_INFERNO_CHARGE 
SAY_HOUNDMASTER_INTRO_0 
SAY_HOUNDMASTER_INTRO_1 

Definition at line 38 of file boss_adarogg.cpp.

Function Documentation

◆ AddSC_boss_adarogg()

void AddSC_boss_adarogg ( )

Definition at line 254 of file boss_adarogg.cpp.

+ Here is the caller graph for this function:

Variable Documentation

◆ AdaroggIntroPoints

constexpr Position AdaroggIntroPoints[2]
constexpr
Initial value:
=
{
{ -282.31488f, -53.24906f, -60.802902f },
{ -281.1894f, -54.73433f, -60.34256f }
}

Definition at line 65 of file boss_adarogg.cpp.