![]() |
TrinityCore
|
#include "ScriptMgr.h"#include "Containers.h"#include "hellfire_ramparts.h"#include "Player.h"#include "ScriptedCreature.h"#include "SpellAuraEffects.h"#include "SpellInfo.h"#include "SpellScript.h"
Include dependency graph for boss_omor_the_unscarred.cpp:Go to the source code of this file.
Classes | |
| struct | boss_omor_the_unscarred |
| class | spell_omor_the_unscarred_orbital_strike_target |
| class | spell_omor_the_unscarred_orbital_strike_whip |
Enumerations | |
| enum | OmorTexts { SAY_SUMMON = 0 , SAY_KNOCK = 1 , SAY_AGGRO = 2 , SAY_SLAY = 3 , SAY_DEATH = 4 , EMOTE_SHIELD = 5 } |
| enum | OmorSpells { SPELL_SHADOW_BOLT = 30686 , SPELL_TREACHEROUS_AURA = 30695 , SPELL_SUMMON_FIENDISH_HOUND = 30707 , SPELL_ORBITAL_STRIKE_TARGET = 35642 , SPELL_DEMONIC_SHIELD = 31901 , SPELL_ORBITAL_STRIKE_WHIP = 32185 , SPELL_ORBITAL_STRIKE_KNOCK = 30637 } |
| enum | OmorEvents { EVENT_SHADOW_BOLT = 1 , EVENT_TREACHEROUS_AURA , EVENT_SUMMON_FIENDISH_HOUND , EVENT_ORBITAL_STRIKE_TARGET , EVENT_DEMONIC_SHIELD } |
Functions | |
| void | AddSC_boss_omor_the_unscarred () |
| enum OmorEvents |
| Enumerator | |
|---|---|
| EVENT_SHADOW_BOLT | |
| EVENT_TREACHEROUS_AURA | |
| EVENT_SUMMON_FIENDISH_HOUND | |
| EVENT_ORBITAL_STRIKE_TARGET | |
| EVENT_DEMONIC_SHIELD | |
Definition at line 55 of file boss_omor_the_unscarred.cpp.
| enum OmorSpells |
| Enumerator | |
|---|---|
| SPELL_SHADOW_BOLT | |
| SPELL_TREACHEROUS_AURA | |
| SPELL_SUMMON_FIENDISH_HOUND | |
| SPELL_ORBITAL_STRIKE_TARGET | |
| SPELL_DEMONIC_SHIELD | |
| SPELL_ORBITAL_STRIKE_WHIP | |
| SPELL_ORBITAL_STRIKE_KNOCK | |
Definition at line 41 of file boss_omor_the_unscarred.cpp.
| enum OmorTexts |
| Enumerator | |
|---|---|
| SAY_SUMMON | |
| SAY_KNOCK | |
| SAY_AGGRO | |
| SAY_SLAY | |
| SAY_DEATH | |
| EMOTE_SHIELD | |
Definition at line 31 of file boss_omor_the_unscarred.cpp.
| void AddSC_boss_omor_the_unscarred | ( | ) |
Definition at line 272 of file boss_omor_the_unscarred.cpp.
Here is the caller graph for this function: