TrinityCore
Loading...
Searching...
No Matches
boss_magmus.cpp File Reference
#include "ScriptMgr.h"
#include "blackrock_depths.h"
#include "InstanceScript.h"
#include "ScriptedCreature.h"
+ Include dependency graph for boss_magmus.cpp:

Go to the source code of this file.

Classes

class  boss_magmus
 
struct  boss_magmus::boss_magmusAI
 
class  npc_ironhand_guardian
 
struct  npc_ironhand_guardian::npc_ironhand_guardianAI
 

Enumerations

enum  Spells { SPELL_FIERYBURST = 13900 , SPELL_WARSTOMP = 24375 }
 
enum  Events { EVENT_FIERY_BURST = 1 , EVENT_WARSTOMP = 2 }
 
enum  Phases { PHASE_ONE = 1 , PHASE_TWO = 2 }
 
enum  IronhandGuardian { EVENT_GOUTOFFLAME = 1 , SPELL_GOUTOFFLAME = 15529 }
 

Functions

void AddSC_boss_magmus ()
 

Enumeration Type Documentation

◆ Events

enum Events
Enumerator
EVENT_FIERY_BURST 
EVENT_WARSTOMP 

Definition at line 29 of file boss_magmus.cpp.

◆ IronhandGuardian

Enumerator
EVENT_GOUTOFFLAME 
SPELL_GOUTOFFLAME 

Definition at line 105 of file boss_magmus.cpp.

◆ Phases

enum Phases
Enumerator
PHASE_ONE 
PHASE_TWO 

Definition at line 35 of file boss_magmus.cpp.

◆ Spells

enum Spells
Enumerator
SPELL_FIERYBURST 
SPELL_WARSTOMP 

Definition at line 23 of file boss_magmus.cpp.

Function Documentation

◆ AddSC_boss_magmus()

void AddSC_boss_magmus ( )

Definition at line 164 of file boss_magmus.cpp.

+ Here is the caller graph for this function: