|
Project SkyFire Core
SkyFire 5.4.8 server core API documentation
|
Go to the source code of this file.
Classes | |
| class | DelayedAttackStartEvent |
Macros | |
| #define | FirelandsScriptName "instance_firelands" |
Enumerations | |
| enum | CreatureIds { NPC_BLAZING_MONSTROSITY_LEFT = 53786 , NPC_BLAZING_MONSTROSITY_RIGHT = 53791 , NPC_EGG_PILE = 53795 , NPC_HARBINGER_OF_FLAME = 53793 , NPC_MOLTEN_EGG_TRASH = 53914 , NPC_SMOULDERING_HATCHLING = 53794 } |
| enum | DataTypes { DATA_BETH_TILAC = 0 , DATA_LORD_RHYOLITH = 1 , DATA_SHANNOX = 2 , DATA_ALYSRAZOR = 3 , DATA_BALEROC = 4 , DATA_MAJORDOMO_STAGHELM = 5 , DATA_RAGNAROS = 6 } |
Functions | |
| template<class AI> | |
| CreatureAI * | GetFirelandsAI (Creature *creature) |
Variables | |
| uint32 const | EncounterCount = 7 |
| #define FirelandsScriptName "instance_firelands" |
Definition at line 12 of file firelands.h.
Referenced by GetFirelandsAI(), and instance_firelands::instance_firelands().
| enum CreatureIds |
| Enumerator | |
|---|---|
| NPC_BLAZING_MONSTROSITY_LEFT | |
| NPC_BLAZING_MONSTROSITY_RIGHT | |
| NPC_EGG_PILE | |
| NPC_HARBINGER_OF_FLAME | |
| NPC_MOLTEN_EGG_TRASH | |
| NPC_SMOULDERING_HATCHLING | |
Definition at line 27 of file firelands.h.
| enum DataTypes |
| Enumerator | |
|---|---|
| DATA_BETH_TILAC | |
| DATA_LORD_RHYOLITH | |
| DATA_SHANNOX | |
| DATA_ALYSRAZOR | |
| DATA_BALEROC | |
| DATA_MAJORDOMO_STAGHELM | |
| DATA_RAGNAROS | |
Definition at line 16 of file firelands.h.
| CreatureAI * GetFirelandsAI | ( | Creature * | creature | ) |
Definition at line 53 of file firelands.h.
References FirelandsScriptName, WorldObject::GetMap(), sObjectMgr, and Map::ToInstanceMap().
| uint32 const EncounterCount = 7 |
Definition at line 14 of file firelands.h.