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

Go to the source code of this file.

Classes

class  boss_skeram
 
struct  boss_skeram::boss_skeramAI
 
class  spell_skeram_arcane_explosion
 
class  spell_skeram_arcane_explosion::spell_skeram_arcane_explosion_SpellScript
 
class  spell_skeram_true_fulfillment
 
class  spell_skeram_true_fulfillment::spell_skeram_true_fulfillment_SpellScript
 

Enumerations

enum  Yells { SAY_AGGRO = 0 , SAY_SLAY = 1 , SAY_SPLIT = 2 , SAY_DEATH = 3 }
 
enum  Spells {
  SPELL_ARCANE_EXPLOSION = 26192 , SPELL_EARTH_SHOCK = 26194 , SPELL_TRUE_FULFILLMENT = 785 , SPELL_TRUE_FULFILLMENT_2 = 2313 ,
  SPELL_INITIALIZE_IMAGE = 3730 , SPELL_SUMMON_IMAGES = 747 , SPELL_GENERIC_DISMOUNT = 61286
}
 
enum  Events { EVENT_ARCANE_EXPLOSION = 1 , EVENT_FULLFILMENT = 2 , EVENT_BLINK = 3 , EVENT_EARTH_SHOCK = 4 }
 

Functions

void AddSC_boss_skeram ()
 

Variables

uint32 const BlinkSpells [3] = { 4801, 8195, 20449 }
 

Enumeration Type Documentation

◆ Events

enum Events
Enumerator
EVENT_ARCANE_EXPLOSION 
EVENT_FULLFILMENT 
EVENT_BLINK 
EVENT_EARTH_SHOCK 

Definition at line 42 of file boss_skeram.cpp.

◆ Spells

enum Spells
Enumerator
SPELL_ARCANE_EXPLOSION 
SPELL_EARTH_SHOCK 
SPELL_TRUE_FULFILLMENT 
SPELL_TRUE_FULFILLMENT_2 
SPELL_INITIALIZE_IMAGE 
SPELL_SUMMON_IMAGES 
SPELL_GENERIC_DISMOUNT 

Definition at line 31 of file boss_skeram.cpp.

◆ Yells

enum Yells
Enumerator
SAY_AGGRO 
SAY_SLAY 
SAY_SPLIT 
SAY_DEATH 

Definition at line 23 of file boss_skeram.cpp.

Function Documentation

◆ AddSC_boss_skeram()

void AddSC_boss_skeram ( )

Definition at line 273 of file boss_skeram.cpp.

+ Here is the caller graph for this function:

Variable Documentation

◆ BlinkSpells

uint32 const BlinkSpells[3] = { 4801, 8195, 20449 }

Definition at line 50 of file boss_skeram.cpp.