AzerothCore 3.3.5a
OpenSource WoW Emulator
Loading...
Searching...
No Matches
boss_watchkeeper_gargolmar.cpp File Reference
#include "CreatureScript.h"
#include "ScriptedCreature.h"
#include "SpellScriptLoader.h"
#include "hellfire_ramparts.h"
#include "SpellScript.h"

Go to the source code of this file.

Classes

struct  boss_watchkeeper_gargolmar
 
class  spell_gargolmar_retalliation
 

Enumerations

enum  Says {
  SAY_TAUNT = 0 ,
  SAY_HEAL = 1 ,
  SAY_SURGE = 2 ,
  SAY_AGGRO = 3 ,
  SAY_KILL = 4 ,
  SAY_DIE = 5
}
 
enum  Spells {
  SPELL_MORTAL_WOUND = 30641 ,
  SPELL_SURGE = 34645 ,
  SPELL_RETALIATION = 22857
}
 
enum  Misc { NPC_HELLFIRE_WATCHER = 17309 }
 

Functions

void AddSC_boss_watchkeeper_gargolmar ()
 

Enumeration Type Documentation

◆ Misc

enum Misc
Enumerator
NPC_HELLFIRE_WATCHER 
42{
44};
@ NPC_HELLFIRE_WATCHER
Definition boss_watchkeeper_gargolmar.cpp:43

◆ Says

enum Says
Enumerator
SAY_TAUNT 
SAY_HEAL 
SAY_SURGE 
SAY_AGGRO 
SAY_KILL 
SAY_DIE 
25{
26 SAY_TAUNT = 0,
27 SAY_HEAL = 1,
28 SAY_SURGE = 2,
29 SAY_AGGRO = 3,
30 SAY_KILL = 4,
31 SAY_DIE = 5
32};
@ SAY_SURGE
Definition boss_watchkeeper_gargolmar.cpp:28
@ SAY_HEAL
Definition boss_watchkeeper_gargolmar.cpp:27
@ SAY_AGGRO
Definition boss_watchkeeper_gargolmar.cpp:29
@ SAY_KILL
Definition boss_watchkeeper_gargolmar.cpp:30
@ SAY_TAUNT
Definition boss_watchkeeper_gargolmar.cpp:26
@ SAY_DIE
Definition boss_watchkeeper_gargolmar.cpp:31

◆ Spells

enum Spells
Enumerator
SPELL_MORTAL_WOUND 
SPELL_SURGE 
SPELL_RETALIATION 
35{
36 SPELL_MORTAL_WOUND = 30641,
37 SPELL_SURGE = 34645,
38 SPELL_RETALIATION = 22857
39};
@ SPELL_RETALIATION
Definition boss_watchkeeper_gargolmar.cpp:38
@ SPELL_MORTAL_WOUND
Definition boss_watchkeeper_gargolmar.cpp:36
@ SPELL_SURGE
Definition boss_watchkeeper_gargolmar.cpp:37

Function Documentation

◆ AddSC_boss_watchkeeper_gargolmar()

void AddSC_boss_watchkeeper_gargolmar ( )
170{
173}
#define RegisterSpellScript(spell_script)
Definition SpellScriptLoader.h:88
Definition boss_watchkeeper_gargolmar.cpp:150
#define RegisterHellfireRampartsCreatureAI(ai_name)
Definition hellfire_ramparts.h:54
Definition boss_watchkeeper_gargolmar.cpp:47

References RegisterHellfireRampartsCreatureAI, and RegisterSpellScript.

Referenced by AddOutlandScripts().