AzerothCore 3.3.5a
OpenSource WoW Emulator
Loading...
Searching...
No Matches
boss_halycon.cpp File Reference
#include "CreatureScript.h"
#include "ScriptedCreature.h"
#include "blackrock_spire.h"

Go to the source code of this file.

Classes

class  boss_halycon
 
struct  boss_halycon::boss_halyconAI
 

Enumerations

enum  Spells {
  SPELL_REND = 13738 ,
  SPELL_THRASH = 3391
}
 
enum  Says { EMOTE_DEATH = 0 }
 
enum  Events {
  EVENT_REND = 1 ,
  EVENT_THRASH = 2
}
 

Functions

void AddSC_boss_halycon ()
 

Variables

const Position SummonLocation = { -167.9561f, -411.7844f, 76.23057f, 1.53589f }
 

Enumeration Type Documentation

◆ Events

enum Events
Enumerator
EVENT_REND 
EVENT_THRASH 
34{
35 EVENT_REND = 1,
36 EVENT_THRASH = 2,
37};
@ EVENT_REND
Definition boss_halycon.cpp:35
@ EVENT_THRASH
Definition boss_halycon.cpp:36

◆ Says

enum Says
Enumerator
EMOTE_DEATH 
29{
30 EMOTE_DEATH = 0
31};
@ EMOTE_DEATH
Definition boss_halycon.cpp:30

◆ Spells

enum Spells
Enumerator
SPELL_REND 
SPELL_THRASH 
23{
24 SPELL_REND = 13738,
25 SPELL_THRASH = 3391,
26};
@ SPELL_THRASH
Definition boss_halycon.cpp:25
@ SPELL_REND
Definition boss_halycon.cpp:24

Function Documentation

◆ AddSC_boss_halycon()

void AddSC_boss_halycon ( )
105{
106 new boss_halycon();
107}
Definition boss_halycon.cpp:42

Referenced by AddEasternKingdomsScripts().

Variable Documentation

◆ SummonLocation

const Position SummonLocation = { -167.9561f, -411.7844f, 76.23057f, 1.53589f }
39{ -167.9561f, -411.7844f, 76.23057f, 1.53589f };

Referenced by boss_halycon::boss_halyconAI::JustDied().