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

Go to the source code of this file.

Classes

struct  boss_kormok
 
class  spell_kormok_summon_bone_mages
 
class  spell_kormok_summon_bone_minions
 

Enumerations

enum  KormokTexts { SAY_SPAWN = 0 , SAY_AGGRO = 1 , SAY_DEATH = 2 , EMOTE_FRENZY = 3 }
 
enum  KormokSpells {
  SPELL_SHADOW_BOLT_VOLLEY = 17228 , SPELL_BONE_SHIELD = 27688 , SPELL_BLOODLUST = 27689 , SPELL_SUMMON_BONE_MAGES = 27695 ,
  SPELL_SUMMON_BONE_MINIONS = 27687 , SPELL_FRENZY = 8269 , 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_MINION_FRONT = 27690 , SPELL_SUMMON_BONE_MINION_BACK = 27691 ,
  SPELL_SUMMON_BONE_MINION_LEFT = 27692 , SPELL_SUMMON_BONE_MINION_RIGHT = 27693
}
 
enum  KormokEvents {
  EVENT_SHADOWBOLT_VOLLEY = 1 , EVENT_BONE_SHIELD , EVENT_BLOODLUST , EVENT_SUMMON_MAGES ,
  EVENT_SUMMON_MINIONS , EVENT_FRENZY , EVENT_INTRO_1 , EVENT_INTRO_2 ,
  EVENT_INTRO_3
}
 

Functions

void AddSC_boss_kormok ()
 

Enumeration Type Documentation

◆ KormokEvents

Enumerator
EVENT_SHADOWBOLT_VOLLEY 
EVENT_BONE_SHIELD 
EVENT_BLOODLUST 
EVENT_SUMMON_MAGES 
EVENT_SUMMON_MINIONS 
EVENT_FRENZY 
EVENT_INTRO_1 
EVENT_INTRO_2 
EVENT_INTRO_3 

Definition at line 58 of file boss_kormok.cpp.

◆ KormokSpells

Enumerator
SPELL_SHADOW_BOLT_VOLLEY 
SPELL_BONE_SHIELD 
SPELL_BLOODLUST 
SPELL_SUMMON_BONE_MAGES 
SPELL_SUMMON_BONE_MINIONS 
SPELL_FRENZY 
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_MINION_FRONT 
SPELL_SUMMON_BONE_MINION_BACK 
SPELL_SUMMON_BONE_MINION_LEFT 
SPELL_SUMMON_BONE_MINION_RIGHT 

Definition at line 36 of file boss_kormok.cpp.

◆ KormokTexts

Enumerator
SAY_SPAWN 
SAY_AGGRO 
SAY_DEATH 
EMOTE_FRENZY 

Definition at line 28 of file boss_kormok.cpp.

Function Documentation

◆ AddSC_boss_kormok()

void AddSC_boss_kormok ( )

Definition at line 266 of file boss_kormok.cpp.

+ Here is the caller graph for this function: