![]() |
TrinityCore
|
#include "ScriptMgr.h"#include "MotionMaster.h"#include "ObjectAccessor.h"#include "ScriptedCreature.h"#include "SpellInfo.h"#include "SpellScript.h"#include "TemporarySummon.h"#include "utgarde_pinnacle.h"
Include dependency graph for boss_ymiron.cpp:Go to the source code of this file.
Classes | |
| struct | ActiveBoatStruct |
| struct | boss_ymiron |
| class | spell_dark_slash |
| class | achievement_kings_bane |
Enumerations | |
| enum | Spells { SPELL_BANE = 48294 , SPELL_BANE_HIT = 59203 , SPELL_DARK_SLASH = 48292 , SPELL_FETID_ROT = 48291 , SPELL_SCREAMS_OF_THE_DEAD = 51750 , SPELL_SPIRIT_BURST = 48529 , SPELL_SPIRIT_STRIKE = 48423 , SPELL_ANCESTORS_VENGEANCE = 16939 , SPELL_SUMMON_AVENGING_SPIRIT = 48592 , SPELL_SUMMON_SPIRIT_FOUNT = 48386 , SPELL_CHANNEL_SPIRIT_TO_YMIRON = 48316 , SPELL_CHANNEL_YMIRON_TO_SPIRIT = 48307 , SPELL_SPIRIT_FOUNT = 48380 } |
| enum | Texts { SAY_AGGRO = 0 , SAY_SLAY = 1 , SAY_DEATH = 2 , SAY_SUMMON_BJORN = 3 , SAY_SUMMON_HALDOR = 4 , SAY_SUMMON_RANULF = 5 , SAY_SUMMON_TORGYN = 6 } |
| enum | Events { EVENT_BANE = 1 , EVENT_FETID_ROT , EVENT_DARK_SLASH , EVENT_ANCESTORS_VENGEANCE , EVENT_RESUME_COMBAT , EVENT_BJORN_SPIRIT_FOUNT , EVENT_HALDOR_SPIRIT_STRIKE , EVENT_RANULF_SPIRIT_BURST , EVENT_TORGYN_SUMMON_AVENGING_SPIRITS } |
| enum | EventGroups { EVENT_GROUP_BASE_SPELLS = 1 } |
| enum | MovePoints { POINT_BOAT } |
| enum | Misc { DATA_KINGS_BANE = 2157 } |
Functions | |
| void | AddSC_boss_ymiron () |
Variables | |
| static ActiveBoatStruct | ActiveBoat [4] |
| enum EventGroups |
| Enumerator | |
|---|---|
| EVENT_GROUP_BASE_SPELLS | |
Definition at line 71 of file boss_ymiron.cpp.
| enum Events |
Definition at line 58 of file boss_ymiron.cpp.
| enum Misc |
| Enumerator | |
|---|---|
| DATA_KINGS_BANE | |
Definition at line 97 of file boss_ymiron.cpp.
| enum MovePoints |
| Enumerator | |
|---|---|
| POINT_BOAT | |
Definition at line 76 of file boss_ymiron.cpp.
| enum Spells |
Definition at line 27 of file boss_ymiron.cpp.
| enum Texts |
| Enumerator | |
|---|---|
| SAY_AGGRO | |
| SAY_SLAY | |
| SAY_DEATH | |
| SAY_SUMMON_BJORN | |
| SAY_SUMMON_HALDOR | |
| SAY_SUMMON_RANULF | |
| SAY_SUMMON_TORGYN | |
Definition at line 47 of file boss_ymiron.cpp.
| void AddSC_boss_ymiron | ( | ) |
|
static |
Definition at line 89 of file boss_ymiron.cpp.