![]() |
AzerothCore 3.3.5a
OpenSource WoW Emulator
|
#include "CreatureScript.h"
#include "Player.h"
#include "ScriptedCreature.h"
#include "mana_tombs.h"
Go to the source code of this file.
Classes | |
struct | boss_pandemonius |
Enumerations | |
enum | Texts { SAY_AGGRO = 0 , SAY_KILL = 1 , SAY_DEATH = 2 , EMOTE_DARK_SHELL = 3 } |
enum | Spells { SPELL_VOID_BLAST = 32325 , SPELL_DARK_SHELL = 32358 } |
enum | Groups { GROUP_VOID_BLAST = 1 } |
enum | RoomAdds { NPC_SCAVENGER = 18309 , NPC_CRYPT_RAIDER = 18311 , NPC_SORCERER = 18313 } |
Functions | |
void | AddSC_boss_pandemonius () |
Variables | |
float const | ROOM_PULL_RANGE = 70.0f |
float const | ROOM_ENTERANCE = -50.0f |
float const | ROOM_EXIT = -145.0f |
constexpr uint8 | MAX_VOID_BLAST = 5 |
enum Groups |
Enumerator | |
---|---|
GROUP_VOID_BLAST |
enum RoomAdds |
Enumerator | |
---|---|
NPC_SCAVENGER | |
NPC_CRYPT_RAIDER | |
NPC_SORCERER |
enum Spells |
Enumerator | |
---|---|
SPELL_VOID_BLAST | |
SPELL_DARK_SHELL |
enum Texts |
Enumerator | |
---|---|
SAY_AGGRO | |
SAY_KILL | |
SAY_DEATH | |
EMOTE_DARK_SHELL |
void AddSC_boss_pandemonius | ( | ) |
References RegisterManaTombsCreatureAI.
Referenced by AddOutlandScripts().
|
constexpr |
Referenced by boss_pandemonius::JustEngagedWith().
float const ROOM_ENTERANCE = -50.0f |
Referenced by boss_pandemonius::PullRoom().
float const ROOM_EXIT = -145.0f |
Referenced by boss_pandemonius::PullRoom().
float const ROOM_PULL_RANGE = 70.0f |
Referenced by boss_pandemonius::PullRoom().