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
}
 
enum  Timers {
  TIMER_ARCANE_BOLT = 7000 ,
  TIMER_ARCANE_EXPLOSION = 24000 ,
  TIMER_POLYMORPH = 12000 ,
  TIMER_SLOW = 15000
}
 

Functions

void AddSC_boss_okthor ()
 

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

◆ Timers

enum Timers
Enumerator
TIMER_ARCANE_BOLT 
TIMER_ARCANE_EXPLOSION 
TIMER_POLYMORPH 
TIMER_SLOW 
31{
32 TIMER_ARCANE_BOLT = 7000,
34 TIMER_POLYMORPH = 12000,
35 TIMER_SLOW = 15000
36};
@ TIMER_SLOW
Definition boss_okthor.cpp:35
@ TIMER_POLYMORPH
Definition boss_okthor.cpp:34
@ TIMER_ARCANE_BOLT
Definition boss_okthor.cpp:32
@ TIMER_ARCANE_EXPLOSION
Definition boss_okthor.cpp:33

Function Documentation

◆ AddSC_boss_okthor()

void AddSC_boss_okthor ( )
124{
125 new boss_okthor();
126}
Definition boss_okthor.cpp:39

Referenced by AddEasternKingdomsScripts().