TrinityCore
Loading...
Searching...
No Matches
boss_razuvious.cpp File Reference
#include "ScriptMgr.h"
#include "InstanceScript.h"
#include "MotionMaster.h"
#include "naxxramas.h"
#include "ObjectAccessor.h"
#include "ScriptedCreature.h"
#include "SpellInfo.h"
+ Include dependency graph for boss_razuvious.cpp:

Go to the source code of this file.

Classes

struct  boss_razuvious
 
struct  npc_dk_understudy
 

Enumerations

enum  Yells { SAY_AGGRO = 0 , SAY_SLAY = 1 , SAY_TAUNTED = 2 , SAY_DEATH = 3 }
 
enum  Spells {
  SPELL_UNBALANCING_STRIKE = 26613 , SPELL_DISRUPTING_SHOUT = 29107 , SPELL_JAGGED_KNIFE = 55550 , SPELL_HOPELESS = 29125 ,
  SPELL_UNDERSTUDY_TAUNT = 29060 , SPELL_UNDERSTUDY_BLOOD_STRIKE = 61696 , SPELL_FORCE_OBEDIENCE = 55479
}
 
enum  Events { EVENT_ATTACK = 1 , EVENT_STRIKE , EVENT_SHOUT , EVENT_KNIFE }
 
enum  SummonGroups { SUMMON_GROUP_10MAN = 1 , SUMMON_GROUP_25MAN = 2 }
 

Functions

void AddSC_boss_razuvious ()
 

Enumeration Type Documentation

◆ Events

enum Events
Enumerator
EVENT_ATTACK 
EVENT_STRIKE 
EVENT_SHOUT 
EVENT_KNIFE 

Definition at line 45 of file boss_razuvious.cpp.

◆ Spells

enum Spells
Enumerator
SPELL_UNBALANCING_STRIKE 
SPELL_DISRUPTING_SHOUT 
SPELL_JAGGED_KNIFE 
SPELL_HOPELESS 
SPELL_UNDERSTUDY_TAUNT 
SPELL_UNDERSTUDY_BLOOD_STRIKE 
SPELL_FORCE_OBEDIENCE 

Definition at line 34 of file boss_razuvious.cpp.

◆ SummonGroups

Enumerator
SUMMON_GROUP_10MAN 
SUMMON_GROUP_25MAN 

Definition at line 53 of file boss_razuvious.cpp.

◆ Yells

enum Yells
Enumerator
SAY_AGGRO 
SAY_SLAY 
SAY_TAUNTED 
SAY_DEATH 

Definition at line 26 of file boss_razuvious.cpp.

Function Documentation

◆ AddSC_boss_razuvious()

void AddSC_boss_razuvious ( )

Definition at line 210 of file boss_razuvious.cpp.

+ Here is the caller graph for this function: