|
Project SkyFire Core
SkyFire 5.4.8 server core API documentation
|
#include "ScriptMgr.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 | Events { EVENT_CLEAVE = 1 , EVENT_INTIDMDATING_ROAR = 2 , EVENT_SUMMON_ADDS = 3 , EVENT_BLAST_NOVA = 4 , EVENT_LAVA_GOUT = 5 } |
| enum | Spells { SPELL_INTIMIDATING_ROAR = 74384 , SPELL_CLEAVE_ARMOR = 74367 , SPELL_SUMMON_FLAMECALLER = 74398 , SPELL_BLAST_NOVA = 74392 , SPELL_LAVA_GOUT = 74394 } |
| enum | Texts { SAY_AGGRO = 0 , SAY_KILL = 1 , SAY_ADDS = 2 , SAY_DEATH = 3 } |
Functions | |
| void | AddSC_boss_general_zarithrian () |
Variables | |
| Position const | FlamecallerWaypoints [MAX_PATH_FLAMECALLER_WAYPOINTS *2] |
| uint32 const | MAX_PATH_FLAMECALLER_WAYPOINTS = 12 |
| enum Events |
| Enumerator | |
|---|---|
| EVENT_CLEAVE | |
| EVENT_INTIDMDATING_ROAR | |
| EVENT_SUMMON_ADDS | |
| EVENT_BLAST_NOVA | |
| EVENT_LAVA_GOUT | |
Definition at line 31 of file boss_general_zarithrian.cpp.
| enum Spells |
| Enumerator | |
|---|---|
| SPELL_INTIMIDATING_ROAR | |
| SPELL_CLEAVE_ARMOR | |
| SPELL_SUMMON_FLAMECALLER | |
| SPELL_BLAST_NOVA | |
| SPELL_LAVA_GOUT | |
Definition at line 19 of file boss_general_zarithrian.cpp.
| enum Texts |
| Enumerator | |
|---|---|
| SAY_AGGRO | |
| SAY_KILL | |
| SAY_ADDS | |
| SAY_DEATH | |
Definition at line 11 of file boss_general_zarithrian.cpp.
| void AddSC_boss_general_zarithrian | ( | ) |
Definition at line 296 of file boss_general_zarithrian.cpp.
Referenced by AddNorthrendScripts().
| Position const FlamecallerWaypoints[MAX_PATH_FLAMECALLER_WAYPOINTS *2] |
Definition at line 44 of file boss_general_zarithrian.cpp.
Referenced by npc_onyx_flamecaller::npc_onyx_flamecallerAI::AddWaypoints().
| uint32 const MAX_PATH_FLAMECALLER_WAYPOINTS = 12 |
Definition at line 42 of file boss_general_zarithrian.cpp.
Referenced by npc_onyx_flamecaller::npc_onyx_flamecallerAI::AddWaypoints(), and npc_onyx_flamecaller::npc_onyx_flamecallerAI::WaypointReached().