AzerothCore 3.3.5a
OpenSource WoW Emulator
Loading...
Searching...
No Matches
boss_kazrogal.cpp File Reference
#include "CreatureScript.h"
#include "GridNotifiers.h"
#include "ScriptedCreature.h"
#include "SpellAuraEffects.h"
#include "SpellScript.h"
#include "SpellScriptLoader.h"
#include "hyjal.h"

Go to the source code of this file.

Classes

struct  boss_kazrogal
 
class  spell_mark_of_kazrogal
 
class  spell_mark_of_kazrogal_aura
 

Enumerations

enum  Spells {
  SPELL_MALEVOLENT_CLEAVE = 31436 ,
  SPELL_WAR_STOMP = 31480 ,
  SPELL_CRIPPLE = 31477 ,
  SPELL_MARK = 31447 ,
  SPELL_MARK_DAMAGE = 31463
}
 
enum  Texts {
  SAY_ONSLAY = 0 ,
  SAY_MARK = 1 ,
  SAY_ONSPAWN = 2
}
 
enum  Sounds { SOUND_ONDEATH = 11018 }
 

Functions

void AddSC_boss_kazrogal ()
 

Enumeration Type Documentation

◆ Sounds

enum Sounds
Enumerator
SOUND_ONDEATH 
43{
44 SOUND_ONDEATH = 11018,
45};
@ SOUND_ONDEATH
Definition boss_kazrogal.cpp:44

◆ Spells

enum Spells
Enumerator
SPELL_MALEVOLENT_CLEAVE 
SPELL_WAR_STOMP 
SPELL_CRIPPLE 
SPELL_MARK 
SPELL_MARK_DAMAGE 
27{
29 SPELL_WAR_STOMP = 31480,
30 SPELL_CRIPPLE = 31477,
31 SPELL_MARK = 31447,
32 SPELL_MARK_DAMAGE = 31463
33};
@ SPELL_MARK_DAMAGE
Definition boss_kazrogal.cpp:32
@ SPELL_CRIPPLE
Definition boss_kazrogal.cpp:30
@ SPELL_MARK
Definition boss_kazrogal.cpp:31
@ SPELL_MALEVOLENT_CLEAVE
Definition boss_kazrogal.cpp:28
@ SPELL_WAR_STOMP
Definition boss_kazrogal.cpp:29

◆ Texts

enum Texts
Enumerator
SAY_ONSLAY 
SAY_MARK 
SAY_ONSPAWN 
36{
37 SAY_ONSLAY = 0,
38 SAY_MARK = 1,
39 SAY_ONSPAWN = 2,
40};
@ SAY_ONSPAWN
Definition boss_kazrogal.cpp:39
@ SAY_ONSLAY
Definition boss_kazrogal.cpp:37
@ SAY_MARK
Definition boss_kazrogal.cpp:38

Function Documentation

◆ AddSC_boss_kazrogal()

void AddSC_boss_kazrogal ( )
180{
183}
#define RegisterSpellAndAuraScriptPair(script_1, script_2)
Definition SpellScriptLoader.h:90
Definition boss_kazrogal.cpp:153
Definition boss_kazrogal.cpp:138
#define RegisterHyjalAI(ai_name)
Definition hyjal.h:195
Definition boss_kazrogal.cpp:48

References RegisterHyjalAI, and RegisterSpellAndAuraScriptPair.

Referenced by AddKalimdorScripts().