![]() |
TrinityCore
|
#include "ScriptMgr.h"
#include "ScriptedCreature.h"
#include "SpellInfo.h"
#include "SpellScript.h"
#include "the_botanica.h"
Go to the source code of this file.
Classes | |
struct | boss_commander_sarannis |
class | spell_commander_sarannis_arcane_devastation |
class | spell_commander_sarannis_summon_reinforcements |
Enumerations | |
enum | SarannisTexts { SAY_AGGRO = 0 , SAY_SLAY = 1 , SAY_ARCANE_DEVASTATION = 2 , EMOTE_SUMMON = 3 , SAY_SUMMON = 4 , SAY_DEATH = 5 } |
enum | SarannisSpells { SPELL_ARCANE_RESONANCE = 34794 , SPELL_ARCANE_DEVASTATION = 34799 , SPELL_SUMMON_REINFORCEMENTS = 34803 , SPELL_SUMMON_MENDER_1 = 34810 , SPELL_SUMMON_RESERVIST_1 = 34817 , SPELL_SUMMON_RESERVIST_2 = 34818 , SPELL_SUMMON_RESERVIST_3 = 34819 } |
enum | SarannisEvents { EVENT_ARCANE_DEVASTATION = 1 , EVENT_SUMMON_REINFORCEMENTS } |
Functions | |
void | AddSC_boss_commander_sarannis () |
Variables | |
uint32 const | SummonReinforcementsSpells [] |
enum SarannisEvents |
Enumerator | |
---|---|
EVENT_ARCANE_DEVASTATION | |
EVENT_SUMMON_REINFORCEMENTS |
Definition at line 46 of file boss_commander_sarannis.cpp.
enum SarannisSpells |
Enumerator | |
---|---|
SPELL_ARCANE_RESONANCE | |
SPELL_ARCANE_DEVASTATION | |
SPELL_SUMMON_REINFORCEMENTS | |
SPELL_SUMMON_MENDER_1 | |
SPELL_SUMMON_RESERVIST_1 | |
SPELL_SUMMON_RESERVIST_2 | |
SPELL_SUMMON_RESERVIST_3 |
Definition at line 34 of file boss_commander_sarannis.cpp.
enum SarannisTexts |
Enumerator | |
---|---|
SAY_AGGRO | |
SAY_SLAY | |
SAY_ARCANE_DEVASTATION | |
EMOTE_SUMMON | |
SAY_SUMMON | |
SAY_DEATH |
Definition at line 24 of file boss_commander_sarannis.cpp.
void AddSC_boss_commander_sarannis | ( | ) |
Definition at line 199 of file boss_commander_sarannis.cpp.
uint32 const SummonReinforcementsSpells[] |
Definition at line 52 of file boss_commander_sarannis.cpp.