TrinityCore
Loading...
Searching...
No Matches
boss_doomlord_kazzak.cpp File Reference
#include "ScriptMgr.h"
#include "ScriptedCreature.h"
#include "SpellScript.h"
+ Include dependency graph for boss_doomlord_kazzak.cpp:

Go to the source code of this file.

Classes

struct  boss_doomlord_kazzak
 
class  spell_mark_of_kazzak
 
class  spell_twisted_reflection
 

Enumerations

enum  Texts {
  SAY_INTRO = 0 , SAY_AGGRO = 1 , SAY_SURPREME = 2 , SAY_KILL = 3 ,
  SAY_DEATH = 4 , EMOTE_FRENZY = 5 , SAY_RAND = 6
}
 
enum  Spells {
  SPELL_SHADOW_VOLLEY = 32963 , SPELL_CLEAVE = 31779 , SPELL_THUNDERCLAP = 36706 , SPELL_VOID_BOLT = 39329 ,
  SPELL_MARK_OF_KAZZAK = 32960 , SPELL_MARK_OF_KAZZAK_DAMAGE = 32961 , SPELL_ENRAGE = 32964 , SPELL_CAPTURE_SOUL = 32966 ,
  SPELL_TWISTED_REFLECTION = 21063 , SPELL_TWISTED_REFLECTION_HEAL = 21064 , SPELL_BERSERK = 32965
}
 
enum  Events {
  EVENT_SHADOW_VOLLEY = 1 , EVENT_CLEAVE = 2 , EVENT_THUNDERCLAP = 3 , EVENT_VOID_BOLT = 4 ,
  EVENT_MARK_OF_KAZZAK = 5 , EVENT_ENRAGE = 6 , EVENT_TWISTED_REFLECTION = 7 , EVENT_BERSERK = 8
}
 

Functions

void AddSC_boss_doomlordkazzak ()
 

Enumeration Type Documentation

◆ Events

enum Events
Enumerator
EVENT_SHADOW_VOLLEY 
EVENT_CLEAVE 
EVENT_THUNDERCLAP 
EVENT_VOID_BOLT 
EVENT_MARK_OF_KAZZAK 
EVENT_ENRAGE 
EVENT_TWISTED_REFLECTION 
EVENT_BERSERK 

Definition at line 48 of file boss_doomlord_kazzak.cpp.

◆ Spells

enum Spells
Enumerator
SPELL_SHADOW_VOLLEY 
SPELL_CLEAVE 
SPELL_THUNDERCLAP 
SPELL_VOID_BOLT 
SPELL_MARK_OF_KAZZAK 
SPELL_MARK_OF_KAZZAK_DAMAGE 
SPELL_ENRAGE 
SPELL_CAPTURE_SOUL 
SPELL_TWISTED_REFLECTION 
SPELL_TWISTED_REFLECTION_HEAL 
SPELL_BERSERK 

Definition at line 33 of file boss_doomlord_kazzak.cpp.

◆ Texts

enum Texts
Enumerator
SAY_INTRO 
SAY_AGGRO 
SAY_SURPREME 
SAY_KILL 
SAY_DEATH 
EMOTE_FRENZY 
SAY_RAND 

Definition at line 22 of file boss_doomlord_kazzak.cpp.

Function Documentation

◆ AddSC_boss_doomlordkazzak()

void AddSC_boss_doomlordkazzak ( )

Definition at line 221 of file boss_doomlord_kazzak.cpp.

+ Here is the caller graph for this function: