TrinityCore
OutdoorPvPNA.cpp File Reference
#include "OutdoorPvPNA.h"
#include "CellImpl.h"
#include "Creature.h"
#include "GameObject.h"
#include "GridNotifiersImpl.h"
#include "Map.h"
#include "ObjectMgr.h"
#include "Player.h"
#include "ScriptMgr.h"
#include "WorldStatePackets.h"
+ Include dependency graph for OutdoorPvPNA.cpp:

Go to the source code of this file.

Classes

class  OutdoorPvP_nagrand
 

Functions

void AddSC_outdoorpvp_na ()
 

Variables

uint32 const NA_CREDIT_MARKER = 24867
 
uint32 const NA_GUARDS_MAX = 15
 
uint32 const NA_BUFF_ZONE = 3518
 
uint32 const NA_HALAA_GRAVEYARD_ZONE = 3518
 
uint32 const NA_RESPAWN_TIME = 3600000
 
uint32 const NA_GUARD_CHECK_TIME = 500
 
uint32 const FLIGHT_NODES_NUM = 4
 
uint32 const FlightPathStartNodes [FLIGHT_NODES_NUM] = { 103, 105, 107, 109 }
 
uint32 const FlightPathEndNodes [FLIGHT_NODES_NUM] = { 104, 106, 108, 110 }
 

Function Documentation

◆ AddSC_outdoorpvp_na()

void AddSC_outdoorpvp_na ( )

Definition at line 515 of file OutdoorPvPNA.cpp.

+ Here is the caller graph for this function:

Variable Documentation

◆ FLIGHT_NODES_NUM

uint32 const FLIGHT_NODES_NUM = 4

Definition at line 35 of file OutdoorPvPNA.cpp.

◆ FlightPathEndNodes

uint32 const FlightPathEndNodes[FLIGHT_NODES_NUM] = { 104, 106, 108, 110 }

Definition at line 37 of file OutdoorPvPNA.cpp.

◆ FlightPathStartNodes

uint32 const FlightPathStartNodes[FLIGHT_NODES_NUM] = { 103, 105, 107, 109 }

Definition at line 36 of file OutdoorPvPNA.cpp.

◆ NA_BUFF_ZONE

uint32 const NA_BUFF_ZONE = 3518

Definition at line 31 of file OutdoorPvPNA.cpp.

◆ NA_CREDIT_MARKER

uint32 const NA_CREDIT_MARKER = 24867

Definition at line 29 of file OutdoorPvPNA.cpp.

◆ NA_GUARD_CHECK_TIME

uint32 const NA_GUARD_CHECK_TIME = 500

Definition at line 34 of file OutdoorPvPNA.cpp.

◆ NA_GUARDS_MAX

uint32 const NA_GUARDS_MAX = 15

Definition at line 30 of file OutdoorPvPNA.cpp.

◆ NA_HALAA_GRAVEYARD_ZONE

uint32 const NA_HALAA_GRAVEYARD_ZONE = 3518

Definition at line 32 of file OutdoorPvPNA.cpp.

◆ NA_RESPAWN_TIME

uint32 const NA_RESPAWN_TIME = 3600000

Definition at line 33 of file OutdoorPvPNA.cpp.