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

Go to the source code of this file.

Classes

struct  boss_krystallus
 
class  spell_krystallus_shatter
 
class  spell_krystallus_shatter_effect
 

Enumerations

enum  Spells {
  SPELL_BOULDER_TOSS = 50843 , SPELL_GROUND_SPIKE = 59750 , SPELL_GROUND_SLAM = 50827 , SPELL_SHATTER = 50810 ,
  SPELL_SHATTER_EFFECT = 50811 , SPELL_STONED = 50812 , SPELL_STOMP = 48131
}
 
enum  Yells { SAY_AGGRO = 0 , SAY_KILL = 1 , SAY_DEATH = 2 , SAY_SHATTER = 3 }
 
enum  Events {
  EVENT_BOULDER_TOSS = 1 , EVENT_GROUND_SPIKE , EVENT_GROUND_SLAM , EVENT_STOMP ,
  EVENT_SHATTER
}
 

Functions

void AddSC_boss_krystallus ()
 

Enumeration Type Documentation

◆ Events

enum Events
Enumerator
EVENT_BOULDER_TOSS 
EVENT_GROUND_SPIKE 
EVENT_GROUND_SLAM 
EVENT_STOMP 
EVENT_SHATTER 

Definition at line 43 of file boss_krystallus.cpp.

◆ Spells

enum Spells
Enumerator
SPELL_BOULDER_TOSS 
SPELL_GROUND_SPIKE 
SPELL_GROUND_SLAM 
SPELL_SHATTER 
SPELL_SHATTER_EFFECT 
SPELL_STONED 
SPELL_STOMP 

Definition at line 24 of file boss_krystallus.cpp.

◆ Yells

enum Yells
Enumerator
SAY_AGGRO 
SAY_KILL 
SAY_DEATH 
SAY_SHATTER 

Definition at line 35 of file boss_krystallus.cpp.

Function Documentation

◆ AddSC_boss_krystallus()

void AddSC_boss_krystallus ( )

Definition at line 178 of file boss_krystallus.cpp.

+ Here is the caller graph for this function: