TrinityCore
Loading...
Searching...
No Matches
zone_stormwind_city.cpp File Reference
#include "ScriptMgr.h"
#include "MotionMaster.h"
#include "ObjectAccessor.h"
#include "Player.h"
#include "ScriptedEscortAI.h"
#include "ScriptedGossip.h"
#include "TemporarySummon.h"
+ Include dependency graph for zone_stormwind_city.cpp:

Go to the source code of this file.

Classes

class  npc_lord_gregor_lescovar
 
struct  npc_lord_gregor_lescovar::npc_lord_gregor_lescovarAI
 
class  npc_marzon_silent_blade
 
struct  npc_marzon_silent_blade::npc_marzon_silent_bladeAI
 
class  npc_tyrion_spybot
 
struct  npc_tyrion_spybot::npc_tyrion_spybotAI
 
class  npc_tyrion
 
struct  npc_tyrion::npc_tyrionAI
 

Enumerations

enum  LordGregorLescovar {
  SAY_GUARD_2 = 0 , SAY_LESCOVAR_2 = 0 , SAY_LESCOVAR_3 = 1 , SAY_LESCOVAR_4 = 2 ,
  SAY_MARZON_1 = 0 , SAY_MARZON_2 = 1 , SAY_TYRION_2 = 1 , NPC_STORMWIND_ROYAL = 1756 ,
  NPC_MARZON_BLADE = 1755 , NPC_TYRION = 7766 , QUEST_THE_ATTACK = 434
}
 
enum  TyrionSpybot {
  SAY_QUEST_ACCEPT_ATTACK = 0 , SAY_SPYBOT_1 = 1 , SAY_SPYBOT_2 = 2 , SAY_SPYBOT_3 = 3 ,
  SAY_SPYBOT_4 = 4 , SAY_TYRION_1 = 0 , SAY_GUARD_1 = 1 , SAY_LESCOVAR_1 = 3 ,
  NPC_PRIESTESS_TYRIONA = 7779 , NPC_LORD_GREGOR_LESCOVAR = 1754
}
 
enum  Tyrion { NPC_TYRION_SPYBOT = 8856 }
 

Functions

void AddSC_stormwind_city ()
 

Variables

static constexpr uint32 PATH_ESCORT_LESCOVAR = 70850
 
static constexpr uint32 PATH_ESCORT_TYRION_SPYBOT = 14034
 

Enumeration Type Documentation

◆ LordGregorLescovar

Enumerator
SAY_GUARD_2 
SAY_LESCOVAR_2 
SAY_LESCOVAR_3 
SAY_LESCOVAR_4 
SAY_MARZON_1 
SAY_MARZON_2 
SAY_TYRION_2 
NPC_STORMWIND_ROYAL 
NPC_MARZON_BLADE 
NPC_TYRION 
QUEST_THE_ATTACK 

Definition at line 44 of file zone_stormwind_city.cpp.

◆ Tyrion

enum Tyrion
Enumerator
NPC_TYRION_SPYBOT 

Definition at line 472 of file zone_stormwind_city.cpp.

◆ TyrionSpybot

Enumerator
SAY_QUEST_ACCEPT_ATTACK 
SAY_SPYBOT_1 
SAY_SPYBOT_2 
SAY_SPYBOT_3 
SAY_SPYBOT_4 
SAY_TYRION_1 
SAY_GUARD_1 
SAY_LESCOVAR_1 
NPC_PRIESTESS_TYRIONA 
NPC_LORD_GREGOR_LESCOVAR 

Definition at line 307 of file zone_stormwind_city.cpp.

Function Documentation

◆ AddSC_stormwind_city()

void AddSC_stormwind_city ( )

Definition at line 511 of file zone_stormwind_city.cpp.

+ Here is the caller graph for this function:

Variable Documentation

◆ PATH_ESCORT_LESCOVAR

constexpr uint32 PATH_ESCORT_LESCOVAR = 70850
staticconstexpr

Definition at line 322 of file zone_stormwind_city.cpp.

◆ PATH_ESCORT_TYRION_SPYBOT

constexpr uint32 PATH_ESCORT_TYRION_SPYBOT = 14034
staticconstexpr

Definition at line 477 of file zone_stormwind_city.cpp.