|
Project SkyFire Core
SkyFire 5.4.8 server core API documentation
|
#include "ScriptMgr.h"#include "ScriptedCreature.h"#include "ScriptedGossip.h"#include "ScriptedEscortAI.h"#include "Player.h"#include "SpellInfo.h"Go to the source code of this file.
Classes | |
| class | go_corkis_prison |
| class | go_warmaul_prison |
| class | npc_corki |
| struct | npc_corki::npc_corkiAI |
| class | npc_creditmarker_visit_with_ancestors |
| struct | npc_creditmarker_visit_with_ancestors::npc_creditmarker_visit_with_ancestorsAI |
| class | npc_greatmother_geyah |
| class | npc_kurenai_captive |
| struct | npc_kurenai_captive::npc_kurenai_captiveAI |
| class | npc_maghar_captive |
| struct | npc_maghar_captive::npc_maghar_captiveAI |
Macros | |
| #define | GOSSIP_HGG1 "Hello, Greatmother. Garrosh told me that you wanted to speak with me." |
| #define | GOSSIP_HGG2 "Garrosh is beyond redemption, Greatmother. I fear that in helping the Mag'har, I have convinced Garrosh that he is unfit to lead." |
| #define | GOSSIP_SGG1 "You raised all of the orcs here, Greatmother?" |
| #define | GOSSIP_SGG10 "It is my Warchief, Greatmother. The leader of my people. From my world. He ... He is the son of Durotan. He is your grandchild." |
| #define | GOSSIP_SGG11 "I will return to Azeroth at once, Greatmother." |
| #define | GOSSIP_SGG2 "Do you believe that?" |
| #define | GOSSIP_SGG3 "What can be done? I have tried many different things. I have done my best to help the people of Nagrand. Each time I have approached Garrosh, he has dismissed me." |
| #define | GOSSIP_SGG4 "Left? How can you choose to leave?" |
| #define | GOSSIP_SGG5 "What is this duty?" |
| #define | GOSSIP_SGG6 "Is there anything I can do for you, Greatmother?" |
| #define | GOSSIP_SGG7 "I have done all that I could, Greatmother. I thank you for your kind words." |
| #define | GOSSIP_SGG8 "Greatmother, you are the mother of Durotan?" |
| #define | GOSSIP_SGG9 "Greatmother, I never had the honor. Durotan died long before my time, but his heroics are known to all on my world. The orcs of Azeroth reside in a place known as Durotar, named after your son. And ... (You take a moment to breathe and think through what you are about to tell the Greatmother.)" |
Functions | |
| void | AddSC_nagrand () |
Variables | |
| static float | kurenaiAmbushA [] = {-1568.805786f, 8533.873047f, 1.958f} |
| static float | kurenaiAmbushB [] = {-1491.554321f, 8506.483398f, 1.248f} |
| static float | m_afAmbushA [] = {-1568.805786f, 8533.873047f, 1.958f} |
| static float | m_afAmbushB [] = {-1491.554321f, 8506.483398f, 1.248f} |
| #define GOSSIP_HGG1 "Hello, Greatmother. Garrosh told me that you wanted to speak with me." |
Definition at line 29 of file zone_nagrand.cpp.
Referenced by npc_greatmother_geyah::OnGossipHello().
| #define GOSSIP_HGG2 "Garrosh is beyond redemption, Greatmother. I fear that in helping the Mag'har, I have convinced Garrosh that he is unfit to lead." |
Definition at line 30 of file zone_nagrand.cpp.
Referenced by npc_greatmother_geyah::OnGossipHello().
| #define GOSSIP_SGG1 "You raised all of the orcs here, Greatmother?" |
Definition at line 32 of file zone_nagrand.cpp.
Referenced by npc_greatmother_geyah::OnGossipSelect().
| #define GOSSIP_SGG10 "It is my Warchief, Greatmother. The leader of my people. From my world. He ... He is the son of Durotan. He is your grandchild." |
Definition at line 41 of file zone_nagrand.cpp.
Referenced by npc_greatmother_geyah::OnGossipSelect().
| #define GOSSIP_SGG11 "I will return to Azeroth at once, Greatmother." |
Definition at line 42 of file zone_nagrand.cpp.
Referenced by npc_greatmother_geyah::OnGossipSelect().
| #define GOSSIP_SGG2 "Do you believe that?" |
Definition at line 33 of file zone_nagrand.cpp.
Referenced by npc_greatmother_geyah::OnGossipSelect().
| #define GOSSIP_SGG3 "What can be done? I have tried many different things. I have done my best to help the people of Nagrand. Each time I have approached Garrosh, he has dismissed me." |
Definition at line 34 of file zone_nagrand.cpp.
Referenced by npc_greatmother_geyah::OnGossipSelect().
| #define GOSSIP_SGG4 "Left? How can you choose to leave?" |
Definition at line 35 of file zone_nagrand.cpp.
Referenced by npc_greatmother_geyah::OnGossipSelect().
| #define GOSSIP_SGG5 "What is this duty?" |
Definition at line 36 of file zone_nagrand.cpp.
Referenced by npc_greatmother_geyah::OnGossipSelect().
| #define GOSSIP_SGG6 "Is there anything I can do for you, Greatmother?" |
Definition at line 37 of file zone_nagrand.cpp.
Referenced by npc_greatmother_geyah::OnGossipSelect().
| #define GOSSIP_SGG7 "I have done all that I could, Greatmother. I thank you for your kind words." |
Definition at line 38 of file zone_nagrand.cpp.
Referenced by npc_greatmother_geyah::OnGossipSelect().
| #define GOSSIP_SGG8 "Greatmother, you are the mother of Durotan?" |
Definition at line 39 of file zone_nagrand.cpp.
Referenced by npc_greatmother_geyah::OnGossipSelect().
| #define GOSSIP_SGG9 "Greatmother, I never had the honor. Durotan died long before my time, but his heroics are known to all on my world. The orcs of Azeroth reside in a place known as Durotar, named after your son. And ... (You take a moment to breathe and think through what you are about to tell the Greatmother.)" |
Definition at line 40 of file zone_nagrand.cpp.
Referenced by npc_greatmother_geyah::OnGossipSelect().
| enum CorkiData |
Definition at line 348 of file zone_nagrand.cpp.
| Enumerator | |
|---|---|
| QUEST_FINDING_THE_SURVIVORS | |
| NPC_MAGHAR_PRISONER | |
| SAY_FREE | |
Definition at line 654 of file zone_nagrand.cpp.
| enum KurenaiCaptive |
Definition at line 468 of file zone_nagrand.cpp.
| enum MagharCaptive |
Definition at line 137 of file zone_nagrand.cpp.
| void AddSC_nagrand | ( | ) |
Definition at line 684 of file zone_nagrand.cpp.
Referenced by AddOutlandScripts().
|
static |
Definition at line 491 of file zone_nagrand.cpp.
Referenced by npc_kurenai_captive::OnQuestAccept().
|
static |
Definition at line 492 of file zone_nagrand.cpp.
Referenced by npc_kurenai_captive::npc_kurenai_captiveAI::WaypointReached().
|
static |
Definition at line 160 of file zone_nagrand.cpp.
Referenced by npc_maghar_captive::OnQuestAccept().
|
static |
Definition at line 161 of file zone_nagrand.cpp.
Referenced by npc_maghar_captive::npc_maghar_captiveAI::WaypointReached().