Project SkyFire Core
SkyFire 5.4.8 server core API documentation
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  PlayerOrPetCheck
class  spell_skeram_arcane_explosion
class  spell_skeram_arcane_explosion::spell_skeram_arcane_explosion_SpellScript

Enumerations

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

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 28 of file boss_skeram.cpp.

◆ Spells

enum Spells
Enumerator
SPELL_ARCANE_EXPLOSION 
SPELL_EARTH_SHOCK 
SPELL_TRUE_FULFILLMENT 
SPELL_INITIALIZE_IMAGE 
SPELL_SUMMON_IMAGES 

Definition at line 19 of file boss_skeram.cpp.

◆ Yells

enum Yells
Enumerator
SAY_AGGRO 
SAY_SLAY 
SAY_SPLIT 
SAY_DEATH 

Definition at line 11 of file boss_skeram.cpp.

Function Documentation

◆ AddSC_boss_skeram()

void AddSC_boss_skeram ( )

Definition at line 224 of file boss_skeram.cpp.

Referenced by AddKalimdorScripts().

Variable Documentation

◆ BlinkSpells

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