TrinityCore
Loading...
Searching...
No Matches
boss_kormok.cpp File Reference
#include "ScriptMgr.h"
#include "scholomance.h"
#include "ScriptedCreature.h"
#include "SpellScript.h"
+ Include dependency graph for boss_kormok.cpp:

Go to the source code of this file.

Classes

class  boss_kormok
 
struct  boss_kormok::boss_kormokAI
 
class  spell_kormok_summon_bone_mages
 
class  spell_kormok_summon_bone_mages::spell_kormok_summon_bone_magesSpellScript
 
class  spell_kormok_summon_bone_minions
 
class  spell_kormok_summon_bone_minions::spell_kormok_summon_bone_minionsSpellScript
 

Enumerations

enum  Spells {
  SPELL_SHADOWBOLT_VOLLEY = 20741 , SPELL_BONE_SHIELD = 27688 , SPELL_SUMMON_BONE_MAGES = 27695 , SPELL_SUMMON_BONE_MAGE_FRONT_LEFT = 27696 ,
  SPELL_SUMMON_BONE_MAGE_FRONT_RIGHT = 27697 , SPELL_SUMMON_BONE_MAGE_BACK_RIGHT = 27698 , SPELL_SUMMON_BONE_MAGE_BACK_LEFT = 27699 , SPELL_SUMMON_BONE_MINIONS = 27687
}
 
enum  Events { EVENT_SHADOWBOLT_VOLLEY = 1 , EVENT_BONE_SHIELD , EVENT_SUMMON_MINIONS }
 

Functions

void AddSC_boss_kormok ()
 

Variables

uint32 const SummonMageSpells [4]
 

Enumeration Type Documentation

◆ Events

enum Events
Enumerator
EVENT_SHADOWBOLT_VOLLEY 
EVENT_BONE_SHIELD 
EVENT_SUMMON_MINIONS 

Definition at line 38 of file boss_kormok.cpp.

◆ Spells

enum Spells
Enumerator
SPELL_SHADOWBOLT_VOLLEY 
SPELL_BONE_SHIELD 
SPELL_SUMMON_BONE_MAGES 
SPELL_SUMMON_BONE_MAGE_FRONT_LEFT 
SPELL_SUMMON_BONE_MAGE_FRONT_RIGHT 
SPELL_SUMMON_BONE_MAGE_BACK_RIGHT 
SPELL_SUMMON_BONE_MAGE_BACK_LEFT 
SPELL_SUMMON_BONE_MINIONS 

Definition at line 23 of file boss_kormok.cpp.

Function Documentation

◆ AddSC_boss_kormok()

void AddSC_boss_kormok ( )

Definition at line 209 of file boss_kormok.cpp.

+ Here is the caller graph for this function:

Variable Documentation

◆ SummonMageSpells

uint32 const SummonMageSpells[4]
Initial value:

Definition at line 135 of file boss_kormok.cpp.