![]() |
AzerothCore 3.3.5a
OpenSource WoW Emulator
|
#include "CreatureScript.h"
#include "ScriptedCreature.h"
#include "SpellScript.h"
#include "SpellScriptLoader.h"
#include "temple_of_ahnqiraj.h"
Go to the source code of this file.
Classes | |
struct | boss_skeram |
class | spell_skeram_arcane_explosion |
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_INITIALIZE_IMAGE = 3730 , SPELL_SUMMON_IMAGES = 747 , SPELL_BIRTH = 34115 } |
enum | Events { EVENT_ARCANE_EXPLOSION = 1 , EVENT_FULLFILMENT = 2 , EVENT_BLINK = 3 , EVENT_EARTH_SHOCK = 4 , EVENT_TELEPORT = 5 , EVENT_INIT_IMAGE = 6 } |
Functions | |
void | AddSC_boss_skeram () |
Variables | |
uint32 const | BlinkSpells [3] = { 4801, 8195, 20449 } |
enum Events |
Enumerator | |
---|---|
EVENT_ARCANE_EXPLOSION | |
EVENT_FULLFILMENT | |
EVENT_BLINK | |
EVENT_EARTH_SHOCK | |
EVENT_TELEPORT | |
EVENT_INIT_IMAGE |
enum Spells |
Enumerator | |
---|---|
SPELL_ARCANE_EXPLOSION | |
SPELL_EARTH_SHOCK | |
SPELL_TRUE_FULFILLMENT | |
SPELL_INITIALIZE_IMAGE | |
SPELL_SUMMON_IMAGES | |
SPELL_BIRTH |
enum Yells |
void AddSC_boss_skeram | ( | ) |
References RegisterSpellScript, and RegisterTempleOfAhnQirajCreatureAI.
Referenced by AddKalimdorScripts().
uint32 const BlinkSpells[3] = { 4801, 8195, 20449 } |
Referenced by boss_skeram::DoTeleport(), and boss_skeram::UpdateAI().