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

Go to the source code of this file.

Classes

struct  boss_omor_the_unscarred
 

Enumerations

enum  Says {
  SAY_AGGRO = 0 ,
  SAY_SUMMON = 1 ,
  SAY_CURSE = 2 ,
  SAY_KILL = 3 ,
  SAY_DIE = 4 ,
  SAY_WIPE = 5
}
 
enum  Spells {
  SPELL_SHADOW_BOLT = 30686 ,
  SPELL_SUMMON_FIENDISH_HOUND = 30707 ,
  SPELL_TREACHEROUS_AURA = 30695 ,
  SPELL_DEMONIC_SHIELD = 31901
}
 

Functions

void AddSC_boss_omor_the_unscarred ()
 

Enumeration Type Documentation

◆ Says

enum Says
Enumerator
SAY_AGGRO 
SAY_SUMMON 
SAY_CURSE 
SAY_KILL 
SAY_DIE 
SAY_WIPE 
23{
24 SAY_AGGRO = 0,
25 SAY_SUMMON = 1,
26 SAY_CURSE = 2,
27 SAY_KILL = 3,
28 SAY_DIE = 4,
29 SAY_WIPE = 5
30};
@ SAY_WIPE
Definition boss_omor_the_unscarred.cpp:29
@ SAY_AGGRO
Definition boss_omor_the_unscarred.cpp:24
@ SAY_CURSE
Definition boss_omor_the_unscarred.cpp:26
@ SAY_KILL
Definition boss_omor_the_unscarred.cpp:27
@ SAY_DIE
Definition boss_omor_the_unscarred.cpp:28
@ SAY_SUMMON
Definition boss_omor_the_unscarred.cpp:25

◆ Spells

enum Spells
Enumerator
SPELL_SHADOW_BOLT 
SPELL_SUMMON_FIENDISH_HOUND 
SPELL_TREACHEROUS_AURA 
SPELL_DEMONIC_SHIELD 
33{
34 SPELL_SHADOW_BOLT = 30686,
38};
@ SPELL_TREACHEROUS_AURA
Definition boss_omor_the_unscarred.cpp:36
@ SPELL_SUMMON_FIENDISH_HOUND
Definition boss_omor_the_unscarred.cpp:35
@ SPELL_SHADOW_BOLT
Definition boss_omor_the_unscarred.cpp:34
@ SPELL_DEMONIC_SHIELD
Definition boss_omor_the_unscarred.cpp:37

Function Documentation

◆ AddSC_boss_omor_the_unscarred()

void AddSC_boss_omor_the_unscarred ( )
145{
147}
#define RegisterHellfireRampartsCreatureAI(ai_name)
Definition hellfire_ramparts.h:54
Definition boss_omor_the_unscarred.cpp:41

References RegisterHellfireRampartsCreatureAI.

Referenced by AddOutlandScripts().