|
Project SkyFire Core
SkyFire 5.4.8 server core API documentation
|
#include "ScriptMgr.h"#include "ScriptedCreature.h"#include "ScriptedGossip.h"#include "hyjalAI.h"#include "Player.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_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 () |
| #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().
| #define GOSSIP_ITEM_AZGALOR "We have nothing to fear." |
Definition at line 28 of file hyjal.cpp.
Referenced by npc_thrall::OnGossipHello().
| #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().
| #define GOSSIP_ITEM_BEGIN_HORDE "I am with you, Thrall." |
Definition at line 27 of file hyjal.cpp.
Referenced by npc_thrall::OnGossipHello().
| #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().
| #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().
| #define GOSSIP_ITEM_TYRANDE "Aid us in defending Nordrassil" |
Definition at line 32 of file hyjal.cpp.
Referenced by npc_tyrande_whisperwind::OnGossipHello().
| #define ITEM_TEAR_OF_GODDESS 24494 |
Definition at line 33 of file hyjal.cpp.
Referenced by npc_tyrande_whisperwind::OnGossipHello(), and npc_tyrande_whisperwind::OnGossipSelect().
| void AddSC_hyjal | ( | ) |
Definition at line 231 of file hyjal.cpp.
Referenced by AddKalimdorScripts().