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

Go to the source code of this file.

Classes

class  boss_okthor
 
struct  boss_okthor::boss_okthorAI
 

Enumerations

enum  Spells {
  SPELL_ARCANE_BOLT = 13748 ,
  SPELL_ARCANE_EXPLOSION = 1467 ,
  SPELL_POLYMORPH = 15534 ,
  SPELL_SLOW = 19137
}
 

Functions

void AddSC_boss_okthor ()
 

Variables

constexpr Milliseconds TIMER_ARCANE_BOLT = 7s
 
constexpr Milliseconds TIMER_ARCANE_EXPLOSION = 24s
 
constexpr Milliseconds TIMER_POLYMORPH = 12s
 
constexpr Milliseconds TIMER_SLOW = 15s
 

Enumeration Type Documentation

◆ Spells

enum Spells
Enumerator
SPELL_ARCANE_BOLT 
SPELL_ARCANE_EXPLOSION 
SPELL_POLYMORPH 
SPELL_SLOW 
23{
24 SPELL_ARCANE_BOLT = 13748,
26 SPELL_POLYMORPH = 15534,
27 SPELL_SLOW = 19137
28};
@ SPELL_ARCANE_EXPLOSION
Definition boss_okthor.cpp:25
@ SPELL_SLOW
Definition boss_okthor.cpp:27
@ SPELL_ARCANE_BOLT
Definition boss_okthor.cpp:24
@ SPELL_POLYMORPH
Definition boss_okthor.cpp:26

Function Documentation

◆ AddSC_boss_okthor()

void AddSC_boss_okthor ( )
121{
122 new boss_okthor();
123}
Definition boss_okthor.cpp:36

Referenced by AddEasternKingdomsScripts().

Variable Documentation

◆ TIMER_ARCANE_BOLT

constexpr Milliseconds TIMER_ARCANE_BOLT = 7s
constexpr

◆ TIMER_ARCANE_EXPLOSION

constexpr Milliseconds TIMER_ARCANE_EXPLOSION = 24s
constexpr

◆ TIMER_POLYMORPH

constexpr Milliseconds TIMER_POLYMORPH = 12s
constexpr

◆ TIMER_SLOW

constexpr Milliseconds TIMER_SLOW = 15s
constexpr