AzerothCore 3.3.5a
OpenSource WoW Emulator
Loading...
Searching...
No Matches
zone_westfall.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_daphne_stilwell
 
struct  npc_daphne_stilwell::npc_daphne_stilwellAI
 

Enumerations

enum  DaphneStilwell {
  SAY_DS_START = 0 ,
  SAY_DS_DOWN_1 = 1 ,
  SAY_DS_DOWN_2 = 2 ,
  SAY_DS_DOWN_3 = 3 ,
  SAY_DS_PROLOGUE = 4 ,
  SPELL_SHOOT = 6660 ,
  QUEST_TOME_VALOR = 1651 ,
  NPC_DEFIAS_RAIDER = 6180 ,
  EQUIP_ID_RIFLE = 2511
}
 

Functions

void AddSC_westfall ()
 

Enumeration Type Documentation

◆ DaphneStilwell

Enumerator
SAY_DS_START 
SAY_DS_DOWN_1 
SAY_DS_DOWN_2 
SAY_DS_DOWN_3 
SAY_DS_PROLOGUE 
SPELL_SHOOT 
QUEST_TOME_VALOR 
NPC_DEFIAS_RAIDER 
EQUIP_ID_RIFLE 
39{
40 // Yells
41 SAY_DS_START = 0,
42 SAY_DS_DOWN_1 = 1,
43 SAY_DS_DOWN_2 = 2,
44 SAY_DS_DOWN_3 = 3,
46
47 // Spells
48 SPELL_SHOOT = 6660,
49
50 // Quests
51 QUEST_TOME_VALOR = 1651,
52
53 // Creatures
54 NPC_DEFIAS_RAIDER = 6180,
55
56 // Equips
57 EQUIP_ID_RIFLE = 2511
58};
@ QUEST_TOME_VALOR
Definition: zone_westfall.cpp:51
@ SAY_DS_DOWN_3
Definition: zone_westfall.cpp:44
@ SPELL_SHOOT
Definition: zone_westfall.cpp:48
@ SAY_DS_DOWN_2
Definition: zone_westfall.cpp:43
@ EQUIP_ID_RIFLE
Definition: zone_westfall.cpp:57
@ SAY_DS_PROLOGUE
Definition: zone_westfall.cpp:45
@ SAY_DS_DOWN_1
Definition: zone_westfall.cpp:42
@ NPC_DEFIAS_RAIDER
Definition: zone_westfall.cpp:54
@ SAY_DS_START
Definition: zone_westfall.cpp:41

Function Documentation

◆ AddSC_westfall()

void AddSC_westfall ( )
200{
202}
Definition: zone_westfall.cpp:61

Referenced by AddEasternKingdomsScripts().