![]() |
AzerothCore 3.3.5a
OpenSource WoW Emulator
|
#include "CreatureScript.h"#include "ScriptedCreature.h"#include "SpellScript.h"#include "Unit.h"#include "sethekk_halls.h"Go to the source code of this file.
Classes | |
| struct | boss_anzu |
| struct | npc_anzu_spirit |
Enumerations | |
| enum | Text { SAY_ANZU_INTRO1 = 0 , SAY_ANZU_INTRO2 = 1 , SAY_SUMMON = 2 } |
| enum | Spells { SPELL_PARALYZING_SCREECH = 40184 , SPELL_SPELL_BOMB = 40303 , SPELL_CYCLONE = 40321 , SPELL_BANISH_SELF = 42354 , SPELL_SHADOWFORM = 40973 } |
| enum | Npc { NPC_BROOD_OF_ANZU = 23132 , NPC_HAWK_SPIRIT = 23134 , NPC_FALCON_SPIRIT = 23135 , NPC_EAGLE_SPIRIT = 23136 } |
| enum | Spirits { SPELL_HAWK = 40237 , SPELL_FALCON = 40241 , SPELL_EAGLE = 40240 , SPELL_DURATION = 40250 , SPELL_FREEZE_ANIM = 16245 , SPELL_STONEFORM = 40308 , SAY_STONED = 0 , MAX_DRUID_SPELLS = 27 } |
Functions | |
| void | AddSC_boss_anzu () |
| enum Npc |
| Enumerator | |
|---|---|
| NPC_BROOD_OF_ANZU | |
| NPC_HAWK_SPIRIT | |
| NPC_FALCON_SPIRIT | |
| NPC_EAGLE_SPIRIT | |
| enum Spells |
| Enumerator | |
|---|---|
| SPELL_PARALYZING_SCREECH | |
| SPELL_SPELL_BOMB | |
| SPELL_CYCLONE | |
| SPELL_BANISH_SELF | |
| SPELL_SHADOWFORM | |
| enum Spirits |
| Enumerator | |
|---|---|
| SPELL_HAWK | |
| SPELL_FALCON | |
| SPELL_EAGLE | |
| SPELL_DURATION | |
| SPELL_FREEZE_ANIM | |
| SPELL_STONEFORM | |
| SAY_STONED | |
| MAX_DRUID_SPELLS | |
| enum Text |
| Enumerator | |
|---|---|
| SAY_ANZU_INTRO1 | |
| SAY_ANZU_INTRO2 | |
| SAY_SUMMON | |
| void AddSC_boss_anzu | ( | ) |
References RegisterSethekkHallsCreatureAI.
Referenced by AddOutlandScripts().