TrinityCore
boss_argaloth.cpp File Reference
#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 ()
 

Enumeration Type Documentation

◆ 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.

◆ 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.

◆ ArgalothTexts

Enumerator
SAY_ANNOUNCE_FEL_FIRESTORM 

Definition at line 27 of file boss_argaloth.cpp.

Function Documentation

◆ AddSC_boss_argaloth()

void AddSC_boss_argaloth ( )

Definition at line 202 of file boss_argaloth.cpp.

+ Here is the caller graph for this function: