![]() |
TrinityCore
|
#include "ScriptMgr.h"#include "InstanceScript.h"#include "MotionMaster.h"#include "ObjectAccessor.h"#include "ScriptedCreature.h"#include "steam_vault.h"
Include dependency graph for boss_warlord_kalithresh.cpp:Go to the source code of this file.
Classes | |
| struct | boss_warlord_kalithresh |
| struct | npc_naga_distiller |
Enumerations | |
| enum | KalithreshTexts { SAY_INTRO = 0 , SAY_REGEN = 1 , SAY_AGGRO = 2 , SAY_SLAY = 3 , SAY_DEATH = 4 , EMOTE_CHANNEL = 5 } |
| enum | KalithreshSpells { SPELL_HEAD_CRACK = 16172 , SPELL_REFLECTION = 31534 , SPELL_IMPALE = 39061 , SPELL_WARLORDS_RAGE = 37081 , SPELL_WARLORDS_RAGE_DISTILLER = 31543 , SPELL_SUMMON_DISTILLER_1 = 31544 , SPELL_SUMMON_DISTILLER_2 = 31545 , SPELL_SUMMON_DISTILLER_3 = 31546 , SPELL_DISTILLER_DUMMY = 31763 , SPELL_DISTILLER_DUMMY_DESPAWN = 31767 , SPELL_DISTILLER_DUMMY_TRIGGER_1 = 33761 , SPELL_DISTILLER_DUMMY_COMBAT = 33769 , SPELL_DISTILLER_DUMMY_TRIGGER_2 = 34065 , SPELL_STUN_SELF = 25900 , SPELL_QUIET_SUICIDE = 3617 } |
| enum | KalithreshEvents { EVENT_HEAD_CRACK = 1 , EVENT_REFLECTION , EVENT_IMPALE , EVENT_RAGE } |
| enum | KalithreshMisc { SOUND_ID_SLAY = 10396 , NPC_NAGA_DISTILLER = 17954 , POINT_DISTILLER = 1 , ACTION_DISTILLER_DEAD = 1 , ACTION_DISTILLER_CHANNEL = 1 } |
Functions | |
| void | AddSC_boss_warlord_kalithresh () |
| enum KalithreshEvents |
| Enumerator | |
|---|---|
| EVENT_HEAD_CRACK | |
| EVENT_REFLECTION | |
| EVENT_IMPALE | |
| EVENT_RAGE | |
Definition at line 64 of file boss_warlord_kalithresh.cpp.
| enum KalithreshMisc |
| Enumerator | |
|---|---|
| SOUND_ID_SLAY | |
| NPC_NAGA_DISTILLER | |
| POINT_DISTILLER | |
| ACTION_DISTILLER_DEAD | |
| ACTION_DISTILLER_CHANNEL | |
Definition at line 72 of file boss_warlord_kalithresh.cpp.
| enum KalithreshSpells |
Definition at line 40 of file boss_warlord_kalithresh.cpp.
| enum KalithreshTexts |
| Enumerator | |
|---|---|
| SAY_INTRO | |
| SAY_REGEN | |
| SAY_AGGRO | |
| SAY_SLAY | |
| SAY_DEATH | |
| EMOTE_CHANNEL | |
Definition at line 30 of file boss_warlord_kalithresh.cpp.
| void AddSC_boss_warlord_kalithresh | ( | ) |
Definition at line 240 of file boss_warlord_kalithresh.cpp.
Here is the caller graph for this function: