![]() |
TrinityCore
|
#include "ScriptMgr.h"#include "ScriptedCreature.h"#include "SpellScript.h"#include "SpellInfo.h"#include "sethekk_halls.h"
Include dependency graph for boss_darkweaver_syth.cpp:Go to the source code of this file.
Classes | |
| struct | boss_darkweaver_syth |
| class | spell_darkweaver_syth_summon_elementals |
Enumerations | |
| enum | SythTexts { SAY_SUMMON = 0 , SAY_AGGRO = 1 , SAY_SLAY = 2 , SAY_DEATH = 3 } |
| enum | SythSpells { SPELL_FROST_SHOCK = 21401 , SPELL_FLAME_SHOCK = 34354 , SPELL_SHADOW_SHOCK = 30138 , SPELL_ARCANE_SHOCK = 37132 , SPELL_CHAIN_LIGHTNING = 15659 , SPELL_SUMMON_ELEMENTALS = 33595 , SPELL_SUMMON_SYTH_FIRE = 33537 , SPELL_SUMMON_SYTH_ARCANE = 33538 , SPELL_SUMMON_SYTH_FROST = 33539 , SPELL_SUMMON_SYTH_SHADOW = 33540 } |
| enum | SythEvents { EVENT_FLAME_SHOCK = 1 , EVENT_ARCANE_SHOCK , EVENT_FROST_SHOCK , EVENT_SHADOW_SHOCK , EVENT_CHAIN_LIGHTNING , EVENT_SUMMON } |
| enum | SythMisc { NPC_LAKKA = 18956 , SAY_LAKKA_FREE = 1 } |
| enum | SythPhases : uint8 { PHASE_NONE = 0 , PHASE_HEALTH_90 , PHASE_HEALTH_55 , PHASE_HEALTH_10 } |
Functions | |
| void | AddSC_boss_darkweaver_syth () |
| enum SythEvents |
| Enumerator | |
|---|---|
| EVENT_FLAME_SHOCK | |
| EVENT_ARCANE_SHOCK | |
| EVENT_FROST_SHOCK | |
| EVENT_SHADOW_SHOCK | |
| EVENT_CHAIN_LIGHTNING | |
| EVENT_SUMMON | |
Definition at line 49 of file boss_darkweaver_syth.cpp.
| enum SythMisc |
| Enumerator | |
|---|---|
| NPC_LAKKA | |
| SAY_LAKKA_FREE | |
Definition at line 59 of file boss_darkweaver_syth.cpp.
| enum SythPhases : uint8 |
| Enumerator | |
|---|---|
| PHASE_NONE | |
| PHASE_HEALTH_90 | |
| PHASE_HEALTH_55 | |
| PHASE_HEALTH_10 | |
Definition at line 65 of file boss_darkweaver_syth.cpp.
| enum SythSpells |
Definition at line 32 of file boss_darkweaver_syth.cpp.
| enum SythTexts |
| Enumerator | |
|---|---|
| SAY_SUMMON | |
| SAY_AGGRO | |
| SAY_SLAY | |
| SAY_DEATH | |
Definition at line 24 of file boss_darkweaver_syth.cpp.
| void AddSC_boss_darkweaver_syth | ( | ) |
Definition at line 213 of file boss_darkweaver_syth.cpp.
Here is the caller graph for this function: