![]() |
TrinityCore
|
#include "ScriptMgr.h"#include "hyjal.h"#include "MotionMaster.h"#include "ScriptedCreature.h"#include "SpellAuraEffects.h"#include "SpellInfo.h"#include "SpellScript.h"
Include dependency graph for boss_kazrogal.cpp:Go to the source code of this file.
Classes | |
| struct | boss_kazrogal |
| class | MarkTargetFilter |
| class | spell_mark_of_kazrogal |
| class | spell_mark_of_kazrogal_aura |
Enumerations | |
| enum | KazrogalTexts { SAY_INTRO = 0 , SAY_MARK = 1 , SAY_SLAY = 2 } |
| enum | KazrogalSpells { SPELL_MALEVOLENT_CLEAVE = 31436 , SPELL_WAR_STOMP = 31480 , SPELL_CRIPPLE = 31477 , SPELL_MARK_OF_KAZROGAL = 31447 , SPELL_MARK_OF_KAZROGAL_DMG = 31463 } |
| enum | KazrogalEvents { EVENT_MALEVOLENT_CLEAVE = 1 , EVENT_WAR_STOMP , EVENT_CRIPPLE , EVENT_MARK_OF_KAZROGAL } |
| enum | KazrogalMisc { SOUND_DEATH = 11018 } |
Functions | |
| void | AddSC_boss_kazrogal () |
| enum KazrogalEvents |
| Enumerator | |
|---|---|
| EVENT_MALEVOLENT_CLEAVE | |
| EVENT_WAR_STOMP | |
| EVENT_CRIPPLE | |
| EVENT_MARK_OF_KAZROGAL | |
Definition at line 47 of file boss_kazrogal.cpp.
| enum KazrogalMisc |
| Enumerator | |
|---|---|
| SOUND_DEATH | |
Definition at line 55 of file boss_kazrogal.cpp.
| enum KazrogalSpells |
| Enumerator | |
|---|---|
| SPELL_MALEVOLENT_CLEAVE | |
| SPELL_WAR_STOMP | |
| SPELL_CRIPPLE | |
| SPELL_MARK_OF_KAZROGAL | |
| SPELL_MARK_OF_KAZROGAL_DMG | |
Definition at line 37 of file boss_kazrogal.cpp.
| enum KazrogalTexts |
| Enumerator | |
|---|---|
| SAY_INTRO | |
| SAY_MARK | |
| SAY_SLAY | |
Definition at line 30 of file boss_kazrogal.cpp.
| void AddSC_boss_kazrogal | ( | ) |