|
Project SkyFire Core
SkyFire 5.4.8 server core API documentation
|
#include "ScriptMgr.h"#include "ScriptedCreature.h"#include "the_botanica.h"#include "SpellScript.h"Go to the source code of this file.
Enumerations | |
| enum | Creatures { NPC_SUMMONED_BLOODWARDER_MENDER = 20083 , NPC_SUMMONED_BLOODWARDER_RESERVIST = 20078 } |
| enum | Events { EVENT_ARCANE_RESONANCE = 1 , EVENT_ARCANE_DEVASTATION = 2 } |
| enum | Says { SAY_AGGRO = 0 , SAY_KILL = 1 , SAY_ARCANE_RESONANCE = 2 , SAY_ARCANE_DEVASTATION = 3 , EMOTE_SUMMON = 4 , SAY_SUMMON = 5 , SAY_DEATH = 6 } |
| enum | Spells { SPELL_ARCANE_RESONANCE = 34794 , SPELL_ARCANE_DEVASTATION = 34799 , SPELL_SUMMON_REINFORCEMENTS = 34803 } |
Functions | |
| void | AddSC_boss_commander_sarannis () |
Variables | |
| Position const | PosSummonReinforcements [4] |
| enum Creatures |
| Enumerator | |
|---|---|
| NPC_SUMMONED_BLOODWARDER_MENDER | |
| NPC_SUMMONED_BLOODWARDER_RESERVIST | |
Definition at line 135 of file boss_commander_sarannis.cpp.
| enum Events |
| Enumerator | |
|---|---|
| EVENT_ARCANE_RESONANCE | |
| EVENT_ARCANE_DEVASTATION | |
Definition at line 29 of file boss_commander_sarannis.cpp.
| enum Says |
| Enumerator | |
|---|---|
| SAY_AGGRO | |
| SAY_KILL | |
| SAY_ARCANE_RESONANCE | |
| SAY_ARCANE_DEVASTATION | |
| EMOTE_SUMMON | |
| SAY_SUMMON | |
| SAY_DEATH | |
Definition at line 11 of file boss_commander_sarannis.cpp.
| enum Spells |
| Enumerator | |
|---|---|
| SPELL_ARCANE_RESONANCE | |
| SPELL_ARCANE_DEVASTATION | |
| SPELL_SUMMON_REINFORCEMENTS | |
Definition at line 22 of file boss_commander_sarannis.cpp.
| void AddSC_boss_commander_sarannis | ( | ) |
Definition at line 171 of file boss_commander_sarannis.cpp.
Referenced by AddOutlandScripts().
| Position const PosSummonReinforcements[4] |
Definition at line 127 of file boss_commander_sarannis.cpp.
Referenced by spell_commander_sarannis_summon_reinforcements::spell_commander_sarannis_summon_reinforcements_SpellScript::HandleCast().