![]() |
TrinityCore
|
#include "ScriptMgr.h"#include "forge_of_souls.h"#include "InstanceScript.h"#include "Map.h"#include "MotionMaster.h"#include "ObjectAccessor.h"#include "ScriptedCreature.h"#include "SpellAuraEffects.h"#include "SpellScript.h"
Include dependency graph for boss_bronjahm.cpp:Go to the source code of this file.
Classes | |
| struct | boss_bronjahm |
| struct | npc_corrupted_soul_fragment |
| class | spell_bronjahm_magic_bane |
| class | spell_bronjahm_consume_soul |
| class | spell_bronjahm_soulstorm_visual |
| class | spell_bronjahm_soulstorm_targeting |
| class | achievement_bronjahm_soul_power |
Enumerations | |
| enum | Yells { SAY_AGGRO = 0 , SAY_SLAY = 1 , SAY_DEATH = 2 , SAY_SOUL_STORM = 3 , SAY_CORRUPT_SOUL = 4 } |
| enum | Spells { SPELL_MAGIC_S_BANE = 68793 , SPELL_SHADOW_BOLT = 70043 , SPELL_CORRUPT_SOUL = 68839 , SPELL_CONSUME_SOUL = 68861 , SPELL_TELEPORT = 68988 , SPELL_FEAR = 68950 , SPELL_SOULSTORM = 68872 , SPELL_SOULSTORM_CHANNEL = 69008 , SPELL_SOULSTORM_VISUAL = 68870 , SPELL_PURPLE_BANISH_VISUAL = 68862 } |
| enum | Events { EVENT_MAGIC_BANE = 1 , EVENT_SHADOW_BOLT = 2 , EVENT_CORRUPT_SOUL = 3 , EVENT_SOULSTORM = 4 , EVENT_FEAR = 5 } |
| enum | CombatPhases { PHASE_1 = 1 , PHASE_2 = 2 } |
| enum | Misc { DATA_SOUL_POWER = 1 } |
Functions | |
| void | AddSC_boss_bronjahm () |
Variables | |
| static uint32 const | SoulstormVisualSpells [] |
| enum CombatPhases |
| Enumerator | |
|---|---|
| PHASE_1 | |
| PHASE_2 | |
Definition at line 60 of file boss_bronjahm.cpp.
| enum Events |
| Enumerator | |
|---|---|
| EVENT_MAGIC_BANE | |
| EVENT_SHADOW_BOLT | |
| EVENT_CORRUPT_SOUL | |
| EVENT_SOULSTORM | |
| EVENT_FEAR | |
Definition at line 51 of file boss_bronjahm.cpp.
| enum Misc |
| Enumerator | |
|---|---|
| DATA_SOUL_POWER | |
Definition at line 66 of file boss_bronjahm.cpp.
| enum Spells |
Definition at line 37 of file boss_bronjahm.cpp.
| enum Yells |
| Enumerator | |
|---|---|
| SAY_AGGRO | |
| SAY_SLAY | |
| SAY_DEATH | |
| SAY_SOUL_STORM | |
| SAY_CORRUPT_SOUL | |
Definition at line 28 of file boss_bronjahm.cpp.
| void AddSC_boss_bronjahm | ( | ) |
|
static |
Definition at line 274 of file boss_bronjahm.cpp.