![]() |
AzerothCore 3.3.5a
OpenSource WoW Emulator
|
#include "Player.h"
#include "ScriptMgr.h"
#include "ScriptedCreature.h"
#include "ScriptedEscortAI.h"
#include "ScriptedGossip.h"
Go to the source code of this file.
Classes | |
class | npcs_ashyen_and_keleth |
class | npc_cooshcoosh |
struct | npc_cooshcoosh::npc_cooshcooshAI |
class | npc_elder_kuruti |
class | npc_mortog_steamhead |
class | npc_kayra_longmane |
struct | npc_kayra_longmane::npc_kayra_longmaneAI |
class | npc_timothy_daniels |
Macros | |
#define | GOSSIP_ITEM_BLESS_ASH "Grant me your mark, wise ancient." |
#define | GOSSIP_ITEM_BLESS_KEL "Grant me your mark, mighty ancient." |
#define | GOSSIP_COOSH "You owe Sim'salabim money. Hand them over or die!" |
#define | GOSSIP_ITEM_KUR1 "Greetings, elder. It is time for your people to end their hostility towards the draenei and their allies." |
#define | GOSSIP_ITEM_KUR2 "I did not mean to deceive you, elder. The draenei of Telredor thought to approach you in a way that would seem familiar to you." |
#define | GOSSIP_ITEM_KUR3 "I will tell them. Farewell, elder." |
#define | GOSSIP_TIMOTHY_DANIELS_ITEM1 "Specialist, eh? Just what kind of specialist are you, anyway?" |
#define | GOSSIP_TEXT_BROWSE_POISONS "Let me browse your reagents and poison supplies." |
Enumerations | |
enum | AshyenAndKeleth { GOSSIP_REWARD_BLESS = 0 , NPC_ASHYEN = 17900 , NPC_KELETH = 17901 , SPELL_BLESS_ASH_EXA = 31815 , SPELL_BLESS_ASH_REV = 31811 , SPELL_BLESS_ASH_HON = 31810 , SPELL_BLESS_ASH_FRI = 31808 , SPELL_BLESS_KEL_EXA = 31814 , SPELL_BLESS_KEL_REV = 31813 , SPELL_BLESS_KEL_HON = 31812 , SPELL_BLESS_KEL_FRI = 31807 } |
enum | Cooshhooosh { SPELL_LIGHTNING_BOLT = 9532 , QUEST_CRACK_SKULLS = 10009 } |
enum | Kayra { SAY_START = 0 , SAY_AMBUSH1 = 1 , SAY_PROGRESS = 2 , SAY_AMBUSH2 = 3 , SAY_END = 4 , QUEST_ESCAPE_FROM = 9752 , NPC_SLAVEBINDER = 18042 } |
enum | Timothy { GOSSIP_TEXTID_TIMOTHY_DANIELS1 = 9239 } |
Functions | |
void | AddSC_zangarmarsh () |
#define GOSSIP_COOSH "You owe Sim'salabim money. Hand them over or die!" |
#define GOSSIP_ITEM_BLESS_ASH "Grant me your mark, wise ancient." |
#define GOSSIP_ITEM_BLESS_KEL "Grant me your mark, mighty ancient." |
#define GOSSIP_ITEM_KUR1 "Greetings, elder. It is time for your people to end their hostility towards the draenei and their allies." |
#define GOSSIP_ITEM_KUR2 "I did not mean to deceive you, elder. The draenei of Telredor thought to approach you in a way that would seem familiar to you." |
#define GOSSIP_ITEM_KUR3 "I will tell them. Farewell, elder." |
#define GOSSIP_TEXT_BROWSE_POISONS "Let me browse your reagents and poison supplies." |
#define GOSSIP_TIMOTHY_DANIELS_ITEM1 "Specialist, eh? Just what kind of specialist are you, anyway?" |
enum AshyenAndKeleth |
enum Cooshhooosh |
Enumerator | |
---|---|
SPELL_LIGHTNING_BOLT | |
QUEST_CRACK_SKULLS |
enum Kayra |
Enumerator | |
---|---|
SAY_START | |
SAY_AMBUSH1 | |
SAY_PROGRESS | |
SAY_AMBUSH2 | |
SAY_END | |
QUEST_ESCAPE_FROM | |
NPC_SLAVEBINDER |
enum Timothy |
Enumerator | |
---|---|
GOSSIP_TEXTID_TIMOTHY_DANIELS1 |
void AddSC_zangarmarsh | ( | ) |
Referenced by AddOutlandScripts().