![]() |
TrinityCore
|
#include "ScriptMgr.h"#include "InstanceScript.h"#include "ObjectAccessor.h"#include "ScriptedCreature.h"#include "utgarde_keep.h"
Include dependency graph for boss_skarvald_dalronn.cpp:Go to the source code of this file.
Classes | |
| class | SkarvaldChargePredicate |
| struct | generic_boss_controllerAI |
| struct | boss_skarvald_the_constructor |
| struct | boss_dalronn_the_controller |
Enumerations | |
| enum | Texts { SAY_AGGRO = 0 , SAY_DEATH = 1 , SAY_DIED_FIRST = 2 , SAY_KILL = 3 , SAY_DEATH_RESPONSE = 4 } |
| enum | Spells { SPELL_CHARGE = 43651 , SPELL_STONE_STRIKE = 48583 , SPELL_ENRAGE = 48193 , SPELL_SUMMON_SKARVALD_GHOST = 48613 , SPELL_SHADOW_BOLT = 43649 , SPELL_SUMMON_SKELETONS = 52611 , SPELL_DEBILITATE = 43650 , SPELL_SUMMON_DALRONN_GHOST = 48612 } |
| enum | Events { EVENT_SKARVALD_CHARGE = 1 , EVENT_STONE_STRIKE , EVENT_SHADOW_BOLT , EVENT_DEBILITATE , EVENT_SUMMON_SKELETONS , EVENT_DELAYED_AGGRO_SAY , EVENT_DEATH_RESPONSE } |
| enum | Actions { ACTION_OTHER_JUST_DIED = 1 , ACTION_DESPAWN_SUMMONS = 2 } |
Functions | |
| void | AddSC_boss_skarvald_dalronn () |
| enum Actions |
| Enumerator | |
|---|---|
| ACTION_OTHER_JUST_DIED | |
| ACTION_DESPAWN_SUMMONS | |
Definition at line 74 of file boss_skarvald_dalronn.cpp.
| enum Events |
| Enumerator | |
|---|---|
| EVENT_SKARVALD_CHARGE | |
| EVENT_STONE_STRIKE | |
| EVENT_SHADOW_BOLT | |
| EVENT_DEBILITATE | |
| EVENT_SUMMON_SKELETONS | |
| EVENT_DELAYED_AGGRO_SAY | |
| EVENT_DEATH_RESPONSE | |
Definition at line 57 of file boss_skarvald_dalronn.cpp.
| enum Spells |
| Enumerator | |
|---|---|
| SPELL_CHARGE | |
| SPELL_STONE_STRIKE | |
| SPELL_ENRAGE | |
| SPELL_SUMMON_SKARVALD_GHOST | |
| SPELL_SHADOW_BOLT | |
| SPELL_SUMMON_SKELETONS | |
| SPELL_DEBILITATE | |
| SPELL_SUMMON_DALRONN_GHOST | |
Definition at line 42 of file boss_skarvald_dalronn.cpp.
| enum Texts |
| Enumerator | |
|---|---|
| SAY_AGGRO | |
| SAY_DEATH | |
| SAY_DIED_FIRST | |
| SAY_KILL | |
| SAY_DEATH_RESPONSE | |
Definition at line 31 of file boss_skarvald_dalronn.cpp.
| void AddSC_boss_skarvald_dalronn | ( | ) |
Definition at line 276 of file boss_skarvald_dalronn.cpp.
Here is the caller graph for this function: