AzerothCore 3.3.5a
OpenSource WoW Emulator
Loading...
Searching...
No Matches
boss_anetheron.cpp File Reference
#include "CreatureScript.h"
#include "GridNotifiers.h"
#include "ScriptedCreature.h"
#include "SpellScript.h"
#include "SpellScriptLoader.h"
#include "hyjal.h"

Go to the source code of this file.

Classes

struct  boss_anetheron
 
class  spell_anetheron_sleep
 

Enumerations

enum  Spells {
  SPELL_CARRION_SWARM = 31306 ,
  SPELL_SLEEP = 31298 ,
  SPELL_INFERNO = 31299 ,
  SPELL_VAMPIRIC_AURA = 31317 ,
  SPELL_ENRAGE = 26662 ,
  SPELL_INFERNAL_STUN = 31302 ,
  SPELL_INFERNAL_IMMOLATION = 31304
}
 
enum  Texts {
  SAY_ONDEATH = 0 ,
  SAY_ONSLAY = 1 ,
  SAY_SWARM = 2 ,
  SAY_SLEEP = 3 ,
  SAY_INFERNO = 4 ,
  SAY_ONSPAWN = 5
}
 

Functions

void AddSC_boss_anetheron ()
 

Enumeration Type Documentation

◆ Spells

enum Spells
Enumerator
SPELL_CARRION_SWARM 
SPELL_SLEEP 
SPELL_INFERNO 
SPELL_VAMPIRIC_AURA 
SPELL_ENRAGE 
SPELL_INFERNAL_STUN 
SPELL_INFERNAL_IMMOLATION 
26{
27 SPELL_CARRION_SWARM = 31306,
28 SPELL_SLEEP = 31298,
29 SPELL_INFERNO = 31299,
30 SPELL_VAMPIRIC_AURA = 31317,
31 SPELL_ENRAGE = 26662,
32 SPELL_INFERNAL_STUN = 31302,
34};
@ SPELL_ENRAGE
Definition boss_anetheron.cpp:31
@ SPELL_SLEEP
Definition boss_anetheron.cpp:28
@ SPELL_CARRION_SWARM
Definition boss_anetheron.cpp:27
@ SPELL_VAMPIRIC_AURA
Definition boss_anetheron.cpp:30
@ SPELL_INFERNAL_STUN
Definition boss_anetheron.cpp:32
@ SPELL_INFERNAL_IMMOLATION
Definition boss_anetheron.cpp:33
@ SPELL_INFERNO
Definition boss_anetheron.cpp:29

◆ Texts

enum Texts
Enumerator
SAY_ONDEATH 
SAY_ONSLAY 
SAY_SWARM 
SAY_SLEEP 
SAY_INFERNO 
SAY_ONSPAWN 
37{
38 SAY_ONDEATH = 0,
39 SAY_ONSLAY = 1,
40 SAY_SWARM = 2,
41 SAY_SLEEP = 3,
42 SAY_INFERNO = 4,
43 SAY_ONSPAWN = 5,
44};
@ SAY_INFERNO
Definition boss_anetheron.cpp:42
@ SAY_ONSPAWN
Definition boss_anetheron.cpp:43
@ SAY_SLEEP
Definition boss_anetheron.cpp:41
@ SAY_SWARM
Definition boss_anetheron.cpp:40
@ SAY_ONSLAY
Definition boss_anetheron.cpp:39
@ SAY_ONDEATH
Definition boss_anetheron.cpp:38

Function Documentation

◆ AddSC_boss_anetheron()

void AddSC_boss_anetheron ( )
164{
167}
#define RegisterSpellScript(spell_script)
Definition SpellScriptLoader.h:88
Definition boss_anetheron.cpp:143
#define RegisterHyjalAI(ai_name)
Definition hyjal.h:195
Definition boss_anetheron.cpp:47

References RegisterHyjalAI, and RegisterSpellScript.

Referenced by AddKalimdorScripts().