![]() |
AzerothCore 3.3.5a
OpenSource WoW Emulator
|
#include "CreatureScript.h"#include "MoveSplineInit.h"#include "ScriptedCreature.h"#include "SpellScriptLoader.h"#include "WaypointMgr.h"#include "the_eye.h"#include <cmath>#include "Player.h"#include "SpellScript.h"Go to the source code of this file.
Classes | |
| struct | boss_alar |
| class | CastQuill |
| class | spell_alar_flame_quills |
| class | spell_alar_ember_blast |
| class | spell_alar_dive_bomb |
Enumerations | |
| enum | Spells { SPELL_BERSERK = 45078 , SPELL_FLAME_QUILLS = 34229 , SPELL_QUILL_MISSILE_1 = 34269 , SPELL_QUILL_MISSILE_2 = 34314 , SPELL_CLEAR_ALL_DEBUFFS = 34098 , SPELL_FLAME_BUFFET = 34121 , SPELL_EMBER_BLAST = 34341 , SPELL_REBIRTH_PHASE2 = 34342 , SPELL_MELT_ARMOR = 35410 , SPELL_CHARGE = 35412 , SPELL_REBIRTH_DIVE = 35369 , SPELL_DIVE_BOMB_VISUAL = 35367 , SPELL_DIVE_BOMB = 35181 , SPELL_MODEL_VISIBILITY = 24401 } |
| enum | Misc { DISPLAYID_INVISIBLE = 23377 , NPC_EMBER_OF_ALAR = 19551 , NPC_FLAME_PATCH = 20602 , POINT_PLATFORM = 0 , POINT_QUILL = 6 , POINT_MIDDLE = 7 , POINT_DIVE = 8 , EVENT_RELOCATE_MIDDLE = 1 , EVENT_REBIRTH = 2 , EVENT_MOVE_TO_PHASE_2 = 3 , EVENT_FINISH_DIVE = 4 , EVENT_INVISIBLE = 5 } |
| enum | GroupAlar { GROUP_FLAME_BUFFET = 1 } |
| enum | qruseoftheAshtongue { SPELL_ASHTONGUE_RUSE = 42090 , QUEST_RUSE_OF_THE_ASHTONGUE = 10946 } |
Functions | |
| void | AddSC_boss_alar () |
Variables | |
| const Position | alarPoints [9] |
| const float | INNER_CIRCLE_RADIUS = 60.0f |
| enum GroupAlar |
| Enumerator | |
|---|---|
| GROUP_FLAME_BUFFET | |
| enum Misc |
| enum qruseoftheAshtongue |
| Enumerator | |
|---|---|
| SPELL_ASHTONGUE_RUSE | |
| QUEST_RUSE_OF_THE_ASHTONGUE | |
| enum Spells |
| void AddSC_boss_alar | ( | ) |
References RegisterSpellScript, and RegisterTheEyeAI.
Referenced by AddOutlandScripts().
| const Position alarPoints[9] |
Referenced by boss_alar::DamageTaken(), boss_alar::DeterminePhoenixPosition(), boss_alar::JustEngagedWith(), and boss_alar::ScheduleAbilities().
| const float INNER_CIRCLE_RADIUS = 60.0f |
Referenced by boss_alar::DeterminePhoenixPosition().