|
Project SkyFire Core
SkyFire 5.4.8 server core API documentation
|
#include "ObjectMgr.h"#include "ScriptMgr.h"#include "ScriptedCreature.h"#include "SpellScript.h"#include "SpellAuraEffects.h"#include "Player.h"#include "Weather.h"#include "WorldSession.h"#include "halls_of_origination.h"Go to the source code of this file.
Enumerations | |
| enum | Events { EVENT_RAGING_SMASH = 1 , EVENT_FLAME_BOLT = 2 , EVENT_EARTH_SPIKE = 3 , EVENT_PTAH_EXPLODE = 4 , EVENT_QUICKSAND = 5 } |
| enum | Phases { PHASE_NORMAL = 1 , PHASE_DISPERSE = 2 , PHASE_MASK_DISPERSE = (1 << PHASE_DISPERSE) , PHASE_MASK_NORMAL = (1 << PHASE_NORMAL) } |
| enum | PtahData { DATA_SUMMON_DEATHS = 0 } |
| enum | Spells { SPELL_RAGING_SMASH = 83650 , SPELL_FLAME_BOLT = 77370 , SPELL_EARTH_SPIKE_WARN = 94974 , SPELL_PTAH_EXPLOSION = 75519 , SPELL_SANDSTORM = 75491 , SPELL_SUMMON_QUICKSAND = 75550 , SPELL_BEETLE_BURROW = 75463 , SPELL_SUMMON_JEWELED_SCARAB = 75462 , SPELL_SUMMON_DUSTBONE_HORROR = 75521 } |
| enum | Texts { SAY_AGGRO = 0 , SAY_DEATH = 1 } |
Functions | |
| void | AddSC_boss_earthrager_ptah () |
| enum Events |
| Enumerator | |
|---|---|
| EVENT_RAGING_SMASH | |
| EVENT_FLAME_BOLT | |
| EVENT_EARTH_SPIKE | |
| EVENT_PTAH_EXPLODE | |
| EVENT_QUICKSAND | |
Definition at line 22 of file boss_earthrager_ptah.cpp.
| enum Phases |
| Enumerator | |
|---|---|
| PHASE_NORMAL | |
| PHASE_DISPERSE | |
| PHASE_MASK_DISPERSE | |
| PHASE_MASK_NORMAL | |
Definition at line 48 of file boss_earthrager_ptah.cpp.
| enum PtahData |
| Enumerator | |
|---|---|
| DATA_SUMMON_DEATHS | |
Definition at line 57 of file boss_earthrager_ptah.cpp.
| enum Spells |
Definition at line 31 of file boss_earthrager_ptah.cpp.
| enum Texts |
| Enumerator | |
|---|---|
| SAY_AGGRO | |
| SAY_DEATH | |
Definition at line 16 of file boss_earthrager_ptah.cpp.
| void AddSC_boss_earthrager_ptah | ( | ) |
Definition at line 330 of file boss_earthrager_ptah.cpp.
Referenced by AddKalimdorScripts().