![]() |
AzerothCore 3.3.5a
OpenSource WoW Emulator
|
#include "forge_of_souls.h"
#include "CreatureScript.h"
#include "Player.h"
#include "ScriptedCreature.h"
#include "ScriptedGossip.h"
#include "SpellScript.h"
#include "SpellScriptLoader.h"
Go to the source code of this file.
Classes | |
class | npc_fos_leader |
struct | npc_fos_leader::npc_fos_leaderAI |
class | npc_fos_leader_second |
struct | npc_fos_leader_second::npc_fos_leader_secondAI |
class | spell_shield_of_bones_aura |
Enumerations | |
enum | Yells { SAY_JAINA_INTRO_1 = 0 , SAY_JAINA_INTRO_2 = 1 , SAY_JAINA_INTRO_3 = 2 , SAY_JAINA_INTRO_4 = 3 , SAY_JAINA_INTRO_5 = 4 , SAY_JAINA_INTRO_6 = 5 , SAY_JAINA_INTRO_7 = 6 , SAY_JAINA_INTRO_8 = 7 , SAY_SYLVANAS_INTRO_1 = 0 , SAY_SYLVANAS_INTRO_2 = 1 , SAY_SYLVANAS_INTRO_3 = 2 , SAY_SYLVANAS_INTRO_4 = 3 , SAY_SYLVANAS_INTRO_5 = 4 , SAY_SYLVANAS_INTRO_6 = 5 , SAY_JAINA_OUTRO = 0 , SAY_SYLVANAS_OUTRO = 0 } |
enum | FOS_Gossip { GOSSIP_JAINA_INTRO = 10943 , GOSSIP_SYLVANAS_INTRO = 10971 } |
enum | ShieldOfBones { SPELL_SHIELD_OF_BONES_DAMAGE = 69642 } |
Functions | |
void | AddSC_forge_of_souls () |
enum FOS_Gossip |
Enumerator | |
---|---|
GOSSIP_JAINA_INTRO | |
GOSSIP_SYLVANAS_INTRO |
enum ShieldOfBones |
Enumerator | |
---|---|
SPELL_SHIELD_OF_BONES_DAMAGE |
enum Yells |
void AddSC_forge_of_souls | ( | ) |
References RegisterSpellScript.
Referenced by AddNorthrendScripts().