![]() |
AzerothCore 3.3.5a
OpenSource WoW Emulator
|
#include "CreatureScript.h"
#include "ScriptedCreature.h"
#include "SpellScript.h"
#include "SpellScriptLoader.h"
#include "molten_core.h"
Go to the source code of this file.
Classes | |
class | boss_magmadar |
struct | boss_magmadar::boss_magmadarAI |
class | spell_magmadar_lava_bomb |
Enumerations | |
enum | Texts { EMOTE_FRENZY = 0 } |
enum | Spells { SPELL_FRENZY = 19451 , SPELL_MAGMA_SPIT = 19449 , SPELL_PANIC = 19408 , SPELL_LAVA_BOMB = 19411 , SPELL_LAVA_BOMB_EFFECT = 20494 , SPELL_LAVA_BOMB_RANGED = 20474 , SPELL_LAVA_BOMB_RANGED_EFFECT = 20495 } |
enum | Events { EVENT_FRENZY = 1 , EVENT_PANIC , EVENT_LAVA_BOMB , EVENT_LAVA_BOMB_RANGED } |
Functions | |
void | AddSC_boss_magmadar () |
Variables | |
constexpr float | MELEE_TARGET_LOOKUP_DIST = 10.0f |
enum Events |
Enumerator | |
---|---|
EVENT_FRENZY | |
EVENT_PANIC | |
EVENT_LAVA_BOMB | |
EVENT_LAVA_BOMB_RANGED |
enum Spells |
Enumerator | |
---|---|
SPELL_FRENZY | |
SPELL_MAGMA_SPIT | |
SPELL_PANIC | |
SPELL_LAVA_BOMB | |
SPELL_LAVA_BOMB_EFFECT | |
SPELL_LAVA_BOMB_RANGED | |
SPELL_LAVA_BOMB_RANGED_EFFECT |
enum Texts |
void AddSC_boss_magmadar | ( | ) |
References RegisterSpellScript.
Referenced by AddEasternKingdomsScripts().
|
constexpr |
Referenced by boss_magmadar::boss_magmadarAI::ExecuteEvent().