AzerothCore 3.3.5a
OpenSource WoW Emulator
Loading...
Searching...
No Matches
zone_stonetalon_mountains.cpp File Reference
#include "CreatureScript.h"
#include "Player.h"
#include "ScriptedCreature.h"
#include "ScriptedEscortAI.h"

Go to the source code of this file.

Classes

class  npc_kaya_flathoof
 
struct  npc_kaya_flathoof::npc_kaya_flathoofAI
 

Enumerations

enum  Kaya {
  FACTION_ESCORTEE_H = 775 ,
  NPC_GRIMTOTEM_RUFFIAN = 11910 ,
  NPC_GRIMTOTEM_BRUTE = 11912 ,
  NPC_GRIMTOTEM_SORCERER = 11913 ,
  SAY_START = 0 ,
  SAY_AMBUSH = 1 ,
  SAY_END = 2 ,
  QUEST_PROTECT_KAYA = 6523
}
 

Functions

void AddSC_stonetalon_mountains ()
 

Enumeration Type Documentation

◆ Kaya

enum Kaya
Enumerator
FACTION_ESCORTEE_H 
NPC_GRIMTOTEM_RUFFIAN 
NPC_GRIMTOTEM_BRUTE 
NPC_GRIMTOTEM_SORCERER 
SAY_START 
SAY_AMBUSH 
SAY_END 
QUEST_PROTECT_KAYA 
27{
29
31 NPC_GRIMTOTEM_BRUTE = 11912,
33
34 SAY_START = 0,
35 SAY_AMBUSH = 1,
36 SAY_END = 2,
37
39};
@ NPC_GRIMTOTEM_RUFFIAN
Definition zone_stonetalon_mountains.cpp:30
@ FACTION_ESCORTEE_H
Definition zone_stonetalon_mountains.cpp:28
@ SAY_START
Definition zone_stonetalon_mountains.cpp:34
@ SAY_END
Definition zone_stonetalon_mountains.cpp:36
@ QUEST_PROTECT_KAYA
Definition zone_stonetalon_mountains.cpp:38
@ SAY_AMBUSH
Definition zone_stonetalon_mountains.cpp:35
@ NPC_GRIMTOTEM_BRUTE
Definition zone_stonetalon_mountains.cpp:31
@ NPC_GRIMTOTEM_SORCERER
Definition zone_stonetalon_mountains.cpp:32

Function Documentation

◆ AddSC_stonetalon_mountains()

void AddSC_stonetalon_mountains ( )
109{
110 new npc_kaya_flathoof();
111}
Definition zone_stonetalon_mountains.cpp:42

Referenced by AddKalimdorScripts().