![]() |
TrinityCore
|
#include "AreaTrigger.h"#include "AreaTriggerAI.h"#include "Containers.h"#include "Conversation.h"#include "Creature.h"#include "InstanceScript.h"#include "MotionMaster.h"#include "ObjectAccessor.h"#include "ScriptMgr.h"#include "ScriptedCreature.h"#include "Spell.h"#include "SpellAuraEffects.h"#include "SpellMgr.h"#include "SpellScript.h"#include "TaskScheduler.h"#include "TemporarySummon.h"#include "the_stonevault.h"
Include dependency graph for boss_edna.cpp:Go to the source code of this file.
Classes | |
| struct | boss_edna |
| struct | npc_skardyn_invader |
| class | spell_edna_energize |
| class | spell_edna_skarden_spawn_rp_periodic |
| class | spell_edna_skarden_spawn_rp |
| class | spell_edna_seismic_reverberation |
| class | spell_edna_volatile_spike_selector |
| class | spell_edna_refracting_beam_selector |
| class | spell_edna_refracting_beam_instakill |
| class | spell_edna_earth_shatterer |
| struct | at_edna_volatile_spike |
Functions | |
| void | AddSC_boss_edna () |
Variables | |
| static constexpr Position | EdnaCombatPosition = { 1.94097f, 0.512153f, 361.66537f } |
| static constexpr Position | SkardenSpawnPositions [4] |
| enum EdnaEvents |
| Enumerator | |
|---|---|
| EVENT_VOLATILE_SPIKE | |
| EVENT_REFRACTING_BEAM | |
| EVENT_SEISMIC_SMASH | |
| EVENT_CHECK_ENERGY | |
Definition at line 62 of file boss_edna.cpp.
| enum EdnaMisc |
| Enumerator | |
|---|---|
| POINT_EDNA | |
| POINT_START_COMBAT | |
| CONVERSATION_INTRO | |
| NPC_VOLATILE_SPIKE | |
Definition at line 84 of file boss_edna.cpp.
| enum EdnaSpells |
Definition at line 36 of file boss_edna.cpp.
| enum EdnaTexts |
| Enumerator | |
|---|---|
| SAY_INTRO | |
| SAY_AGGRO | |
| SAY_VOLATILE_SPIKE | |
| SAY_REFRACTING_BEAM | |
| SAY_SEISMIC_SMASH | |
| SAY_SEISMIC_SMASH_ALERT | |
| SAY_EARTH_SHATTERER | |
| SAY_SLAY | |
| SAY_WIPE | |
| SAY_DEATH | |
Definition at line 70 of file boss_edna.cpp.
| void AddSC_boss_edna | ( | ) |
|
staticconstexpr |
Definition at line 94 of file boss_edna.cpp.
|
staticconstexpr |
Definition at line 95 of file boss_edna.cpp.