![]() |
AzerothCore 3.3.5a
OpenSource WoW Emulator
|
#include "CreatureGroups.h"
#include "CreatureScript.h"
#include "GridNotifiers.h"
#include "Player.h"
#include "ScriptedCreature.h"
#include "SpellScriptLoader.h"
#include "TaskScheduler.h"
#include "serpent_shrine.h"
#include "SpellAuraEffects.h"
#include "SpellScript.h"
Go to the source code of this file.
Classes | |
struct | boss_leotheras_the_blind |
struct | npc_inner_demon |
class | spell_leotheras_whirlwind |
class | spell_leotheras_chaos_blast |
class | spell_leotheras_insidious_whisper |
class | spell_leotheras_insidious_whisper_aura |
class | spell_leotheras_demon_link |
class | spell_leotheras_clear_consuming_madness |
Enumerations | |
enum | Talk { SAY_AGGRO = 0 , SAY_SWITCH_TO_DEMON = 1 , SAY_INNER_DEMONS = 2 , SAY_DEMON_SLAY = 3 , SAY_NIGHTELF_SLAY = 4 , SAY_FINAL_FORM = 5 , SAY_DEATH = 6 } |
enum | Spells { SPELL_DUAL_WIELD = 42459 , SPELL_BANISH = 37546 , SPELL_TAUNT = 37548 , SPELL_BERSERK = 26662 , SPELL_WHIRLWIND = 37640 , SPELL_SUMMON_SHADOW_OF_LEOTHERAS = 37781 , SPELL_CHAOS_BLAST = 37674 , SPELL_CHAOS_BLAST_TRIGGER = 37675 , SPELL_INSIDIOUS_WHISPER = 37676 , SPELL_METAMORPHOSIS = 37673 , SPELL_SUMMON_INNER_DEMON = 37735 , SPELL_CONSUMING_MADNESS = 37749 , SPELL_CLEAR_CONSUMING_MADNESS = 37750 , SPELL_SHADOW_BOLT = 39309 } |
enum | Misc { NPC_SHADOW_OF_LEOTHERAS = 21875 , NPC_GREYHEART_SPELLBINDER = 21806 , ACTION_CHECK_SPELLBINDERS = 1 } |
enum | Groups { GROUP_COMBAT = 1 , GROUP_DEMON = 2 } |
Functions | |
void | AddSC_boss_leotheras_the_blind () |
enum Groups |
Enumerator | |
---|---|
GROUP_COMBAT | |
GROUP_DEMON |
enum Misc |
Enumerator | |
---|---|
NPC_SHADOW_OF_LEOTHERAS | |
NPC_GREYHEART_SPELLBINDER | |
ACTION_CHECK_SPELLBINDERS |
enum Spells |
enum Talk |
Enumerator | |
---|---|
SAY_AGGRO | |
SAY_SWITCH_TO_DEMON | |
SAY_INNER_DEMONS | |
SAY_DEMON_SLAY | |
SAY_NIGHTELF_SLAY | |
SAY_FINAL_FORM | |
SAY_DEATH |
void AddSC_boss_leotheras_the_blind | ( | ) |
References RegisterSerpentShrineAI, RegisterSpellAndAuraScriptPair, and RegisterSpellScript.
Referenced by AddOutlandScripts().