TrinityCore
boss_curator.cpp File Reference
#include "ScriptMgr.h"
#include "karazhan.h"
#include "ScriptedCreature.h"
+ Include dependency graph for boss_curator.cpp:

Go to the source code of this file.

Classes

class  boss_curator
 
struct  boss_curator::boss_curatorAI
 
class  npc_curator_astral_flare
 
struct  npc_curator_astral_flare::npc_curator_astral_flareAI
 

Enumerations

enum  CuratorSays {
  SAY_AGGRO = 0 , SAY_SUMMON = 1 , SAY_EVOCATE = 2 , SAY_ENRAGE = 3 ,
  SAY_KILL = 4 , SAY_DEATH = 5
}
 
enum  CuratorSpells {
  SPELL_HATEFUL_BOLT = 30383 , SPELL_EVOCATION = 30254 , SPELL_ARCANE_INFUSION = 30403 , SPELL_BERSERK = 26662 ,
  SPELL_SUMMON_ASTRAL_FLARE_NE = 30236 , SPELL_SUMMON_ASTRAL_FLARE_NW = 30239 , SPELL_SUMMON_ASTRAL_FLARE_SE = 30240 , SPELL_SUMMON_ASTRAL_FLARE_SW = 30241
}
 
enum  CuratorEvents { EVENT_HATEFUL_BOLT = 1 , EVENT_SUMMON_ASTRAL_FLARE , EVENT_ARCANE_INFUSION , EVENT_BERSERK }
 

Functions

void AddSC_boss_curator ()
 

Enumeration Type Documentation

◆ CuratorEvents

Enumerator
EVENT_HATEFUL_BOLT 
EVENT_SUMMON_ASTRAL_FLARE 
EVENT_ARCANE_INFUSION 
EVENT_BERSERK 

Definition at line 44 of file boss_curator.cpp.

◆ CuratorSays

Enumerator
SAY_AGGRO 
SAY_SUMMON 
SAY_EVOCATE 
SAY_ENRAGE 
SAY_KILL 
SAY_DEATH 

Definition at line 22 of file boss_curator.cpp.

◆ CuratorSpells

Enumerator
SPELL_HATEFUL_BOLT 
SPELL_EVOCATION 
SPELL_ARCANE_INFUSION 
SPELL_BERSERK 
SPELL_SUMMON_ASTRAL_FLARE_NE 
SPELL_SUMMON_ASTRAL_FLARE_NW 
SPELL_SUMMON_ASTRAL_FLARE_SE 
SPELL_SUMMON_ASTRAL_FLARE_SW 

Definition at line 32 of file boss_curator.cpp.

Function Documentation

◆ AddSC_boss_curator()

void AddSC_boss_curator ( )

Definition at line 186 of file boss_curator.cpp.

+ Here is the caller graph for this function: