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

Go to the source code of this file.

Classes

class  npc_rookery_hatcher
 
struct  npc_rookery_hatcher::npc_rookery_hatcherAI
 
class  boss_solakar_flamewreath
 
struct  boss_solakar_flamewreath::boss_solakar_flamewreathAI
 

Enumerations

enum  Spells {
  SPELL_WAR_STOMP = 16727 ,
  SPELL_HATCH_EGG = 15746
}
 
enum  Timer { TIMER_WAR_STOMP = 20000 }
 
enum  Says { SAY_SUMMON = 0 }
 

Functions

void AddSC_boss_solakar_flamewreath ()
 

Variables

constexpr float RANGE_SPELL_HATCH_EGG = 3.0f
 
constexpr float RANGE_WHELP_CALL_HELP = 15.0f
 

Enumeration Type Documentation

◆ Says

enum Says
Enumerator
SAY_SUMMON 
37{
38 SAY_SUMMON = 0,
39};
@ SAY_SUMMON
Definition boss_solakar_flamewreath.cpp:38

◆ Spells

enum Spells
Enumerator
SPELL_WAR_STOMP 
SPELL_HATCH_EGG 
23{
24 SPELL_WAR_STOMP = 16727,
25 SPELL_HATCH_EGG = 15746
26};
@ SPELL_HATCH_EGG
Definition boss_solakar_flamewreath.cpp:25
@ SPELL_WAR_STOMP
Definition boss_solakar_flamewreath.cpp:24

◆ Timer

enum Timer
Enumerator
TIMER_WAR_STOMP 
29{
30 TIMER_WAR_STOMP = 20000
31};
@ TIMER_WAR_STOMP
Definition boss_solakar_flamewreath.cpp:30

Function Documentation

◆ AddSC_boss_solakar_flamewreath()

void AddSC_boss_solakar_flamewreath ( )
245{
248}
Definition boss_solakar_flamewreath.cpp:161
Definition boss_solakar_flamewreath.cpp:42

Referenced by AddEasternKingdomsScripts().

Variable Documentation

◆ RANGE_SPELL_HATCH_EGG

constexpr float RANGE_SPELL_HATCH_EGG = 3.0f
constexpr

◆ RANGE_WHELP_CALL_HELP

constexpr float RANGE_WHELP_CALL_HELP = 15.0f
constexpr