TrinityCore
Loading...
Searching...
No Matches
boss_amnennar_the_coldbringer.cpp File Reference
#include "ScriptMgr.h"
#include "ScriptedCreature.h"
#include "razorfen_downs.h"
+ Include dependency graph for boss_amnennar_the_coldbringer.cpp:

Go to the source code of this file.

Classes

struct  boss_amnennar_the_coldbringer
 

Enumerations

enum  AmnennarTexts {
  SAY_AGGRO = 0 , SAY_SLAY = 1 , SAY_HEALTH_75 = 2 , SAY_SUMMON_60 = 3 ,
  SAY_SUMMON_30 = 4 , EMOTE_SUMMON = 5
}
 
enum  AmnennarSpells {
  SPELL_AMNENNARS_WRATH = 13009 , SPELL_FROSTBOLT = 15530 , SPELL_FROST_NOVA = 15531 , SPELL_SUMMON_FROST_SPECTRES = 12642 ,
  SPELL_BANISH_FROST_SPECTRES = 12660
}
 
enum  AmnennarEvents {
  EVENT_AMNENNARS_WRATH = 1 , EVENT_FROSTBOLT , EVENT_FROST_NOVA , EVENT_HEALTH_75 ,
  EVENT_HEALTH_60 , EVENT_HEALTH_30
}
 
enum  AmnennarPhases : uint8 { PHASE_NONE = 0 , PHASE_HEALTH_75 , PHASE_HEALTH_60 , PHASE_HEALTH_30 }
 

Functions

void AddSC_boss_amnennar_the_coldbringer ()
 

Enumeration Type Documentation

◆ AmnennarEvents

Enumerator
EVENT_AMNENNARS_WRATH 
EVENT_FROSTBOLT 
EVENT_FROST_NOVA 
EVENT_HEALTH_75 
EVENT_HEALTH_60 
EVENT_HEALTH_30 

Definition at line 46 of file boss_amnennar_the_coldbringer.cpp.

◆ AmnennarPhases

Enumerator
PHASE_NONE 
PHASE_HEALTH_75 
PHASE_HEALTH_60 
PHASE_HEALTH_30 

Definition at line 57 of file boss_amnennar_the_coldbringer.cpp.

◆ AmnennarSpells

Enumerator
SPELL_AMNENNARS_WRATH 
SPELL_FROSTBOLT 
SPELL_FROST_NOVA 
SPELL_SUMMON_FROST_SPECTRES 
SPELL_BANISH_FROST_SPECTRES 

Definition at line 37 of file boss_amnennar_the_coldbringer.cpp.

◆ AmnennarTexts

Enumerator
SAY_AGGRO 
SAY_SLAY 
SAY_HEALTH_75 
SAY_SUMMON_60 
SAY_SUMMON_30 
EMOTE_SUMMON 

Definition at line 27 of file boss_amnennar_the_coldbringer.cpp.

Function Documentation

◆ AddSC_boss_amnennar_the_coldbringer()

void AddSC_boss_amnennar_the_coldbringer ( )

Definition at line 182 of file boss_amnennar_the_coldbringer.cpp.

+ Here is the caller graph for this function: