TrinityCore
Loading...
Searching...
No Matches
boss_doomwalker.cpp File Reference
#include "MotionMaster.h"
#include "ScriptMgr.h"
#include "ScriptedCreature.h"
#include "SpellInfo.h"
#include "SpellScript.h"
+ Include dependency graph for boss_doomwalker.cpp:

Go to the source code of this file.

Classes

struct  boss_doomwalker
 
class  spell_doomwalker_earthquake
 
class  spell_doomwalker_overrun
 
class  spell_doomwalker_overrun_damage
 

Enumerations

enum  Texts {
  SAY_AGGRO = 0 , SAY_EARTHQUAKE = 1 , SAY_OVERRUN = 2 , SAY_SLAY = 3 ,
  SAY_DEATH = 4
}
 
enum  Spells {
  SPELL_EARTHQUAKE = 32686 , SPELL_SUNDER_ARMOR = 33661 , SPELL_CHAIN_LIGHTNING = 33665 , SPELL_SUMMON_OVERRUN_TARGET = 32632 ,
  SPELL_OVERRUN = 32636 , SPELL_ENRAGE = 33653 , SPELL_MARK_DEATH = 37128 , SPELL_AURA_DEATH = 37131 ,
  SPELL_KNOCKDOWN = 13360
}
 
enum  Events {
  EVENT_ENRAGE = 1 , EVENT_ARMOR = 2 , EVENT_CHAIN = 3 , EVENT_QUAKE = 4 ,
  EVENT_OVERRUN = 5
}
 
enum  DoomwalkerMisc { POINT_OVERRUN = 0 , NPC_OVERRUN_TARGET = 18665 }
 

Functions

void AddSC_boss_doomwalker ()
 

Enumeration Type Documentation

◆ DoomwalkerMisc

Enumerator
POINT_OVERRUN 
NPC_OVERRUN_TARGET 

Definition at line 55 of file boss_doomwalker.cpp.

◆ Events

enum Events
Enumerator
EVENT_ENRAGE 
EVENT_ARMOR 
EVENT_CHAIN 
EVENT_QUAKE 
EVENT_OVERRUN 

Definition at line 46 of file boss_doomwalker.cpp.

◆ Spells

enum Spells
Enumerator
SPELL_EARTHQUAKE 
SPELL_SUNDER_ARMOR 
SPELL_CHAIN_LIGHTNING 
SPELL_SUMMON_OVERRUN_TARGET 
SPELL_OVERRUN 
SPELL_ENRAGE 
SPELL_MARK_DEATH 
SPELL_AURA_DEATH 
SPELL_KNOCKDOWN 

Definition at line 33 of file boss_doomwalker.cpp.

◆ Texts

enum Texts
Enumerator
SAY_AGGRO 
SAY_EARTHQUAKE 
SAY_OVERRUN 
SAY_SLAY 
SAY_DEATH 

Definition at line 24 of file boss_doomwalker.cpp.

Function Documentation

◆ AddSC_boss_doomwalker()

void AddSC_boss_doomwalker ( )

Definition at line 236 of file boss_doomwalker.cpp.

+ Here is the caller graph for this function: