TrinityCore
Loading...
Searching...
No Matches
boss_pandemonius.cpp File Reference
#include "ScriptMgr.h"
#include "ScriptedCreature.h"
#include "SpellInfo.h"
#include "SpellMgr.h"
#include "mana_tombs.h"
+ Include dependency graph for boss_pandemonius.cpp:

Go to the source code of this file.

Classes

struct  boss_pandemonius
 

Enumerations

enum  PandemoniusTexts { SAY_AGGRO = 0 , SAY_SLAY = 1 , SAY_DEATH = 2 , EMOTE_DARK_SHELL = 3 }
 
enum  PandemoniusSpells { SPELL_VOID_BLAST = 32325 , SPELL_VOID_BLAST_SCRIPT = 32326 , SPELL_DARK_SHELL = 32358 }
 
enum  PandemoniusEvents { EVENT_VOID_BLAST = 1 , EVENT_DARK_SHELL }
 

Functions

void AddSC_boss_pandemonius ()
 

Variables

uint32 constexpr DARK_SHELL_EVENT_GROUP = 1
 

Enumeration Type Documentation

◆ PandemoniusEvents

Enumerator
EVENT_VOID_BLAST 
EVENT_DARK_SHELL 

Definition at line 44 of file boss_pandemonius.cpp.

◆ PandemoniusSpells

Enumerator
SPELL_VOID_BLAST 
SPELL_VOID_BLAST_SCRIPT 
SPELL_DARK_SHELL 

Definition at line 37 of file boss_pandemonius.cpp.

◆ PandemoniusTexts

Enumerator
SAY_AGGRO 
SAY_SLAY 
SAY_DEATH 
EMOTE_DARK_SHELL 

Definition at line 29 of file boss_pandemonius.cpp.

Function Documentation

◆ AddSC_boss_pandemonius()

void AddSC_boss_pandemonius ( )

Definition at line 123 of file boss_pandemonius.cpp.

+ Here is the caller graph for this function:

Variable Documentation

◆ DARK_SHELL_EVENT_GROUP

uint32 constexpr DARK_SHELL_EVENT_GROUP = 1
constexpr

Definition at line 50 of file boss_pandemonius.cpp.