|
Project SkyFire Core
SkyFire 5.4.8 server core API documentation
|
#include "ScriptMgr.h"#include "ScriptedCreature.h"#include "ScriptedGossip.h"#include "ScriptedEscortAI.h"#include "old_hillsbrad.h"#include "Player.h"Go to the source code of this file.
Classes | |
| class | npc_erozion |
| class | npc_taretha |
| struct | npc_taretha::npc_tarethaAI |
| class | npc_thrall_old_hillsbrad |
| struct | npc_thrall_old_hillsbrad::npc_thrall_old_hillsbradAI |
Macros | |
| #define | GOSSIP_HELLO_EROZION1 "I need a pack of Incendiary Bombs." |
| #define | GOSSIP_HELLO_EROZION2 "[PH] Teleport please, i'm tired." |
| #define | GOSSIP_ITEM_EPOCH1 "Strange wizard?" |
| #define | GOSSIP_ITEM_EPOCH2 "We'll get you out. Taretha. Don't worry. I doubt the wizard would wander too far away." |
| #define | GOSSIP_ITEM_SKARLOC1 "Taretha cannot see you, Thrall." |
| #define | GOSSIP_ITEM_SKARLOC2 "The situation is rather complicated, Thrall. It would be best for you to head into the mountains now, before more of Blackmoore's men show up. We'll make sure Taretha is safe." |
| #define | GOSSIP_ITEM_TARREN "We're ready, Thrall." |
| #define | GOSSIP_ITEM_WALKING "[PH] Start walking." |
| #define | SPEED_MOUNT (1.6f) |
| #define | SPEED_RUN (1.0f) |
| #define | SPEED_WALK (0.5f) |
Functions | |
| void | AddSC_old_hillsbrad () |
| #define GOSSIP_HELLO_EROZION1 "I need a pack of Incendiary Bombs." |
Definition at line 34 of file old_hillsbrad.cpp.
Referenced by npc_erozion::OnGossipHello().
| #define GOSSIP_HELLO_EROZION2 "[PH] Teleport please, i'm tired." |
Definition at line 35 of file old_hillsbrad.cpp.
Referenced by npc_erozion::OnGossipHello().
| #define GOSSIP_ITEM_EPOCH1 "Strange wizard?" |
Definition at line 551 of file old_hillsbrad.cpp.
Referenced by npc_taretha::OnGossipHello().
| #define GOSSIP_ITEM_EPOCH2 "We'll get you out. Taretha. Don't worry. I doubt the wizard would wander too far away." |
Definition at line 552 of file old_hillsbrad.cpp.
Referenced by npc_taretha::OnGossipSelect().
| #define GOSSIP_ITEM_SKARLOC1 "Taretha cannot see you, Thrall." |
Definition at line 165 of file old_hillsbrad.cpp.
Referenced by npc_thrall_old_hillsbrad::OnGossipHello().
| #define GOSSIP_ITEM_SKARLOC2 "The situation is rather complicated, Thrall. It would be best for you to head into the mountains now, before more of Blackmoore's men show up. We'll make sure Taretha is safe." |
Definition at line 166 of file old_hillsbrad.cpp.
Referenced by npc_thrall_old_hillsbrad::OnGossipSelect().
| #define GOSSIP_ITEM_TARREN "We're ready, Thrall." |
Definition at line 167 of file old_hillsbrad.cpp.
Referenced by npc_thrall_old_hillsbrad::OnGossipHello().
| #define GOSSIP_ITEM_WALKING "[PH] Start walking." |
Definition at line 168 of file old_hillsbrad.cpp.
Referenced by npc_thrall_old_hillsbrad::OnGossipHello().
| #define SPEED_MOUNT (1.6f) |
Definition at line 162 of file old_hillsbrad.cpp.
Referenced by npc_thrall_old_hillsbrad::npc_thrall_old_hillsbradAI::DoMount().
| #define SPEED_RUN (1.0f) |
Definition at line 161 of file old_hillsbrad.cpp.
Referenced by npc_thrall_old_hillsbrad::npc_thrall_old_hillsbradAI::DoUnmount().
| #define SPEED_WALK (0.5f) |
Definition at line 160 of file old_hillsbrad.cpp.
| enum Erozion |
| Enumerator | |
|---|---|
| QUEST_ENTRY_HILLSBRAD | |
| QUEST_ENTRY_DIVERSION | |
| QUEST_ENTRY_ESCAPE | |
| QUEST_ENTRY_RETURN | |
| ITEM_ENTRY_BOMBS | |
Definition at line 26 of file old_hillsbrad.cpp.
| enum Taretha |
| Enumerator | |
|---|---|
| GOSSIP_ID_EPOCH1 | |
| GOSSIP_ID_EPOCH2 | |
Definition at line 545 of file old_hillsbrad.cpp.
| enum ThrallOldHillsbrad |
Definition at line 89 of file old_hillsbrad.cpp.
| void AddSC_old_hillsbrad | ( | ) |
Definition at line 641 of file old_hillsbrad.cpp.
Referenced by AddKalimdorScripts().