TrinityCore
|
#include "ScriptMgr.h"
#include "ScriptedCreature.h"
#include "ScriptedGossip.h"
#include "ScriptedEscortAI.h"
#include "Player.h"
#include "WorldSession.h"
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 { 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, FACTION_HOSTILE_CO = 45 } |
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 |
Enumerator | |
---|---|
NPC_ASHYEN | |
NPC_KELETH | |
SPELL_BLESS_ASH_EXA | |
SPELL_BLESS_ASH_REV | |
SPELL_BLESS_ASH_HON | |
SPELL_BLESS_ASH_FRI | |
SPELL_BLESS_KEL_EXA | |
SPELL_BLESS_KEL_REV | |
SPELL_BLESS_KEL_HON | |
SPELL_BLESS_KEL_FRI |
enum Cooshhooosh |
enum Kayra |
Enumerator | |
---|---|
SAY_START | |
SAY_AMBUSH1 | |
SAY_PROGRESS | |
SAY_AMBUSH2 | |
SAY_END | |
QUEST_ESCAPE_FROM | |
NPC_SLAVEBINDER |
enum Timothy |
void AddSC_zangarmarsh | ( | ) |