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

Go to the source code of this file.

Classes

class  boss_anubshiah
 
struct  boss_anubshiah::boss_anubshiahAI
 

Enumerations

enum  Spells {
  SPELL_SHADOWBOLT = 15472 ,
  SPELL_CURSE_TONGUES = 15470 ,
  SPELL_CURSE_WEAKNESS = 12493 ,
  SPELL_DEMON_ARMOR = 13787 ,
  SPELL_ENVELOPING_WEB = 15471
}
 

Functions

void AddSC_boss_anubshiah ()
 

Variables

constexpr Milliseconds TIMER_SHADOWBOLT = 7s
 
constexpr Milliseconds TIMER_CURSE_TONGUES = 24s
 
constexpr Milliseconds TIMER_CURSE_WEAKNESS = 12s
 
constexpr Milliseconds TIMER_DEMON_ARMOR = 3s
 
constexpr Milliseconds TIMER_ENVELOPING_WEB = 16s
 

Enumeration Type Documentation

◆ Spells

enum Spells
Enumerator
SPELL_SHADOWBOLT 
SPELL_CURSE_TONGUES 
SPELL_CURSE_WEAKNESS 
SPELL_DEMON_ARMOR 
SPELL_ENVELOPING_WEB 
23{
24 SPELL_SHADOWBOLT = 15472,
25 SPELL_CURSE_TONGUES = 15470,
27 SPELL_DEMON_ARMOR = 13787,
29};
@ SPELL_CURSE_TONGUES
Definition boss_anubshiah.cpp:25
@ SPELL_SHADOWBOLT
Definition boss_anubshiah.cpp:24
@ SPELL_ENVELOPING_WEB
Definition boss_anubshiah.cpp:28
@ SPELL_CURSE_WEAKNESS
Definition boss_anubshiah.cpp:26
@ SPELL_DEMON_ARMOR
Definition boss_anubshiah.cpp:27

Function Documentation

◆ AddSC_boss_anubshiah()

void AddSC_boss_anubshiah ( )
115{
116 new boss_anubshiah();
117}
Definition boss_anubshiah.cpp:38

Referenced by AddEasternKingdomsScripts().

Variable Documentation

◆ TIMER_CURSE_TONGUES

◆ TIMER_CURSE_WEAKNESS

◆ TIMER_DEMON_ARMOR

◆ TIMER_ENVELOPING_WEB

◆ TIMER_SHADOWBOLT