|
Project SkyFire Core
SkyFire 5.4.8 server core API documentation
|
#include "ScriptMgr.h"#include "ScriptedCreature.h"#include "SpellScript.h"#include "SpellAuraEffects.h"#include "forge_of_souls.h"Go to the source code of this file.
Enumerations | |
| enum | CombatPhases { PHASE_1 = 1 , PHASE_2 = 2 } |
| enum | Events { EVENT_MAGIC_BANE = 1 , EVENT_SHADOW_BOLT = 2 , EVENT_CORRUPT_SOUL = 3 , EVENT_SOULSTORM = 4 , EVENT_FEAR = 5 } |
| 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 | Yells { SAY_AGGRO = 0 , SAY_SLAY = 1 , SAY_DEATH = 2 , SAY_SOUL_STORM = 3 , SAY_CORRUPT_SOUL = 4 } |
Functions | |
| void | AddSC_boss_bronjahm () |
| enum CombatPhases |
| Enumerator | |
|---|---|
| PHASE_1 | |
| PHASE_2 | |
Definition at line 44 of file boss_bronjahm.cpp.
| enum Events |
| Enumerator | |
|---|---|
| EVENT_MAGIC_BANE | |
| EVENT_SHADOW_BOLT | |
| EVENT_CORRUPT_SOUL | |
| EVENT_SOULSTORM | |
| EVENT_FEAR | |
Definition at line 35 of file boss_bronjahm.cpp.
| enum Spells |
Definition at line 21 of file boss_bronjahm.cpp.
| enum Yells |
| Enumerator | |
|---|---|
| SAY_AGGRO | |
| SAY_SLAY | |
| SAY_DEATH | |
| SAY_SOUL_STORM | |
| SAY_CORRUPT_SOUL | |
Definition at line 12 of file boss_bronjahm.cpp.
| void AddSC_boss_bronjahm | ( | ) |
Definition at line 397 of file boss_bronjahm.cpp.
Referenced by AddNorthrendScripts().