TrinityCore
Loading...
Searching...
No Matches
boss_bronjahm.cpp File Reference
#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 []
 

Enumeration Type Documentation

◆ CombatPhases

Enumerator
PHASE_1 
PHASE_2 

Definition at line 60 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 51 of file boss_bronjahm.cpp.

◆ Misc

enum Misc
Enumerator
DATA_SOUL_POWER 

Definition at line 66 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 37 of file boss_bronjahm.cpp.

◆ Yells

enum Yells
Enumerator
SAY_AGGRO 
SAY_SLAY 
SAY_DEATH 
SAY_SOUL_STORM 
SAY_CORRUPT_SOUL 

Definition at line 28 of file boss_bronjahm.cpp.

Function Documentation

◆ AddSC_boss_bronjahm()

void AddSC_boss_bronjahm ( )

Definition at line 329 of file boss_bronjahm.cpp.

+ Here is the caller graph for this function:

Variable Documentation

◆ SoulstormVisualSpells

uint32 const SoulstormVisualSpells[]
static
Initial value:
=
{
68904,
68886,
68905,
68896,
68906,
68897,
68907,
68898
}

Definition at line 274 of file boss_bronjahm.cpp.