Project SkyFire Core
SkyFire 5.4.8 server core API documentation
Loading...
Searching...
No Matches
boss_loatheb.cpp File Reference
#include "ScriptMgr.h"
#include "ScriptedCreature.h"
#include "SpellScript.h"
#include "SpellAuraEffects.h"
#include "naxxramas.h"
Include dependency graph for boss_loatheb.cpp:

Go to the source code of this file.

Classes

class  achievement_spore_loser
class  boss_loatheb
struct  boss_loatheb::boss_loathebAI
class  spell_loatheb_necrotic_aura_warning
class  spell_loatheb_necrotic_aura_warning::spell_loatheb_necrotic_aura_warning_AuraScript

Typedefs

typedef boss_loatheb::boss_loathebAI LoathebAI

Enumerations

enum  Achievement { DATA_ACHIEVEMENT_SPORE_LOSER = 21822183 }
enum  Events {
  EVENT_NECROTIC_AURA = 1 , EVENT_DEATHBLOOM = 2 , EVENT_INEVITABLE_DOOM = 3 , EVENT_SPORE = 4 ,
  EVENT_NECROTIC_AURA_FADING = 5
}
enum  Spells {
  SPELL_NECROTIC_AURA = 55593 , SPELL_WARN_NECROTIC_AURA = 59481 , SPELL_SUMMON_SPORE = 29234 , SPELL_DEATHBLOOM = 29865 ,
  H_SPELL_DEATHBLOOM = 55053 , SPELL_INEVITABLE_DOOM = 29204 , H_SPELL_INEVITABLE_DOOM = 55052
}
enum  Texts { SAY_NECROTIC_AURA_APPLIED = 0 , SAY_NECROTIC_AURA_REMOVED = 1 , SAY_NECROTIC_AURA_FADING = 2 }

Functions

void AddSC_boss_loatheb ()

Typedef Documentation

◆ LoathebAI

Definition at line 149 of file boss_loatheb.cpp.

Enumeration Type Documentation

◆ Achievement

Enumerator
DATA_ACHIEVEMENT_SPORE_LOSER 

Definition at line 39 of file boss_loatheb.cpp.

◆ Events

enum Events
Enumerator
EVENT_NECROTIC_AURA 
EVENT_DEATHBLOOM 
EVENT_INEVITABLE_DOOM 
EVENT_SPORE 
EVENT_NECROTIC_AURA_FADING 

Definition at line 30 of file boss_loatheb.cpp.

◆ Spells

enum Spells
Enumerator
SPELL_NECROTIC_AURA 
SPELL_WARN_NECROTIC_AURA 
SPELL_SUMMON_SPORE 
SPELL_DEATHBLOOM 
H_SPELL_DEATHBLOOM 
SPELL_INEVITABLE_DOOM 
H_SPELL_INEVITABLE_DOOM 

Definition at line 12 of file boss_loatheb.cpp.

◆ Texts

enum Texts
Enumerator
SAY_NECROTIC_AURA_APPLIED 
SAY_NECROTIC_AURA_REMOVED 
SAY_NECROTIC_AURA_FADING 

Definition at line 23 of file boss_loatheb.cpp.

Function Documentation

◆ AddSC_boss_loatheb()

void AddSC_boss_loatheb ( )

Definition at line 192 of file boss_loatheb.cpp.

Referenced by AddNorthrendScripts().