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

Go to the source code of this file.

Classes

struct  boss_commander_stoutbeard
 

Enumerations

enum  Spells {
  SPELL_BATTLE_SHOUT = 31403 ,
  SPELL_CHARGE = 60067 ,
  SPELL_FRIGHTENING_SHOUT = 19134 ,
  SPELL_WHIRLWIND = 38618
}
 
enum  Says {
  SAY_AGGRO = 0 ,
  SAY_DEATH = 1 ,
  SAY_KILL = 2
}
 

Functions

void AddSC_boss_commander_stoutbeard ()
 

Enumeration Type Documentation

◆ Says

enum Says
Enumerator
SAY_AGGRO 
SAY_DEATH 
SAY_KILL 
31{
32 SAY_AGGRO = 0,
33 SAY_DEATH = 1,
34 SAY_KILL = 2
35};
@ SAY_DEATH
Definition boss_commander_stoutbeard_kolurg.cpp:33
@ SAY_AGGRO
Definition boss_commander_stoutbeard_kolurg.cpp:32
@ SAY_KILL
Definition boss_commander_stoutbeard_kolurg.cpp:34

◆ Spells

enum Spells
Enumerator
SPELL_BATTLE_SHOUT 
SPELL_CHARGE 
SPELL_FRIGHTENING_SHOUT 
SPELL_WHIRLWIND 
23{
24 SPELL_BATTLE_SHOUT = 31403,
25 SPELL_CHARGE = 60067,
27 SPELL_WHIRLWIND = 38618
28};
@ SPELL_CHARGE
Definition boss_commander_stoutbeard_kolurg.cpp:25
@ SPELL_BATTLE_SHOUT
Definition boss_commander_stoutbeard_kolurg.cpp:24
@ SPELL_FRIGHTENING_SHOUT
Definition boss_commander_stoutbeard_kolurg.cpp:26
@ SPELL_WHIRLWIND
Definition boss_commander_stoutbeard_kolurg.cpp:27

Function Documentation

◆ AddSC_boss_commander_stoutbeard()

void AddSC_boss_commander_stoutbeard ( )
83{
85}
#define RegisterNexusCreatureAI(ai_name)
Definition nexus.h:65
Definition boss_commander_stoutbeard_kolurg.cpp:38

References RegisterNexusCreatureAI.

Referenced by AddNorthrendScripts().