TrinityCore
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
zone_hinterlands.cpp File Reference
#include "ScriptMgr.h"
#include "ScriptedCreature.h"
#include "ScriptedEscortAI.h"
#include "Player.h"
+ Include dependency graph for zone_hinterlands.cpp:

Classes

class  npc_oox09hl
 
struct  npc_oox09hl::npc_oox09hlAI
 

Enumerations

enum  eOOX {
  SAY_OOX_START = 0, SAY_OOX_AGGRO = 1, SAY_OOX_AMBUSH = 2, SAY_OOX_AMBUSH_REPLY = 3,
  SAY_OOX_END = 4, QUEST_RESQUE_OOX_09 = 836, NPC_MARAUDING_OWL = 7808, NPC_VILE_AMBUSHER = 7809,
  FACTION_ESCORTEE_A = 774, FACTION_ESCORTEE_H = 775
}
 

Functions

void AddSC_hinterlands ()
 

Enumeration Type Documentation

enum eOOX
Enumerator
SAY_OOX_START 
SAY_OOX_AGGRO 
SAY_OOX_AMBUSH 
SAY_OOX_AMBUSH_REPLY 
SAY_OOX_END 
QUEST_RESQUE_OOX_09 
NPC_MARAUDING_OWL 
NPC_VILE_AMBUSHER 
FACTION_ESCORTEE_A 
FACTION_ESCORTEE_H 
40 {
41  SAY_OOX_START = 0,
42  SAY_OOX_AGGRO = 1,
43  SAY_OOX_AMBUSH = 2,
45  SAY_OOX_END = 4,
46  QUEST_RESQUE_OOX_09 = 836,
47  NPC_MARAUDING_OWL = 7808,
48  NPC_VILE_AMBUSHER = 7809,
49  FACTION_ESCORTEE_A = 774,
50  FACTION_ESCORTEE_H = 775
51 };
Definition: zone_hinterlands.cpp:45
Definition: zone_hinterlands.cpp:50
Definition: zone_hinterlands.cpp:49
Definition: zone_hinterlands.cpp:42
Definition: zone_hinterlands.cpp:47
Definition: zone_hinterlands.cpp:41
Definition: zone_hinterlands.cpp:43
Definition: zone_hinterlands.cpp:46
Definition: zone_hinterlands.cpp:44
Definition: zone_hinterlands.cpp:48

Function Documentation

void AddSC_hinterlands ( )
137 {
138  new npc_oox09hl();
139 }
Definition: zone_hinterlands.cpp:53

+ Here is the caller graph for this function: