TrinityCore
Loading...
Searching...
No Matches
boss_azuregos.cpp File Reference
#include "ScriptMgr.h"
#include "ObjectAccessor.h"
#include "Player.h"
#include "ScriptedCreature.h"
#include "SpellScript.h"
+ Include dependency graph for boss_azuregos.cpp:

Go to the source code of this file.

Classes

struct  boss_azuregos
 
class  MarkOfFrostTargetSelector
 
class  spell_mark_of_frost
 

Enumerations

enum  AzuregosTexts { SAY_TELEPORT = 0 }
 
enum  AzuregosSpells {
  SPELL_MARK_OF_FROST = 23182 , SPELL_AURA_OF_FROST = 23186 , SPELL_MARK_OF_FROST_AURA = 23184 , SPELL_MANA_STORM = 21097 ,
  SPELL_CHILL = 21098 , SPELL_FROST_BREATH = 21099 , SPELL_REFLECT = 22067 , SPELL_CLEAVE = 8255 ,
  SPELL_ENRAGE = 23537
}
 
enum  AzuregosEvents {
  EVENT_MARK_OF_FROST = 1 , EVENT_MANA_STORM , EVENT_CHILL , EVENT_BREATH ,
  EVENT_TELEPORT , EVENT_REFLECT , EVENT_CLEAVE , EVENT_ENRAGE
}
 

Functions

void AddSC_boss_azuregos ()
 

Enumeration Type Documentation

◆ AzuregosEvents

Enumerator
EVENT_MARK_OF_FROST 
EVENT_MANA_STORM 
EVENT_CHILL 
EVENT_BREATH 
EVENT_TELEPORT 
EVENT_REFLECT 
EVENT_CLEAVE 
EVENT_ENRAGE 

Definition at line 42 of file boss_azuregos.cpp.

◆ AzuregosSpells

Enumerator
SPELL_MARK_OF_FROST 
SPELL_AURA_OF_FROST 
SPELL_MARK_OF_FROST_AURA 
SPELL_MANA_STORM 
SPELL_CHILL 
SPELL_FROST_BREATH 
SPELL_REFLECT 
SPELL_CLEAVE 
SPELL_ENRAGE 

Definition at line 29 of file boss_azuregos.cpp.

◆ AzuregosTexts

Enumerator
SAY_TELEPORT 

Definition at line 24 of file boss_azuregos.cpp.

Function Documentation

◆ AddSC_boss_azuregos()

void AddSC_boss_azuregos ( )

Definition at line 194 of file boss_azuregos.cpp.

+ Here is the caller graph for this function: