TrinityCore
Loading...
Searching...
No Matches
boss_broggok.cpp File Reference
#include "ScriptMgr.h"
#include "blood_furnace.h"
#include "Containers.h"
#include "GameObject.h"
#include "GameObjectAI.h"
#include "InstanceScript.h"
#include "ScriptedCreature.h"
#include "SpellAuraEffects.h"
#include "SpellScript.h"
+ Include dependency graph for boss_broggok.cpp:

Go to the source code of this file.

Classes

class  boss_broggok
 
struct  boss_broggok::boss_broggokAI
 
struct  BroggokPrisionersAI
 
struct  npc_nascent_fel_orc
 
struct  npc_fel_orc_neophyte
 
class  go_broggok_lever
 
struct  go_broggok_lever::go_broggok_leverAI
 
class  spell_broggok_poison_cloud
 
class  spell_broggok_poison_cloud::spell_broggok_poison_cloud_AuraScript
 

Enumerations

enum  Yells { SAY_AGGRO = 0 }
 
enum  Spells {
  SPELL_SLIME_SPRAY = 30913 , SPELL_POISON_CLOUD = 30916 , SPELL_POISON_BOLT = 30917 , SPELL_POISON_CLOUD_PASSIVE = 30914 ,
  SPELL_SUMMON_INCOMBAT_TRIGGER = 26837 , SPELL_STOMP = 31900 , SPELL_CONCUSSION_BLOW = 22427 , SPELL_FRENZY = 8269 ,
  SPELL_CHARGE = 22120
}
 
enum  Events { EVENT_SLIME_SPRAY = 1 , EVENT_POISON_BOLT , EVENT_POISON_CLOUD }
 

Functions

void AddSC_boss_broggok ()
 

Variables

static Emote const PrisionersEmotes []
 

Enumeration Type Documentation

◆ Events

enum Events
Enumerator
EVENT_SLIME_SPRAY 
EVENT_POISON_BOLT 
EVENT_POISON_CLOUD 

Definition at line 48 of file boss_broggok.cpp.

◆ Spells

enum Spells
Enumerator
SPELL_SLIME_SPRAY 
SPELL_POISON_CLOUD 
SPELL_POISON_BOLT 
SPELL_POISON_CLOUD_PASSIVE 
SPELL_SUMMON_INCOMBAT_TRIGGER 
SPELL_STOMP 
SPELL_CONCUSSION_BLOW 
SPELL_FRENZY 
SPELL_CHARGE 

Definition at line 33 of file boss_broggok.cpp.

◆ Yells

enum Yells
Enumerator
SAY_AGGRO 

Definition at line 28 of file boss_broggok.cpp.

Function Documentation

◆ AddSC_boss_broggok()

void AddSC_boss_broggok ( )

Definition at line 311 of file boss_broggok.cpp.

+ Here is the caller graph for this function:

Variable Documentation

◆ PrisionersEmotes

Emote const PrisionersEmotes[]
static
Initial value:

Definition at line 151 of file boss_broggok.cpp.