![]() |
TrinityCore
|
#include "ScriptMgr.h"#include "arcatraz.h"#include "InstanceScript.h"#include "MotionMaster.h"#include "ObjectAccessor.h"#include "ScriptedCreature.h"#include "SpellInfo.h"
Include dependency graph for boss_wrath_scryer_soccothrates.cpp:Go to the source code of this file.
Classes | |
| struct | boss_wrath_scryer_soccothrates |
Enumerations | |
| enum | SoccothratesTexts { SAY_AGGRO = 1 , SAY_SLAY = 2 , SAY_KNOCK_AWAY = 3 , SAY_DEATH = 4 , SAY_DALLIAH_DEATH = 6 , SAY_SOCCOTHRATES_CONVO_1 = 7 , SAY_SOCCOTHRATES_CONVO_2 = 8 , SAY_SOCCOTHRATES_CONVO_3 = 9 , SAY_SOCCOTHRATES_CONVO_4 = 10 , SAY_AGGRO_SOCCOTHRATES_FIRST = 0 , SAY_SOCCOTHRATES_25_PERCENT = 6 , SAY_DALLIAH_CONVO_1 = 8 , SAY_DALLIAH_CONVO_2 = 9 , SAY_DALLIAH_CONVO_3 = 10 } |
| enum | SoccothratesSpells { SPELL_FELFIRE_SHOCK = 35759 , SPELL_KNOCK_AWAY = 36512 , SPELL_FELFIRE_LINE_UP = 35770 , SPELL_TRIGGER_CHARGE_TARGETING = 36564 , SPELL_CHARGE_TARGETING = 36038 , SPELL_CHARGE = 35754 } |
| enum | SoccothratesEvents { EVENT_FELFIRE_SHOCK = 1 , EVENT_KNOCK_AWAY , EVENT_PREFIGHT_1 , EVENT_PREFIGHT_2 , EVENT_PREFIGHT_3 , EVENT_PREFIGHT_4 , EVENT_PREFIGHT_5 , EVENT_PREFIGHT_6 , EVENT_PREFIGHT_7 , EVENT_PREFIGHT_8 , EVENT_PREFIGHT_9 , EVENT_ME_FIRST , EVENT_DALLIAH_DEATH } |
Functions | |
| void | AddSC_boss_wrath_scryer_soccothrates () |
| enum SoccothratesEvents |
Definition at line 63 of file boss_wrath_scryer_soccothrates.cpp.
| enum SoccothratesSpells |
| Enumerator | |
|---|---|
| SPELL_FELFIRE_SHOCK | |
| SPELL_KNOCK_AWAY | |
| SPELL_FELFIRE_LINE_UP | |
| SPELL_TRIGGER_CHARGE_TARGETING | |
| SPELL_CHARGE_TARGETING | |
| SPELL_CHARGE | |
Definition at line 52 of file boss_wrath_scryer_soccothrates.cpp.
| enum SoccothratesTexts |
Definition at line 31 of file boss_wrath_scryer_soccothrates.cpp.
| void AddSC_boss_wrath_scryer_soccothrates | ( | ) |
Definition at line 291 of file boss_wrath_scryer_soccothrates.cpp.
Here is the caller graph for this function: