Project SkyFire Core
SkyFire 5.4.8 server core API documentation
Loading...
Searching...
No Matches
boss_bronjahm.cpp File Reference
#include "ScriptMgr.h"
#include "ScriptedCreature.h"
#include "SpellScript.h"
#include "SpellAuraEffects.h"
#include "forge_of_souls.h"
Include dependency graph for boss_bronjahm.cpp:

Go to the source code of this file.

Classes

class  boss_bronjahm
struct  boss_bronjahm::boss_bronjahmAI
class  DistanceCheck
class  npc_corrupted_soul_fragment
struct  npc_corrupted_soul_fragment::npc_corrupted_soul_fragmentAI
class  spell_bronjahm_consume_soul
class  spell_bronjahm_consume_soul::spell_bronjahm_consume_soul_SpellScript
class  spell_bronjahm_magic_bane
class  spell_bronjahm_magic_bane::spell_bronjahm_magic_bane_SpellScript
class  spell_bronjahm_soulstorm_channel
class  spell_bronjahm_soulstorm_channel::spell_bronjahm_soulstorm_channel_AuraScript
class  spell_bronjahm_soulstorm_targeting
class  spell_bronjahm_soulstorm_targeting::spell_bronjahm_soulstorm_targeting_SpellScript
class  spell_bronjahm_soulstorm_visual
class  spell_bronjahm_soulstorm_visual::spell_bronjahm_soulstorm_visual_AuraScript

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 ()

Enumeration Type Documentation

◆ CombatPhases

Enumerator
PHASE_1 
PHASE_2 

Definition at line 44 of file boss_bronjahm.cpp.

◆ Events

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.

◆ Spells

enum Spells
Enumerator
SPELL_MAGIC_S_BANE 
SPELL_SHADOW_BOLT 
SPELL_CORRUPT_SOUL 
SPELL_CONSUME_SOUL 
SPELL_TELEPORT 
SPELL_FEAR 
SPELL_SOULSTORM 
SPELL_SOULSTORM_CHANNEL 
SPELL_SOULSTORM_VISUAL 
SPELL_PURPLE_BANISH_VISUAL 

Definition at line 21 of file boss_bronjahm.cpp.

◆ Yells

enum Yells
Enumerator
SAY_AGGRO 
SAY_SLAY 
SAY_DEATH 
SAY_SOUL_STORM 
SAY_CORRUPT_SOUL 

Definition at line 12 of file boss_bronjahm.cpp.

Function Documentation

◆ AddSC_boss_bronjahm()

void AddSC_boss_bronjahm ( )

Definition at line 397 of file boss_bronjahm.cpp.

Referenced by AddNorthrendScripts().