![]() |
AzerothCore 3.3.5a
OpenSource WoW Emulator
|
#include "CreatureScript.h"#include "ScriptedCreature.h"#include "SpellScriptLoader.h"#include "black_temple.h"#include "PassiveAI.h"#include "Player.h"#include "SpellAuraEffects.h"#include "SpellAuras.h"#include "SpellScript.h"Go to the source code of this file.
Classes | |
| struct | ShadowOfDeathSelector |
| struct | boss_teron_gorefiend |
| struct | npc_vengeful_spirit |
| class | spell_teron_gorefiend_shadow_of_death |
| class | spell_teron_gorefiend_spirit_lance |
| class | spell_teron_gorefiend_spiritual_vengeance |
| class | spell_teron_gorefiend_shadowy_construct |
| class | spell_teron_gorefiend_shadow_of_death_remove |
Enumerations | |
| enum | Says { SAY_INTRO = 0 , SAY_AGGRO = 1 , SAY_SLAY = 2 , SAY_BLOSSOM = 3 , SAY_INCINERATE = 4 , SAY_CRUSHING = 5 , SAY_DEATH = 6 } |
| enum | Spells { SPELL_INCINERATE = 40239 , SPELL_SUMMON_DOOM_BLOSSOM = 40188 , SPELL_CRUSHING_SHADOWS = 40243 , SPELL_SHADOW_OF_DEATH = 40251 , SPELL_SHADOW_OF_DEATH_REMOVE = 41999 , SPELL_SUMMON_SPIRIT = 40266 , SPELL_SUMMON_SKELETON1 = 40270 , SPELL_SUMMON_SKELETON2 = 41948 , SPELL_SUMMON_SKELETON3 = 41949 , SPELL_SUMMON_SKELETON4 = 41950 , SPELL_POSSESS_SPIRIT_IMMUNE = 40282 , SPELL_SPIRITUAL_VENGEANCE = 40268 , SPELL_BRIEF_STUN = 41421 , SPELL_BERSERK = 45078 , SPELL_SPIRIT_LANCE = 40157 , SPELL_SPIRIT_CHAINS = 40175 , SPELL_SPIRIT_VOLLEY = 40314 } |
| enum | Misc { SET_DATA_INTRO = 1 } |
Functions | |
| void | AddSC_boss_teron_gorefiend () |
| enum Misc |
| enum Says |
| Enumerator | |
|---|---|
| SAY_INTRO | |
| SAY_AGGRO | |
| SAY_SLAY | |
| SAY_BLOSSOM | |
| SAY_INCINERATE | |
| SAY_CRUSHING | |
| SAY_DEATH | |
| enum Spells |
| void AddSC_boss_teron_gorefiend | ( | ) |
References RegisterBlackTempleCreatureAI, and RegisterSpellScript.
Referenced by AddOutlandScripts().