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

Go to the source code of this file.

Classes

struct  boss_hogger
 
struct  npc_warden_thelwater
 

Enumerations

enum  Says {
  SAY_PULL = 0 , SAY_ENRAGE = 1 , SAY_DEATH = 2 , SAY_WARDEN_1 = 0 ,
  SAY_WARDEN_2 = 1 , SAY_WARDEN_3 = 2
}
 
enum  Spells { SPELL_VICIOUS_SLICE = 86604 , SPELL_MADDENING_CALL = 86620 , SPELL_ENRAGE = 86736 }
 
enum  Events {
  EVENT_VICIOUS_SLICE = 1 , EVENT_MADDENING_CALL , EVENT_SAY_WARDEN_1 , EVENT_SAY_WARDEN_2 ,
  EVENT_SAY_WARDEN_3
}
 
enum  Points { POINT_FINISH = 1 }
 

Functions

void AddSC_boss_hogger ()
 

Variables

Position const wardenThelwaterMovePoint = { 152.019f, 106.198f, -35.1896f, 1.082104f }
 
Position const wardenThelwaterSpawnPosition = { 138.369f, 78.2932f, -33.85627f, 1.082104f }
 

Enumeration Type Documentation

◆ Events

enum Events
Enumerator
EVENT_VICIOUS_SLICE 
EVENT_MADDENING_CALL 
EVENT_SAY_WARDEN_1 
EVENT_SAY_WARDEN_2 
EVENT_SAY_WARDEN_3 

Definition at line 41 of file boss_hogger.cpp.

◆ Points

enum Points
Enumerator
POINT_FINISH 

Definition at line 51 of file boss_hogger.cpp.

◆ Says

enum Says
Enumerator
SAY_PULL 
SAY_ENRAGE 
SAY_DEATH 
SAY_WARDEN_1 
SAY_WARDEN_2 
SAY_WARDEN_3 

Definition at line 23 of file boss_hogger.cpp.

◆ Spells

enum Spells
Enumerator
SPELL_VICIOUS_SLICE 
SPELL_MADDENING_CALL 
SPELL_ENRAGE 

Definition at line 34 of file boss_hogger.cpp.

Function Documentation

◆ AddSC_boss_hogger()

void AddSC_boss_hogger ( )

Definition at line 166 of file boss_hogger.cpp.

+ Here is the caller graph for this function:

Variable Documentation

◆ wardenThelwaterMovePoint

Position const wardenThelwaterMovePoint = { 152.019f, 106.198f, -35.1896f, 1.082104f }

Definition at line 56 of file boss_hogger.cpp.

◆ wardenThelwaterSpawnPosition

Position const wardenThelwaterSpawnPosition = { 138.369f, 78.2932f, -33.85627f, 1.082104f }

Definition at line 57 of file boss_hogger.cpp.