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

Go to the source code of this file.

Classes

class  npc_taxi
 

Enumerations

enum  Npcs {
  NPC_NETHER_DRAKE = 20903 ,
  NPC_IRONWING = 29154 ,
  NPC_DABIR = 19409 ,
  NPC_BRACK = 19401 ,
  NPC_IRENA = 23413 ,
  NPC_AYREN = 25059 ,
  NPC_DRAGONHAWK = 25236 ,
  NPC_VERONIA = 20162 ,
  NPC_DEESAK = 23415 ,
  NPC_AFRASASTRASZ = 27575 ,
  NPC_TARIOLSTRASZ = 26443 ,
  NPC_TORASTRASZA = 26949 ,
  NPC_CESSA = 23704 ,
  NPC_KIELAR = 17209
}
 
enum  Misc {
  REP_SKYGUARD = 1031 ,
  QUEST_NETHERY_WINGS = 10438 ,
  ITEM_DISRUPTOR = 29778 ,
  QUEST_BEHIND_ENEMY = 10652 ,
  QUEST_GATEWAYS_A = 10146 ,
  QUEST_SHATTER_POINT = 10340 ,
  QUEST_GATEWAYS_H = 10129 ,
  QUEST_ABBYSAL = 10162 ,
  QUEST_ABBYSAL_DAILY = 10347 ,
  QUEST_SPINEBREAKER = 10242 ,
  QUEST_DEAD_SCAR = 11532 ,
  QUEST_AIR_STRIKE = 11533 ,
  QUEST_INTERCEPT = 11542 ,
  QUEST_KEEP_AT_BEY = 11543 ,
  QUEST_SURVEY_ALCAZ = 11142
}
 

Functions

void AddSC_npc_taxi ()
 

Enumeration Type Documentation

◆ Misc

enum Misc
Enumerator
REP_SKYGUARD 
QUEST_NETHERY_WINGS 
ITEM_DISRUPTOR 
QUEST_BEHIND_ENEMY 
QUEST_GATEWAYS_A 
QUEST_SHATTER_POINT 
QUEST_GATEWAYS_H 
QUEST_ABBYSAL 
QUEST_ABBYSAL_DAILY 
QUEST_SPINEBREAKER 
QUEST_DEAD_SCAR 
QUEST_AIR_STRIKE 
QUEST_INTERCEPT 
QUEST_KEEP_AT_BEY 
QUEST_SURVEY_ALCAZ 
42{
43 REP_SKYGUARD = 1031, // Sha'tari Skyguard Reputation
44
45 // Netherstorm
46 QUEST_NETHERY_WINGS = 10438, // On Nethery Wings
47 ITEM_DISRUPTOR = 29778, // Phase Disruptor (Needed for On Nethery Wings)
48 QUEST_BEHIND_ENEMY = 10652, // Behind Enemy Lines
49
50 // Hellfire Peninsula - Alliance
51 QUEST_GATEWAYS_A = 10146, // Mission: The Murketh and Shaadraz Gateways
52 QUEST_SHATTER_POINT = 10340, // Shatter Point
53
54 // Hellfire Peninsula - Horde
55 QUEST_GATEWAYS_H = 10129, // Mission: The Murketh and Shaadraz Gateways
56 QUEST_ABBYSAL = 10162, // Mission: The Abyssal Shelf
57 QUEST_ABBYSAL_DAILY = 10347, // Return to the Abyssal Shelf (Daily)
58 QUEST_SPINEBREAKER = 10242, // Spinebreaker Post
59
60 // Isle of Quel'Danas (Daily)
61 QUEST_DEAD_SCAR = 11532, // Mission: Distraction at the Dead Scar
62 QUEST_AIR_STRIKE = 11533, // The Air Strikes Must Continue
63 QUEST_INTERCEPT = 11542, // Mission: Intercept the Reinforcements
64 QUEST_KEEP_AT_BEY = 11543, // Keeping the Enemy at Bay
65
66 // Dustwallow Marsh
67 QUEST_SURVEY_ALCAZ = 11142, // Survey Alcaz Island
68};
@ QUEST_SURVEY_ALCAZ
Definition npc_taxi.cpp:67
@ QUEST_GATEWAYS_H
Definition npc_taxi.cpp:55
@ QUEST_KEEP_AT_BEY
Definition npc_taxi.cpp:64
@ QUEST_INTERCEPT
Definition npc_taxi.cpp:63
@ REP_SKYGUARD
Definition npc_taxi.cpp:43
@ QUEST_DEAD_SCAR
Definition npc_taxi.cpp:61
@ QUEST_SHATTER_POINT
Definition npc_taxi.cpp:52
@ QUEST_GATEWAYS_A
Definition npc_taxi.cpp:51
@ QUEST_NETHERY_WINGS
Definition npc_taxi.cpp:46
@ ITEM_DISRUPTOR
Definition npc_taxi.cpp:47
@ QUEST_ABBYSAL
Definition npc_taxi.cpp:56
@ QUEST_AIR_STRIKE
Definition npc_taxi.cpp:62
@ QUEST_ABBYSAL_DAILY
Definition npc_taxi.cpp:57
@ QUEST_BEHIND_ENEMY
Definition npc_taxi.cpp:48
@ QUEST_SPINEBREAKER
Definition npc_taxi.cpp:58

