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

Go to the source code of this file.

Classes

struct  boss_quartermaster_zigris
 

Enumerations

enum  Spells {
  SPELL_SHOOT = 16496 ,
  SPELL_STUNBOMB = 16497 ,
  SPELL_HEALING_POTION = 15504 ,
  SPELL_HOOKEDNET = 15609
}
 
enum  Events {
  EVENT_STUN_BOMB = 1 ,
  EVENT_HOOKED_NET ,
  EVENT_SHOOT
}
 

Functions

void AddSC_boss_quartermasterzigris ()
 

Enumeration Type Documentation

◆ Events

enum Events
Enumerator
EVENT_STUN_BOMB 
EVENT_HOOKED_NET 
EVENT_SHOOT 
32{
36};
@ EVENT_SHOOT
Definition boss_quartermaster_zigris.cpp:35
@ EVENT_HOOKED_NET
Definition boss_quartermaster_zigris.cpp:34
@ EVENT_STUN_BOMB
Definition boss_quartermaster_zigris.cpp:33

◆ Spells

enum Spells
Enumerator
SPELL_SHOOT 
SPELL_STUNBOMB 
SPELL_HEALING_POTION 
SPELL_HOOKEDNET 
24{
25 SPELL_SHOOT = 16496,
26 SPELL_STUNBOMB = 16497,
28 SPELL_HOOKEDNET = 15609
29};
@ SPELL_HEALING_POTION
Definition boss_quartermaster_zigris.cpp:27
@ SPELL_SHOOT
Definition boss_quartermaster_zigris.cpp:25
@ SPELL_STUNBOMB
Definition boss_quartermaster_zigris.cpp:26
@ SPELL_HOOKEDNET
Definition boss_quartermaster_zigris.cpp:28

Function Documentation

◆ AddSC_boss_quartermasterzigris()

void AddSC_boss_quartermasterzigris ( )
149{
151}
#define RegisterBlackrockSpireCreatureAI(ai_name)
Definition blackrock_spire.h:157
Definition boss_quartermaster_zigris.cpp:39

References RegisterBlackrockSpireCreatureAI.

Referenced by AddEasternKingdomsScripts().