![]() |
AzerothCore 3.3.5a
OpenSource WoW Emulator
|
#include "CreatureScript.h"
#include "ScriptedCreature.h"
#include "SpellAuras.h"
#include "SpellScript.h"
#include "SpellScriptLoader.h"
#include "temple_of_ahnqiraj.h"
Go to the source code of this file.
Classes | |
struct | boss_huhuran |
class | spell_huhuran_wyvern_sting |
class | spell_huhuran_poison_bolt |
Enumerations | |
enum | Emotes { EMOTE_FRENZY_KILL = 0 , EMOTE_BERSERK = 1 } |
enum | Spells { SPELL_FRENZY = 26051 , SPELL_BERSERK = 26068 , SPELL_NOXIOUS_POISON = 26053 , SPELL_WYVERN_STING = 26180 , SPELL_ACID_SPIT = 26050 , SPELL_WYVERN_STING_DAMAGE = 26233 , SPELL_POISON_BOLT = 26052 } |
enum | Events { EVENT_FRENZY = 1 , EVENT_WYVERN_STING = 2 , EVENT_ACID_SPIT = 3 , EVENT_NOXIOUS_POISON = 4 , EVENT_HARD_ENRAGE = 5 } |
Functions | |
void | AddSC_boss_huhuran () |
enum Emotes |
Enumerator | |
---|---|
EMOTE_FRENZY_KILL | |
EMOTE_BERSERK |
enum Events |
Enumerator | |
---|---|
EVENT_FRENZY | |
EVENT_WYVERN_STING | |
EVENT_ACID_SPIT | |
EVENT_NOXIOUS_POISON | |
EVENT_HARD_ENRAGE |
enum Spells |
Enumerator | |
---|---|
SPELL_FRENZY | |
SPELL_BERSERK | |
SPELL_NOXIOUS_POISON | |
SPELL_WYVERN_STING | |
SPELL_ACID_SPIT | |
SPELL_WYVERN_STING_DAMAGE | |
SPELL_POISON_BOLT |
void AddSC_boss_huhuran | ( | ) |
References RegisterSpellScript, and RegisterTempleOfAhnQirajCreatureAI.
Referenced by AddKalimdorScripts().