Project SkyFire Core
SkyFire 5.4.8 server core API documentation
Loading...
Searching...
No Matches
hyjal.cpp File Reference
#include "ScriptMgr.h"
#include "ScriptedCreature.h"
#include "ScriptedGossip.h"
#include "hyjalAI.h"
#include "Player.h"
Include dependency graph for hyjal.cpp:

Go to the source code of this file.

Classes

class  npc_jaina_proudmoore
class  npc_thrall
class  npc_tyrande_whisperwind

Macros

#define GOSSIP_ITEM_ANETHERON   "We are ready for whatever Archimonde might send our way, Lady Proudmoore."
#define GOSSIP_ITEM_AZGALOR   "We have nothing to fear."
#define GOSSIP_ITEM_BEGIN_ALLY   "My companions and I are with you, Lady Proudmoore."
#define GOSSIP_ITEM_BEGIN_HORDE   "I am with you, Thrall."
#define GOSSIP_ITEM_GM1   "[GM] Toggle Debug Timers"
#define GOSSIP_ITEM_RETREAT   "We can't keep this up. Let's retreat!"
#define GOSSIP_ITEM_TYRANDE   "Aid us in defending Nordrassil"
#define ITEM_TEAR_OF_GODDESS   24494

Functions

void AddSC_hyjal ()

Macro Definition Documentation

◆ GOSSIP_ITEM_ANETHERON

#define GOSSIP_ITEM_ANETHERON   "We are ready for whatever Archimonde might send our way, Lady Proudmoore."

Definition at line 25 of file hyjal.cpp.

Referenced by npc_jaina_proudmoore::OnGossipHello().

◆ GOSSIP_ITEM_AZGALOR

#define GOSSIP_ITEM_AZGALOR   "We have nothing to fear."

Definition at line 28 of file hyjal.cpp.

Referenced by npc_thrall::OnGossipHello().

◆ GOSSIP_ITEM_BEGIN_ALLY

#define GOSSIP_ITEM_BEGIN_ALLY   "My companions and I are with you, Lady Proudmoore."

Definition at line 24 of file hyjal.cpp.

Referenced by npc_jaina_proudmoore::OnGossipHello().

◆ GOSSIP_ITEM_BEGIN_HORDE

#define GOSSIP_ITEM_BEGIN_HORDE   "I am with you, Thrall."

Definition at line 27 of file hyjal.cpp.

Referenced by npc_thrall::OnGossipHello().

◆ GOSSIP_ITEM_GM1

#define GOSSIP_ITEM_GM1   "[GM] Toggle Debug Timers"

Definition at line 35 of file hyjal.cpp.

Referenced by npc_jaina_proudmoore::OnGossipHello(), and npc_thrall::OnGossipHello().

◆ GOSSIP_ITEM_RETREAT

#define GOSSIP_ITEM_RETREAT   "We can't keep this up. Let's retreat!"

Definition at line 30 of file hyjal.cpp.

Referenced by npc_jaina_proudmoore::OnGossipHello(), and npc_thrall::OnGossipHello().

◆ GOSSIP_ITEM_TYRANDE

#define GOSSIP_ITEM_TYRANDE   "Aid us in defending Nordrassil"

Definition at line 32 of file hyjal.cpp.

Referenced by npc_tyrande_whisperwind::OnGossipHello().

◆ ITEM_TEAR_OF_GODDESS

#define ITEM_TEAR_OF_GODDESS   24494

Function Documentation

◆ AddSC_hyjal()

void AddSC_hyjal ( )

Definition at line 231 of file hyjal.cpp.

Referenced by AddKalimdorScripts().