|
Project SkyFire Core
SkyFire 5.4.8 server core API documentation
|
#include "ScriptMgr.h"#include "ScriptedCreature.h"#include "SpellAuraEffects.h"#include "SpellScript.h"Go to the source code of this file.
Classes | |
| class | boss_doomlord_kazzak |
| struct | boss_doomlord_kazzak::boss_doomlordkazzakAI |
| class | spell_mark_of_kazzak |
| class | spell_mark_of_kazzak::spell_mark_of_kazzak_AuraScript |
Enumerations | |
| 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 } |
| 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_BERSERK = 32965 } |
| enum | Texts { SAY_INTRO = 0 , SAY_AGGRO = 1 , SAY_SURPREME = 2 , SAY_KILL = 3 , SAY_DEATH = 4 , EMOTE_FRENZY = 5 , SAY_RAND = 6 } |
Functions | |
| void | AddSC_boss_doomlordkazzak () |
| 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 36 of file boss_doomlord_kazzak.cpp.
| 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_BERSERK | |
Definition at line 22 of file boss_doomlord_kazzak.cpp.
| enum Texts |
| Enumerator | |
|---|---|
| SAY_INTRO | |
| SAY_AGGRO | |
| SAY_SURPREME | |
| SAY_KILL | |
| SAY_DEATH | |
| EMOTE_FRENZY | |
| SAY_RAND | |
Definition at line 11 of file boss_doomlord_kazzak.cpp.
| void AddSC_boss_doomlordkazzak | ( | ) |
Definition at line 212 of file boss_doomlord_kazzak.cpp.
Referenced by AddOutlandScripts().