◆ Npcs

enum Npcs
Enumerator
NPC_NETHER_DRAKE 
NPC_IRONWING 
NPC_DABIR 
NPC_BRACK 
NPC_IRENA 
NPC_AYREN 
NPC_DRAGONHAWK 
NPC_VERONIA 
NPC_DEESAK 
NPC_AFRASASTRASZ 
NPC_TARIOLSTRASZ 
NPC_TORASTRASZA 
NPC_CESSA 
NPC_KIELAR 
24{
25 NPC_NETHER_DRAKE = 20903, // Netherstorm - Protectorate Nether Drake
26 NPC_IRONWING = 29154, // Stormwind City - Thargold Ironwing
27 NPC_DABIR = 19409, // Hellfire Peninsula - Wing Commander Dabir'ee
28 NPC_BRACK = 19401, // Hellfire Peninsula - Wing Commander Brack
29 NPC_IRENA = 23413, // Blade's Edge Mountains - Skyguard Handler Irena
30 NPC_AYREN = 25059, // Isle of Quel'Danas - Ayren Cloudbreaker
31 NPC_DRAGONHAWK = 25236, // Isle of Quel'Danas - Unrestrained Dragonhawk
32 NPC_VERONIA = 20162, // Netherstorm - Veronia
33 NPC_DEESAK = 23415, // Terokkar Forest - Skyguard Handler Deesak
34 NPC_AFRASASTRASZ = 27575, // Dragonblight - Lord Afrasastrasz
35 NPC_TARIOLSTRASZ = 26443, // Dragonblight - Tariolstrasz
36 NPC_TORASTRASZA = 26949, // Dragonblight - Torastrasza
37 NPC_CESSA = 23704, // Dustwallow Marsh - Cassa Crimsonwing
38 NPC_KIELAR = 17209, // William Kielar <Spectral Gryphon Master> - Eastern Plaguelands Towers
39};
@ NPC_AFRASASTRASZ
Definition npc_taxi.cpp:34
@ NPC_DABIR
Definition npc_taxi.cpp:27
@ NPC_CESSA
Definition npc_taxi.cpp:37
@ NPC_AYREN
Definition npc_taxi.cpp:30
@ NPC_BRACK
Definition npc_taxi.cpp:28
@ NPC_IRONWING
Definition npc_taxi.cpp:26
@ NPC_VERONIA
Definition npc_taxi.cpp:32
@ NPC_TARIOLSTRASZ
Definition npc_taxi.cpp:35
@ NPC_DEESAK
Definition npc_taxi.cpp:33
@ NPC_KIELAR
Definition npc_taxi.cpp:38
@ NPC_TORASTRASZA
Definition npc_taxi.cpp:36
@ NPC_DRAGONHAWK
Definition npc_taxi.cpp:31
@ NPC_NETHER_DRAKE
Definition npc_taxi.cpp:25
@ NPC_IRENA
Definition npc_taxi.cpp:29

Function Documentation

◆ AddSC_npc_taxi()

void AddSC_npc_taxi ( )
269{
270 new npc_taxi;
271}
Definition npc_taxi.cpp:71

Referenced by AddWorldScripts().