![]() |
AzerothCore 3.3.5a
OpenSource WoW Emulator
|
#include "CreatureScript.h"
#include "Player.h"
#include "ScriptedCreature.h"
#include "SpellInfo.h"
#include "halls_of_lightning.h"
Go to the source code of this file.
Classes | |
class | boss_ionar |
struct | boss_ionar::boss_ionarAI |
class | npc_spark_of_ionar |
struct | npc_spark_of_ionar::npc_spark_of_ionarAI |
Enumerations | |
enum | IonarSpells { SPELL_BALL_LIGHTNING_N = 52780 , SPELL_BALL_LIGHTNING_H = 59800 , SPELL_STATIC_OVERLOAD_N = 52658 , SPELL_STATIC_OVERLOAD_H = 59795 , SPELL_DISPERSE = 52770 , SPELL_SUMMON_SPARK = 52746 , SPELL_SPARK_DESPAWN = 52776 , SPELL_SPARK_VISUAL_TRIGGER_N = 52667 , SPELL_SPARK_VISUAL_TRIGGER_H = 59833 , SPELL_RANDOM_LIGHTNING = 52663 } |
enum | IonarOther { NPC_SPARK_OF_IONAR = 28926 , ACTION_CALLBACK = 1 , ACTION_SPARK_DESPAWN = 2 } |
enum | Yells { SAY_AGGRO = 0 , SAY_SPLIT = 1 , SAY_SLAY = 2 , SAY_DEATH = 3 } |
enum | IonarEvents { EVENT_BALL_LIGHTNING = 1 , EVENT_STATIC_OVERLOAD = 2 , EVENT_CHECK_HEALTH = 3 , EVENT_CALL_SPARKS = 4 , EVENT_RESTORE = 5 } |
Functions | |
void | AddSC_boss_ionar () |
enum IonarEvents |
Enumerator | |
---|---|
EVENT_BALL_LIGHTNING | |
EVENT_STATIC_OVERLOAD | |
EVENT_CHECK_HEALTH | |
EVENT_CALL_SPARKS | |
EVENT_RESTORE |
enum IonarOther |
Enumerator | |
---|---|
NPC_SPARK_OF_IONAR | |
ACTION_CALLBACK | |
ACTION_SPARK_DESPAWN |
enum IonarSpells |
enum Yells |
void AddSC_boss_ionar | ( | ) |
Referenced by AddNorthrendScripts().