![]() |
AzerothCore 3.3.5a
OpenSource WoW Emulator
|
#include "CreatureScript.h"#include "GameObjectAI.h"#include "MoveSplineInit.h"#include "Player.h"#include "ScriptedCreature.h"#include "scholomance.h"Go to the source code of this file.
Classes | |
| class | boss_kirtonos_the_herald |
| struct | boss_kirtonos_the_herald::boss_kirtonos_the_heraldAI |
Enumerations | |
| enum | Spells { SPELL_SWOOP = 18144 , SPELL_WING_FLAP = 12882 , SPELL_PIERCE_ARMOR = 6016 , SPELL_DISARM = 8379 , SPELL_KIRTONOS_TRANSFORM = 16467 , SPELL_SHADOW_BOLT_VOLLEY = 17228 , SPELL_CURSE_OF_TONGUES = 12889 , SPELL_DOMINATE_MIND = 14515 , SPELL_TRANSFORM_VISUAL = 24085 } |
| enum | Events { INTRO_1 = 1 , INTRO_2 = 2 , INTRO_3 = 3 , INTRO_4 = 4 , INTRO_5 = 5 , INTRO_6 = 6 , EVENT_SWOOP = 7 , EVENT_WING_FLAP = 8 , EVENT_PIERCE_ARMOR = 9 , EVENT_DISARM = 10 , EVENT_SHADOW_BOLT_VOLLEY = 11 , EVENT_CURSE_OF_TONGUES = 12 , EVENT_DOMINATE_MIND = 13 , EVENT_KIRTONOS_TRANSFORM = 14 } |
| enum | Misc { WEAPON_KIRTONOS_STAFF = 11365 , POINT_KIRTONOS_LAND = 14 , KIRTONOS_PATH = 105061 , EMOTE_SUMMONED = 0 } |
Functions | |
| void | AddSC_boss_kirtonos_the_herald () |
Variables | |
| Position const | PosMove [2] |
| enum Events |
| enum Misc |
| Enumerator | |
|---|---|
| WEAPON_KIRTONOS_STAFF | |
| POINT_KIRTONOS_LAND | |
| KIRTONOS_PATH | |
| EMOTE_SUMMONED | |
| enum Spells |
| Enumerator | |
|---|---|
| SPELL_SWOOP | |
| SPELL_WING_FLAP | |
| SPELL_PIERCE_ARMOR | |
| SPELL_DISARM | |
| SPELL_KIRTONOS_TRANSFORM | |
| SPELL_SHADOW_BOLT_VOLLEY | |
| SPELL_CURSE_OF_TONGUES | |
| SPELL_DOMINATE_MIND | |
| SPELL_TRANSFORM_VISUAL | |
| void AddSC_boss_kirtonos_the_herald | ( | ) |
Referenced by AddEasternKingdomsScripts().
| Position const PosMove[2] |
Referenced by boss_kirtonos_the_herald::boss_kirtonos_the_heraldAI::UpdateAI().