TrinityCore
boss_rezan.cpp File Reference
#include "AreaTrigger.h"
#include "AreaTriggerAI.h"
#include "InstanceScript.h"
#include "Map.h"
#include "ScriptMgr.h"
#include "ScriptedCreature.h"
#include "SpellAuraEffects.h"
#include "SpellScript.h"
#include "atal_dazar.h"
+ Include dependency graph for boss_rezan.cpp:

Go to the source code of this file.

Classes

struct  boss_rezan
 
class  spell_rezan_tail_selector
 
class  spell_rezan_devour
 
class  spell_rezan_pursuit
 
class  spell_rezan_boss_emote_at_target
 
class  spell_rezan_pile_of_bones_slow
 
class  spell_rezan_terrifying_visage
 
struct  at_rezan_pile_of_bones_spawn_raptor
 
struct  at_rezan_pile_of_bones_slow
 

Enumerations

enum  RezanSpells {
  SPELL_TAIL_SELECTOR = 255372 , SPELL_TAIL_DAMAGE = 255373 , SPELL_SERRATED_TEETH = 255434 , SPELL_DEVOUR = 255421 ,
  SPELL_TERRIFYING_VISAGE = 255371 , SPELL_REVERSE_CAST_RIDE_VEHICLE = 258344 , SPELL_PURSUIT = 257407 , SPELL_RIDE_VEHICLE = 46598 ,
  SPELL_PILE_OF_BONES_AT_SPAWN = 256608 , SPELL_PILE_OF_BONES_AT_SLOW = 256606 , SPELL_PILE_OF_BONES_TRIGGER_SPAWN = 256634 , SPELL_PILE_OF_BONES_SLOW = 257483 ,
  SPELL_BOSS_EMOTE_AT_TARGET = 255600
}
 
enum  RezanEvents { EVENT_TERRIFYING_VISAGE = 1 , EVENT_TAIL , EVENT_SERRATED_TEETH , EVENT_PURSUIT }
 
enum  RezanTexts { SAY_REANIMATED_RAPTOR_WARNING = 0 , SAY_REANIMATED_RAPTOR_SUMMONER = 1 , SAY_TERRIFYING_VISAGE = 2 , SAY_PURSUIT = 3 }
 

Functions

void AddSC_boss_rezan ()
 

Variables

constexpr Position PilesOfBonesPosition []
 

Enumeration Type Documentation

◆ RezanEvents

Enumerator
EVENT_TERRIFYING_VISAGE 
EVENT_TAIL 
EVENT_SERRATED_TEETH 
EVENT_PURSUIT 

Definition at line 45 of file boss_rezan.cpp.

◆ RezanSpells

Enumerator
SPELL_TAIL_SELECTOR 
SPELL_TAIL_DAMAGE 
SPELL_SERRATED_TEETH 
SPELL_DEVOUR 
SPELL_TERRIFYING_VISAGE 
SPELL_REVERSE_CAST_RIDE_VEHICLE 
SPELL_PURSUIT 
SPELL_RIDE_VEHICLE 
SPELL_PILE_OF_BONES_AT_SPAWN 
SPELL_PILE_OF_BONES_AT_SLOW 
SPELL_PILE_OF_BONES_TRIGGER_SPAWN 
SPELL_PILE_OF_BONES_SLOW 
SPELL_BOSS_EMOTE_AT_TARGET 

Definition at line 28 of file boss_rezan.cpp.

◆ RezanTexts

enum RezanTexts
Enumerator
SAY_REANIMATED_RAPTOR_WARNING 
SAY_REANIMATED_RAPTOR_SUMMONER 
SAY_TERRIFYING_VISAGE 
SAY_PURSUIT 

Definition at line 53 of file boss_rezan.cpp.

Function Documentation

◆ AddSC_boss_rezan()

void AddSC_boss_rezan ( )

Definition at line 370 of file boss_rezan.cpp.

+ Here is the caller graph for this function:

Variable Documentation

◆ PilesOfBonesPosition

constexpr Position PilesOfBonesPosition[]
constexpr

Definition at line 61 of file boss_rezan.cpp.