![]() |
TrinityCore
|
#include "ScriptMgr.h"#include "baradin_hold.h"#include "Containers.h"#include "InstanceScript.h"#include "Map.h"#include "ScriptedCreature.h"#include "SpellAuraEffects.h"#include "SpellScript.h"
Include dependency graph for boss_argaloth.cpp:Go to the source code of this file.
Classes | |
| struct | boss_argaloth |
| class | spell_argaloth_consuming_darkness |
| class | spell_argaloth_fel_firestorm |
| class | spell_argaloth_fel_firestorm_forcecast |
Enumerations | |
| enum | ArgalothTexts { SAY_ANNOUNCE_FEL_FIRESTORM = 0 } |
| enum | ArgalothSpells { SPELL_FEL_FIRESTORM = 88972 , SPELL_FEL_FIRESTORM_TRIGGERED = 88973 , SPELL_BERSERK = 47008 , SPELL_METEOR_SLASH_VISUAL = 88949 , SPELL_METEOR_SLASH = 88942 , SPELL_CONSUMING_DARKNESS = 88954 } |
| enum | ArgalothEvents { EVENT_METEOR_SLASH = 1 , EVENT_CONSUMING_DARKNESS , EVENT_FEL_FIRESTORM , EVENT_END_FEL_FIRESTORM , EVENT_BERSERK } |
Functions | |
| void | AddSC_boss_argaloth () |
| enum ArgalothEvents |
| Enumerator | |
|---|---|
| EVENT_METEOR_SLASH | |
| EVENT_CONSUMING_DARKNESS | |
| EVENT_FEL_FIRESTORM | |
| EVENT_END_FEL_FIRESTORM | |
| EVENT_BERSERK | |
Definition at line 42 of file boss_argaloth.cpp.
| enum ArgalothSpells |
| Enumerator | |
|---|---|
| SPELL_FEL_FIRESTORM | |
| SPELL_FEL_FIRESTORM_TRIGGERED | |
| SPELL_BERSERK | |
| SPELL_METEOR_SLASH_VISUAL | |
| SPELL_METEOR_SLASH | |
| SPELL_CONSUMING_DARKNESS | |
Definition at line 32 of file boss_argaloth.cpp.
| enum ArgalothTexts |
| Enumerator | |
|---|---|
| SAY_ANNOUNCE_FEL_FIRESTORM | |
Definition at line 27 of file boss_argaloth.cpp.
| void AddSC_boss_argaloth | ( | ) |