TrinityCore
Loading...
Searching...
No Matches
boss_falric.cpp File Reference
#include "ScriptMgr.h"
#include "boss_horAI.h"
#include "halls_of_reflection.h"
#include "InstanceScript.h"
+ Include dependency graph for boss_falric.cpp:

Go to the source code of this file.

Classes

class  boss_falric
 
struct  boss_falric::boss_falricAI
 

Enumerations

enum  Texts {
  SAY_AGGRO = 0 , SAY_SLAY = 1 , SAY_DEATH = 2 , SAY_IMPENDING_DESPAIR = 3 ,
  SAY_DEFILING_HORROR = 4
}
 
enum  Spells {
  SPELL_QUIVERING_STRIKE = 72422 , SPELL_IMPENDING_DESPAIR = 72426 , SPELL_DEFILING_HORROR = 72435 , SPELL_HOPELESSNESS_1 = 72395 ,
  SPELL_HOPELESSNESS_2 = 72396 , SPELL_HOPELESSNESS_3 = 72397
}
 
enum  Events { EVENT_NONE , EVENT_QUIVERING_STRIKE , EVENT_IMPENDING_DESPAIR , EVENT_DEFILING_HORROR }
 

Functions

void AddSC_boss_falric ()
 

Variables

uint32 const HopelessnessHelper [3] = { SPELL_HOPELESSNESS_1, SPELL_HOPELESSNESS_2, SPELL_HOPELESSNESS_3 }
 

Enumeration Type Documentation

◆ Events

enum Events
Enumerator
EVENT_NONE 
EVENT_QUIVERING_STRIKE 
EVENT_IMPENDING_DESPAIR 
EVENT_DEFILING_HORROR 

Definition at line 42 of file boss_falric.cpp.

◆ Spells

enum Spells
Enumerator
SPELL_QUIVERING_STRIKE 
SPELL_IMPENDING_DESPAIR 
SPELL_DEFILING_HORROR 
SPELL_HOPELESSNESS_1 
SPELL_HOPELESSNESS_2 
SPELL_HOPELESSNESS_3 

Definition at line 32 of file boss_falric.cpp.

◆ Texts

enum Texts
Enumerator
SAY_AGGRO 
SAY_SLAY 
SAY_DEATH 
SAY_IMPENDING_DESPAIR 
SAY_DEFILING_HORROR 

Definition at line 23 of file boss_falric.cpp.

Function Documentation

◆ AddSC_boss_falric()

void AddSC_boss_falric ( )

Definition at line 155 of file boss_falric.cpp.

+ Here is the caller graph for this function:

Variable Documentation

◆ HopelessnessHelper

Definition at line 50 of file boss_falric.cpp.