![]() |
TrinityCore
|
#include "ScriptMgr.h"#include "Containers.h"#include "InstanceScript.h"#include "ruins_of_ahnqiraj.h"#include "ScriptedCreature.h"#include "SpellInfo.h"#include "SpellScript.h"
Include dependency graph for boss_kurinnaxx.cpp:Go to the source code of this file.
Classes | |
| struct | boss_kurinnaxx |
| class | spell_kurinnaxx_sand_trap |
Enumerations | |
| enum | KurinnaxxTexts { SAY_KURINAXX_DEATH = 5 , EMOTE_FRENZY = 0 } |
| enum | KurinnaxxSpells { SPELL_MORTAL_WOUND = 25646 , SPELL_SAND_TRAP_TRIGGER = 26524 , SPELL_THRASH = 3391 , SPELL_WIDE_SLASH = 25814 , SPELL_FRENZY = 26527 , SPELL_SUMMON_PLAYER = 26446 , SPELL_SAND_TRAP_EFFECT = 25648 } |
| enum | KurinnaxxEvents { EVENT_MORTAL_WOUND = 1 , EVENT_SAND_TRAP , EVENT_THRASH , EVENT_WIDE_SLASH , EVENT_FRENZY , EVENT_SUMMON_PLAYER } |
Functions | |
| void | AddSC_boss_kurinnaxx () |
| enum KurinnaxxEvents |
| Enumerator | |
|---|---|
| EVENT_MORTAL_WOUND | |
| EVENT_SAND_TRAP | |
| EVENT_THRASH | |
| EVENT_WIDE_SLASH | |
| EVENT_FRENZY | |
| EVENT_SUMMON_PLAYER | |
Definition at line 48 of file boss_kurinnaxx.cpp.
| enum KurinnaxxSpells |
| Enumerator | |
|---|---|
| SPELL_MORTAL_WOUND | |
| SPELL_SAND_TRAP_TRIGGER | |
| SPELL_THRASH | |
| SPELL_WIDE_SLASH | |
| SPELL_FRENZY | |
| SPELL_SUMMON_PLAYER | |
| SPELL_SAND_TRAP_EFFECT | |
Definition at line 36 of file boss_kurinnaxx.cpp.
| enum KurinnaxxTexts |
| Enumerator | |
|---|---|
| SAY_KURINAXX_DEATH | |
| EMOTE_FRENZY | |
Definition at line 30 of file boss_kurinnaxx.cpp.
| void AddSC_boss_kurinnaxx | ( | ) |