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

Go to the source code of this file.

Classes

struct  boss_gruul
 
class  spell_gruul_hurtful_strike_primer
 
class  spell_gruul_ground_slam
 
class  spell_gruul_gronn_lords_grasp
 
class  spell_gruul_look_around
 
class  spell_gruul_shatter
 
class  spell_gruul_shatter_effect
 

Enumerations

enum  GruulTexts {
  SAY_AGGRO = 0 , SAY_SLAM = 1 , SAY_SHATTER = 2 , SAY_SLAY = 3 ,
  EMOTE_ROAR = 4 , EMOTE_GROW = 5
}
 
enum  GruulSpells {
  SPELL_HURTFUL_STRIKE_PRIMER = 33812 , SPELL_CAVE_IN = 36240 , SPELL_REVERBERATION = 36297 , SPELL_GROWTH = 36300 ,
  SPELL_GROUND_SLAM_DUMMY = 39188 , SPELL_HURTFUL_STRIKE = 33813 , SPELL_GROUND_SLAM = 33525 , SPELL_LOOK_AROUND = 33965 ,
  SPELL_SUMMON_RANDOM_TRACTOR = 39186 , SPELL_SHATTER = 33654 , SPELL_SHATTER_EFFECT = 33671 , SPELL_STONED = 33652
}
 
enum  GruulEvents {
  EVENT_HURTFUL_STRIKE = 1 , EVENT_CAVE_IN , EVENT_REVERBERATION , EVENT_GROWTH ,
  EVENT_GROUND_SLAM
}
 
enum  GruulMisc { SOUND_ID_DEATH = 11363 }
 

Functions

void AddSC_boss_gruul ()
 

Enumeration Type Documentation

◆ GruulEvents

Enumerator
EVENT_HURTFUL_STRIKE 
EVENT_CAVE_IN 
EVENT_REVERBERATION 
EVENT_GROWTH 
EVENT_GROUND_SLAM 

Definition at line 57 of file boss_gruul.cpp.

◆ GruulMisc

enum GruulMisc
Enumerator
SOUND_ID_DEATH 

Definition at line 66 of file boss_gruul.cpp.

◆ GruulSpells

Enumerator
SPELL_HURTFUL_STRIKE_PRIMER 
SPELL_CAVE_IN 
SPELL_REVERBERATION 
SPELL_GROWTH 
SPELL_GROUND_SLAM_DUMMY 
SPELL_HURTFUL_STRIKE 
SPELL_GROUND_SLAM 
SPELL_LOOK_AROUND 
SPELL_SUMMON_RANDOM_TRACTOR 
SPELL_SHATTER 
SPELL_SHATTER_EFFECT 
SPELL_STONED 

Definition at line 40 of file boss_gruul.cpp.

◆ GruulTexts

enum GruulTexts
Enumerator
SAY_AGGRO 
SAY_SLAM 
SAY_SHATTER 
SAY_SLAY 
EMOTE_ROAR 
EMOTE_GROW 

Definition at line 30 of file boss_gruul.cpp.

Function Documentation

◆ AddSC_boss_gruul()

void AddSC_boss_gruul ( )

Definition at line 343 of file boss_gruul.cpp.

+ Here is the caller graph for this function: