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

Go to the source code of this file.

Classes

class  boss_highlord_omokk
 
struct  boss_highlord_omokk::boss_highlordomokkAI
 

Enumerations

enum  Spells {
  SPELL_FRENZY = 8269 ,
  SPELL_KNOCK_AWAY = 10101
}
 
enum  Events {
  EVENT_FRENZY = 1 ,
  EVENT_KNOCK_AWAY = 2
}
 

Functions

void AddSC_boss_highlordomokk ()
 

Enumeration Type Documentation

◆ Events

enum Events
Enumerator
EVENT_FRENZY 
EVENT_KNOCK_AWAY 
29{
30 EVENT_FRENZY = 1,
32};
@ EVENT_KNOCK_AWAY
Definition boss_highlord_omokk.cpp:31
@ EVENT_FRENZY
Definition boss_highlord_omokk.cpp:30

◆ Spells

enum Spells
Enumerator
SPELL_FRENZY 
SPELL_KNOCK_AWAY 
23{
24 SPELL_FRENZY = 8269,
25 SPELL_KNOCK_AWAY = 10101
26};
@ SPELL_KNOCK_AWAY
Definition boss_highlord_omokk.cpp:25
@ SPELL_FRENZY
Definition boss_highlord_omokk.cpp:24

Function Documentation

◆ AddSC_boss_highlordomokk()

void AddSC_boss_highlordomokk ( )
97{
99}
Definition boss_highlord_omokk.cpp:35

Referenced by AddEasternKingdomsScripts().