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

Classes

class  npc_deathstalker_erland
 
struct  npc_deathstalker_erland::npc_deathstalker_erlandAI
 

Enumerations

enum  eErland {
  SAY_QUESTACCEPT = 0, SAY_START = 1, SAY_AGGRO = 2, SAY_PROGRESS = 3,
  SAY_LAST = 4, SAY_RANE = 0, SAY_RANE_ANSWER = 5, SAY_MOVE_QUINN = 6,
  SAY_QUINN = 7, SAY_QUINN_ANSWER = 0, SAY_BYE = 8, QUEST_ESCORTING = 435,
  NPC_RANE = 1950, NPC_QUINN = 1951
}
 

Functions

void AddSC_silverpine_forest ()
 

Enumeration Type Documentation

enum eErland
Enumerator
SAY_QUESTACCEPT 
SAY_START 
SAY_AGGRO 
SAY_PROGRESS 
SAY_LAST 
SAY_RANE 
SAY_RANE_ANSWER 
SAY_MOVE_QUINN 
SAY_QUINN 
SAY_QUINN_ANSWER 
SAY_BYE 
QUEST_ESCORTING 
NPC_RANE 
NPC_QUINN 
40 {
41  SAY_QUESTACCEPT = 0,
42  SAY_START = 1,
43  SAY_AGGRO = 2,
44  SAY_PROGRESS = 3,
45  SAY_LAST = 4,
46 
47  SAY_RANE = 0,
48  SAY_RANE_ANSWER = 5,
49  SAY_MOVE_QUINN = 6,
50 
51  SAY_QUINN = 7,
52  SAY_QUINN_ANSWER = 0,
53  SAY_BYE = 8,
54 
55  QUEST_ESCORTING = 435,
56  NPC_RANE = 1950,
57  NPC_QUINN = 1951
58 };
Definition: zone_silverpine_forest.cpp:51
Definition: zone_silverpine_forest.cpp:49
Definition: zone_silverpine_forest.cpp:57
Definition: zone_silverpine_forest.cpp:42
Definition: zone_silverpine_forest.cpp:45
Definition: zone_silverpine_forest.cpp:47
Definition: zone_silverpine_forest.cpp:52
Definition: zone_silverpine_forest.cpp:53
Definition: zone_silverpine_forest.cpp:55
Definition: zone_silverpine_forest.cpp:48
Definition: zone_silverpine_forest.cpp:43
Definition: zone_silverpine_forest.cpp:56
Definition: zone_silverpine_forest.cpp:41
Definition: zone_silverpine_forest.cpp:44

Function Documentation

void AddSC_silverpine_forest ( )
142 {
144 }
Definition: zone_silverpine_forest.cpp:60

+ Here is the caller graph for this function: