![]() |
AzerothCore 3.3.5a
OpenSource WoW Emulator
|
#include "CreatureScript.h"#include "ScriptedCreature.h"#include "ScriptedEscortAI.h"#include "ruby_sanctum.h"Go to the source code of this file.
Classes | |
| class | boss_general_zarithrian |
| struct | boss_general_zarithrian::boss_general_zarithrianAI |
| class | npc_onyx_flamecaller |
| struct | npc_onyx_flamecaller::npc_onyx_flamecallerAI |
Enumerations | |
| enum | Texts { SAY_AGGRO = 0 , SAY_KILL = 1 , SAY_ADDS = 2 , SAY_DEATH = 3 } |
| enum | Spells { SPELL_INTIMIDATING_ROAR = 74384 , SPELL_CLEAVE_ARMOR = 74367 , SPELL_SUMMON_FLAMECALLER = 74398 , SPELL_BLAST_NOVA = 74392 , SPELL_LAVA_GOUT = 74394 } |
| enum | Misc { EVENT_CLEAVE = 1 , EVENT_INTIDMDATING_ROAR = 2 , EVENT_SUMMON_ADDS1 = 3 , EVENT_SUMMON_ADDS2 = 4 , EVENT_KILL_TALK = 5 , EVENT_BLAST_NOVA = 6 , EVENT_LAVA_GOUT = 7 , MAX_PATH_FLAMECALLER_WAYPOINTS = 12 } |
Functions | |
| void | AddSC_boss_general_zarithrian () |
Variables | |
| Position const | FlamecallerWaypointsE [MAX_PATH_FLAMECALLER_WAYPOINTS] |
| Position const | FlamecallerWaypointsW [MAX_PATH_FLAMECALLER_WAYPOINTS] |
| enum Misc |
| Enumerator | |
|---|---|
| EVENT_CLEAVE | |
| EVENT_INTIDMDATING_ROAR | |
| EVENT_SUMMON_ADDS1 | |
| EVENT_SUMMON_ADDS2 | |
| EVENT_KILL_TALK | |
| EVENT_BLAST_NOVA | |
| EVENT_LAVA_GOUT | |
| MAX_PATH_FLAMECALLER_WAYPOINTS | |
| enum Spells |
| Enumerator | |
|---|---|
| SPELL_INTIMIDATING_ROAR | |
| SPELL_CLEAVE_ARMOR | |
| SPELL_SUMMON_FLAMECALLER | |
| SPELL_BLAST_NOVA | |
| SPELL_LAVA_GOUT | |
| enum Texts |
| void AddSC_boss_general_zarithrian | ( | ) |
Referenced by AddNorthrendScripts().
| Position const FlamecallerWaypointsE[MAX_PATH_FLAMECALLER_WAYPOINTS] |
Referenced by npc_onyx_flamecaller::npc_onyx_flamecallerAI::AddWaypoints().
| Position const FlamecallerWaypointsW[MAX_PATH_FLAMECALLER_WAYPOINTS] |
Referenced by npc_onyx_flamecaller::npc_onyx_flamecallerAI::AddWaypoints().