![]() |
AzerothCore 3.3.5a
OpenSource WoW Emulator
|
#include "CreatureScript.h"#include "ScriptedCreature.h"#include "SpellScript.h"#include "SpellScriptLoader.h"#include "TaskScheduler.h"#include "scholomance.h"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 | 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_MINION1 = 27690 , SPELL_SUMMON_BONE_MINION2 = 27691 , SPELL_SUMMON_BONE_MINION3 = 27692 , SPELL_SUMMON_BONE_MINION4 = 27693 , SPELL_SUMMON_BONE_MINIONS = 27687 } |
| enum | Events { EVENT_SHADOWBOLT_VOLLEY = 1 , EVENT_SUMMON_MINIONS } |
| enum | Says { TALK_SUMMON = 0 , TALK_AGGRO = 1 , TALK_ENRAGE = 2 , TALK_DEATH = 3 } |
Functions | |
| void | AddSC_boss_kormok () |
Variables | |
| uint32 const | SummonMageSpells [4] |
| enum Events |
| Enumerator | |
|---|---|
| EVENT_SHADOWBOLT_VOLLEY | |
| EVENT_SUMMON_MINIONS | |
| enum Says |
| Enumerator | |
|---|---|
| TALK_SUMMON | |
| TALK_AGGRO | |
| TALK_ENRAGE | |
| TALK_DEATH | |
| enum Spells |
| void AddSC_boss_kormok | ( | ) |
References RegisterScholomanceCreatureAI, and RegisterSpellScript.
Referenced by AddEasternKingdomsScripts().
| uint32 const SummonMageSpells[4] |
Referenced by spell_kormok_summon_bone_mages::HandleScript(), and spell_kormok_summon_bone_mages::Validate().