TrinityCore
|
#include "ScriptMgr.h"
#include "ScriptedCreature.h"
#include "ScriptedGossip.h"
#include "ScriptedEscortAI.h"
#include "Group.h"
#include "Player.h"
#include "WorldSession.h"
Classes | |
class | npc_unkor_the_ruthless |
struct | npc_unkor_the_ruthless::npc_unkor_the_ruthlessAI |
class | npc_infested_root_walker |
struct | npc_infested_root_walker::npc_infested_root_walkerAI |
class | npc_skywing |
struct | npc_skywing::npc_skywingAI |
class | npc_rotting_forest_rager |
struct | npc_rotting_forest_rager::npc_rotting_forest_ragerAI |
class | npc_floon |
struct | npc_floon::npc_floonAI |
class | npc_isla_starmane |
struct | npc_isla_starmane::npc_isla_starmaneAI |
class | go_skull_pile |
class | npc_slim |
class | npc_akuno |
struct | npc_akuno::npc_akunoAI |
Macros | |
#define | GOSSIP_FLOON1 "You owe Sim'salabim money. Hand them over or die!" |
#define | GOSSIP_FLOON2 "Hand over the money or die...again!" |
#define | GOSSIP_S_DARKSCREECHER_AKKARAI "Summon Darkscreecher Akkarai" |
#define | GOSSIP_S_KARROG "Summon Karrog" |
#define | GOSSIP_S_GEZZARAK_THE_HUNTRESS "Summon Gezzarak the Huntress" |
#define | GOSSIP_S_VAKKIZ_THE_WINDRAGER "Summon Vakkiz the Windrager" |
Enumerations | |
enum | UnkorTheRuthless { SAY_SUBMIT = 0, FACTION_HOSTILE = 45, FACTION_FRIENDLY = 35, QUEST_DONTKILLTHEFATONE = 9889, SPELL_PULVERIZE = 2676 } |
enum | Floon { SAY_FLOON_ATTACK = 0, SPELL_SILENCE = 6726, SPELL_FROSTBOLT = 9672, SPELL_FROST_NOVA = 11831, FACTION_HOSTILE_FL = 1738, QUEST_CRACK_SKULLS = 10009 } |
enum | IslaStarmaneData { SAY_PROGRESS_1 = 0, SAY_PROGRESS_2 = 1, SAY_PROGRESS_3 = 2, SAY_PROGRESS_4 = 3, QUEST_EFTW_H = 10052, QUEST_EFTW_A = 10051, GO_CAGE = 182794, SPELL_CAT = 32447 } |
enum | Slim { FACTION_CONSORTIUM = 933 } |
enum | Akuno { QUEST_ESCAPING_THE_TOMB = 10887, NPC_CABAL_SKRIMISHER = 21661 } |
Functions | |
void | AddSC_terokkar_forest () |
#define GOSSIP_FLOON1 "You owe Sim'salabim money. Hand them over or die!" |
#define GOSSIP_FLOON2 "Hand over the money or die...again!" |
#define GOSSIP_S_DARKSCREECHER_AKKARAI "Summon Darkscreecher Akkarai" |
#define GOSSIP_S_GEZZARAK_THE_HUNTRESS "Summon Gezzarak the Huntress" |
#define GOSSIP_S_KARROG "Summon Karrog" |
#define GOSSIP_S_VAKKIZ_THE_WINDRAGER "Summon Vakkiz the Windrager" |
enum Akuno |
enum Floon |
Enumerator | |
---|---|
SAY_FLOON_ATTACK | |
SPELL_SILENCE | |
SPELL_FROSTBOLT | |
SPELL_FROST_NOVA | |
FACTION_HOSTILE_FL | |
QUEST_CRACK_SKULLS |
enum IslaStarmaneData |
Enumerator | |
---|---|
SAY_PROGRESS_1 | |
SAY_PROGRESS_2 | |
SAY_PROGRESS_3 | |
SAY_PROGRESS_4 | |
QUEST_EFTW_H | |
QUEST_EFTW_A | |
GO_CAGE | |
SPELL_CAT |
enum Slim |
enum UnkorTheRuthless |
void AddSC_terokkar_forest | ( | ) |