![]() |
AzerothCore 3.3.5a
OpenSource WoW Emulator
|
#include "CreatureScript.h"#include "ScriptedCreature.h"#include "SpellScript.h"#include "SpellScriptLoader.h"#include "sethekk_halls.h"#include "SpellMgr.h"Go to the source code of this file.
Classes | |
| struct | boss_talon_king_ikiss |
| class | spell_talon_king_ikiss_blink |
Enumerations | |
| enum | Text { SAY_INTRO = 0 , SAY_AGGRO = 1 , SAY_SLAY = 2 , SAY_DEATH = 3 , EMOTE_ARCANE_EXP = 4 } |
| enum | Spells { SPELL_BLINK = 38194 , SPELL_BLINK_TELEPORT = 38203 , SPELL_MANA_SHIELD = 38151 , SPELL_ARCANE_BUBBLE = 9438 , SPELL_SLOW = 35032 , SPELL_POLYMORPH = 38245 , SPELL_ARCANE_VOLLEY = 35059 , SPELL_ARCANE_EXPLOSION = 38197 } |
Functions | |
| void | AddSC_boss_talon_king_ikiss () |
| enum Spells |
| Enumerator | |
|---|---|
| SPELL_BLINK | |
| SPELL_BLINK_TELEPORT | |
| SPELL_MANA_SHIELD | |
| SPELL_ARCANE_BUBBLE | |
| SPELL_SLOW | |
| SPELL_POLYMORPH | |
| SPELL_ARCANE_VOLLEY | |
| SPELL_ARCANE_EXPLOSION | |
| enum Text |
| Enumerator | |
|---|---|
| SAY_INTRO | |
| SAY_AGGRO | |
| SAY_SLAY | |
| SAY_DEATH | |
| EMOTE_ARCANE_EXP | |
| void AddSC_boss_talon_king_ikiss | ( | ) |
References RegisterSethekkHallsCreatureAI, and RegisterSpellScript.
Referenced by AddOutlandScripts().