![]() |
AzerothCore 3.3.5a
OpenSource WoW Emulator
|
#include "AchievementCriteriaScript.h"#include "CreatureScript.h"#include "PassiveAI.h"#include "Player.h"#include "ScriptedCreature.h"#include "SpellAuraEffects.h"#include "SpellScript.h"#include "SpellScriptLoader.h"#include "Vehicle.h"#include "ulduar.h"Go to the source code of this file.
Classes | |
| class | boss_kologarn |
| struct | boss_kologarn::boss_kologarnAI |
| class | boss_kologarn_arms |
| struct | boss_kologarn_arms::boss_kologarn_armsAI |
| class | boss_kologarn_eyebeam |
| struct | boss_kologarn_eyebeam::boss_kologarn_eyebeamAI |
| class | spell_kologarn_focused_eyebeam |
| struct | boss_kologarn_pit_kill_bunny |
| class | StoneGripTargetSelector |
| class | spell_ulduar_stone_grip_cast_target |
| class | spell_ulduar_stone_grip_aura |
| class | spell_ulduar_squeezed_lifeless |
| class | spell_kologarn_stone_shout |
| class | spell_kologarn_stone_shout_aura |
| class | achievement_kologarn_looks_could_kill |
| class | achievement_kologarn_rubble_and_roll |
| class | achievement_kologarn_with_open_arms |
Functions | |
| void | AddSC_boss_kologarn () |
| enum KologarnEvents |
| Enumerator | |
|---|---|
| EVENT_SMASH | |
| EVENT_GRIP | |
| EVENT_SWEEP | |
| EVENT_RESTORE_ARM_LEFT | |
| EVENT_RESTORE_ARM_RIGHT | |
| EVENT_FOCUSED_EYEBEAM | |
| EVENT_STONE_SHOUT | |
| EVENT_PREPARE_BREATH | |
| enum KologarnNPCs |
| Enumerator | |
|---|---|
| NPC_LEFT_ARM | |
| NPC_RIGHT_ARM | |
| NPC_SWEEP_TRIGGER | |
| NPC_EYE_LEFT | |
| NPC_EYE_RIGHT | |
| NPC_RUBBLE_TRIGGER | |
| NPC_RUBBLE_SUMMON | |
| enum KologarnSays |
| Enumerator | |
|---|---|
| SAY_AGGRO | |
| SAY_SLAY | |
| SAY_LEFT_ARM_GONE | |
| SAY_RIGHT_ARM_GONE | |
| SAY_SHOCKWAVE | |
| SAY_GRAB_PLAYER | |
| SAY_DEATH | |
| SAY_BERSERK | |
| EMOTE_STONE_GRIP | |
| EMOTE_EYES | |
| enum KologarnSounds |
| Enumerator | |
|---|---|
| SOUND_AGGRO | |
| SOUND_SLAY1 | |
| SOUND_SLAY2 | |
| SOUND_LARM_GONE | |
| SOUND_RARM_GONE | |
| SOUND_SHOCKWAVE | |
| SOUND_GRIP | |
| SOUND_DEATH | |
| SOUND_BERSERK | |
| enum KologarnSpells |
| enum Misc |
| Enumerator | |
|---|---|
| ACHIEVEMENT_DISARMED_CRITERIA | |
| DATA_KOLOGARN_LOOKS_ACHIEV | |
| DATA_KOLOGARN_RUBBLE_ACHIEV | |
| DATA_KOLOGARN_ARMS_ACHIEV | |
| void AddSC_boss_kologarn | ( | ) |
References RegisterSpellScript, and RegisterUlduarCreatureAI.
Referenced by AddNorthrendScripts().