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 
28{
29 // Yells
30 SAY_DS_START = 0,
31 SAY_DS_DOWN_1 = 1,
32 SAY_DS_DOWN_2 = 2,
33 SAY_DS_DOWN_3 = 3,
35
36 // Spells
37 SPELL_SHOOT = 6660,
38
39 // Quests
40 QUEST_TOME_VALOR = 1651,
41
42 // Creatures
43 NPC_DEFIAS_RAIDER = 6180,
44
45 // Equips
46 EQUIP_ID_RIFLE = 2511
47};
@ QUEST_TOME_VALOR
Definition zone_westfall.cpp:40
@ SAY_DS_DOWN_3
Definition zone_westfall.cpp:33
@ SPELL_SHOOT
Definition zone_westfall.cpp:37
@ SAY_DS_DOWN_2
Definition zone_westfall.cpp:32
@ EQUIP_ID_RIFLE
Definition zone_westfall.cpp:46
@ SAY_DS_PROLOGUE
Definition zone_westfall.cpp:34
@ SAY_DS_DOWN_1
Definition zone_westfall.cpp:31
@ NPC_DEFIAS_RAIDER
Definition zone_westfall.cpp:43
@ SAY_DS_START
Definition zone_westfall.cpp:30

Function Documentation

◆ AddSC_westfall()

void AddSC_westfall ( )
189{
191}
Definition zone_westfall.cpp:50

Referenced by AddEasternKingdomsScripts().