TrinityCore
Loading...
Searching...
No Matches
boss_loatheb.cpp File Reference
#include "ScriptMgr.h"
#include "InstanceScript.h"
#include "naxxramas.h"
#include "ScriptedCreature.h"
#include "SpellAuras.h"
#include "SpellScript.h"
+ Include dependency graph for boss_loatheb.cpp:

Go to the source code of this file.

Classes

struct  boss_loatheb
 
class  achievement_spore_loser
 
class  spell_loatheb_deathbloom
 

Enumerations

enum  Spells {
  SPELL_NECROTIC_AURA = 55593 , SPELL_SUMMON_SPORE = 29234 , SPELL_DEATHBLOOM = 29865 , SPELL_INEVITABLE_DOOM = 29204 ,
  SPELL_FUNGAL_CREEP = 29232 , SPELL_DEATHBLOOM_FINAL_DAMAGE = 55594
}
 
enum  Texts { SAY_NECROTIC_AURA_APPLIED = 0 , SAY_NECROTIC_AURA_REMOVED = 1 , SAY_NECROTIC_AURA_FADING = 2 }
 
enum  Events {
  EVENT_NECROTIC_AURA = 1 , EVENT_DEATHBLOOM , EVENT_INEVITABLE_DOOM , EVENT_SPORE ,
  EVENT_NECROTIC_AURA_FADING , EVENT_NECROTIC_AURA_FADED
}
 
enum  Achievement { DATA_ACHIEVEMENT_SPORE_LOSER = 21822183 }
 

Functions

void AddSC_boss_loatheb ()
 

Enumeration Type Documentation

◆ Achievement

Enumerator
DATA_ACHIEVEMENT_SPORE_LOSER 

Definition at line 53 of file boss_loatheb.cpp.

◆ Events

enum Events
Enumerator
EVENT_NECROTIC_AURA 
EVENT_DEATHBLOOM 
EVENT_INEVITABLE_DOOM 
EVENT_SPORE 
EVENT_NECROTIC_AURA_FADING 
EVENT_NECROTIC_AURA_FADED 

Definition at line 43 of file boss_loatheb.cpp.

◆ Spells

enum Spells
Enumerator
SPELL_NECROTIC_AURA 
SPELL_SUMMON_SPORE 
SPELL_DEATHBLOOM 
SPELL_INEVITABLE_DOOM 
SPELL_FUNGAL_CREEP 
SPELL_DEATHBLOOM_FINAL_DAMAGE 

Definition at line 25 of file boss_loatheb.cpp.

◆ Texts

enum Texts
Enumerator
SAY_NECROTIC_AURA_APPLIED 
SAY_NECROTIC_AURA_REMOVED 
SAY_NECROTIC_AURA_FADING 

Definition at line 36 of file boss_loatheb.cpp.

Function Documentation

◆ AddSC_boss_loatheb()

void AddSC_boss_loatheb ( )

Definition at line 174 of file boss_loatheb.cpp.

+ Here is the caller graph for this function: