![]() |
AzerothCore 3.3.5a
OpenSource WoW Emulator
|
#include "CreatureScript.h"
#include "ScriptedCreature.h"
#include "blackrock_depths.h"
#include <vector>
Go to the source code of this file.
Classes | |
class | boss_ambassador_flamelash |
struct | boss_ambassador_flamelash::boss_ambassador_flamelashAI |
class | npc_burning_spirit |
struct | npc_burning_spirit::npc_burning_spiritAI |
Enumerations | |
enum | Spells { SPELL_FIREBLAST = 13342 , SPELL_BURNING_SPIRIT = 14744 } |
enum | AmbassadorEvents { AGGRO_TEXT = 0 , EVENT_SPELL_FIREBLAST = 1 , EVENT_SUMMON_SPIRITS = 2 , EVENT_KILL_SPIRIT = 3 } |
Functions | |
void | AddSC_boss_ambassador_flamelash () |
Variables | |
const uint32 | NPC_FIRE_SPIRIT = 9178 |
const Position | SummonPositions [7] |
std::vector< int > | gobjectDwarfRunesEntry { 170578, 170579, 170580, 170581, 170582, 170583, 170584 } |
enum AmbassadorEvents |
Enumerator | |
---|---|
AGGRO_TEXT | |
EVENT_SPELL_FIREBLAST | |
EVENT_SUMMON_SPIRITS | |
EVENT_KILL_SPIRIT |
enum Spells |
Enumerator | |
---|---|
SPELL_FIREBLAST | |
SPELL_BURNING_SPIRIT |
void AddSC_boss_ambassador_flamelash | ( | ) |
Referenced by AddEasternKingdomsScripts().
std::vector<int> gobjectDwarfRunesEntry { 170578, 170579, 170580, 170581, 170582, 170583, 170584 } |
Referenced by boss_ambassador_flamelash::boss_ambassador_flamelashAI::TurnRunes().
const uint32 NPC_FIRE_SPIRIT = 9178 |
const Position SummonPositions[7] |
Referenced by boss_ambassador_flamelash::boss_ambassador_flamelashAI::SummonSpirits().