AzerothCore 3.3.5a
OpenSource WoW Emulator
Loading...
Searching...
No Matches
hyjal.cpp File Reference
#include "CreatureScript.h"
#include "Player.h"
#include "ScriptedCreature.h"
#include "ScriptedGossip.h"
#include "hyjalAI.h"

Go to the source code of this file.

Classes

class  npc_jaina_proudmoore
 
class  npc_thrall
 
class  npc_tyrande_whisperwind
 

Macros

#define GOSSIP_ITEM_BEGIN_ALLY   "My companions and I are with you, Lady Proudmoore."
 
#define GOSSIP_ITEM_ANETHERON   "We are ready for whatever Archimonde might send our way, Lady Proudmoore."
 
#define GOSSIP_ITEM_BEGIN_HORDE   "I am with you, Thrall."
 
#define GOSSIP_ITEM_AZGALOR   "We have nothing to fear."
 
#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
 
#define GOSSIP_ITEM_GM1   "[GM] Toggle Debug Timers"
 

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."

◆ GOSSIP_ITEM_AZGALOR

#define GOSSIP_ITEM_AZGALOR   "We have nothing to fear."

◆ GOSSIP_ITEM_BEGIN_ALLY

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

◆ GOSSIP_ITEM_BEGIN_HORDE

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

◆ GOSSIP_ITEM_GM1

#define GOSSIP_ITEM_GM1   "[GM] Toggle Debug Timers"

◆ GOSSIP_ITEM_RETREAT

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

◆ GOSSIP_ITEM_TYRANDE

#define GOSSIP_ITEM_TYRANDE   "Aid us in defending Nordrassil"

◆ ITEM_TEAR_OF_GODDESS

#define ITEM_TEAR_OF_GODDESS   24494

Function Documentation

◆ AddSC_hyjal()

void AddSC_hyjal ( )
254{
256 new npc_thrall();
258}
Definition: hyjal.cpp:51
Definition: hyjal.cpp:129
Definition: hyjal.cpp:209

Referenced by AddKalimdorScripts().