![]() |
TrinityCore
|
#include "ScriptMgr.h"#include "ScriptedCreature.h"#include "SpellScript.h"#include "SpellAuraEffects.h"#include "stonecore.h"#include "TemporarySummon.h"#include "Vehicle.h"
Include dependency graph for boss_ozruk.cpp:Go to the source code of this file.
Classes | |
| class | boss_ozruk |
| struct | boss_ozruk::boss_ozrukAI |
| class | spell_rupture |
| class | spell_rupture::spell_rupture_AuraScript |
| class | spell_elementium_spike_shield |
| class | spell_elementium_spike_shield::spell_elementium_spike_shield_SpellScript |
Enumerations | |
| enum | Spells { SPELL_ELEMENTIUM_BULWARK = 78939 , SPELL_GROUND_SLAM = 78903 , SPELL_ELEMENTIUM_SPIKE_SHIELD = 78835 , SPELL_SHATTER = 78807 , SPELL_ENRAGE = 80467 , SPELL_RUPTURE = 92393 , SPELL_RUPTURE_DAMAGE = 92381 } |
| enum | NPCs { NPC_BOUNCER_SPIKE = 42189 , NPC_RUPTURE_CONTROLLER = 49597 , NPC_RUPTURE = 49576 } |
| enum | Texts { SAY_AGGRO = 0 , SAY_ELEMENTIUM_BULWARK = 1 , SAY_ELEMENTIUM_SPIKE_SHIELD = 2 , SAY_ENRAGE = 3 , SAY_DEATH = 4 } |
| enum | Events { EVENT_NONE , EVENT_ELEMENTIUM_BULWARK , EVENT_GROUND_SLAM , EVENT_ELEMENTIUM_SPIKE_SHIELD , EVENT_SHATTER , EVENT_ENRAGE , EVENT_START_ATTACK } |
Functions | |
| void | AddSC_boss_ozruk () |
| enum Events |
| Enumerator | |
|---|---|
| EVENT_NONE | |
| EVENT_ELEMENTIUM_BULWARK | |
| EVENT_GROUND_SLAM | |
| EVENT_ELEMENTIUM_SPIKE_SHIELD | |
| EVENT_SHATTER | |
| EVENT_ENRAGE | |
| EVENT_START_ATTACK | |
Definition at line 58 of file boss_ozruk.cpp.
| enum NPCs |
| Enumerator | |
|---|---|
| NPC_BOUNCER_SPIKE | |
| NPC_RUPTURE_CONTROLLER | |
| NPC_RUPTURE | |
Definition at line 42 of file boss_ozruk.cpp.
| enum Spells |
| Enumerator | |
|---|---|
| SPELL_ELEMENTIUM_BULWARK | |
| SPELL_GROUND_SLAM | |
| SPELL_ELEMENTIUM_SPIKE_SHIELD | |
| SPELL_SHATTER | |
| SPELL_ENRAGE | |
| SPELL_RUPTURE | |
| SPELL_RUPTURE_DAMAGE | |
Definition at line 26 of file boss_ozruk.cpp.
| enum Texts |
| Enumerator | |
|---|---|
| SAY_AGGRO | |
| SAY_ELEMENTIUM_BULWARK | |
| SAY_ELEMENTIUM_SPIKE_SHIELD | |
| SAY_ENRAGE | |
| SAY_DEATH | |
Definition at line 49 of file boss_ozruk.cpp.
| void AddSC_boss_ozruk | ( | ) |