![]() |
TrinityCore
|
#include "OutdoorPvPNA.h"#include "CellImpl.h"#include "Creature.h"#include "GameObject.h"#include "GridNotifiersImpl.h"#include "Map.h"#include "ObjectMgr.h"#include "PhasingHandler.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 } |
| void AddSC_outdoorpvp_na | ( | ) |
| uint32 const FLIGHT_NODES_NUM = 4 |
Definition at line 36 of file OutdoorPvPNA.cpp.
| uint32 const FlightPathEndNodes[FLIGHT_NODES_NUM] = { 104, 106, 108, 110 } |
Definition at line 38 of file OutdoorPvPNA.cpp.
| uint32 const FlightPathStartNodes[FLIGHT_NODES_NUM] = { 103, 105, 107, 109 } |
Definition at line 37 of file OutdoorPvPNA.cpp.
| uint32 const NA_BUFF_ZONE = 3518 |
Definition at line 32 of file OutdoorPvPNA.cpp.
| uint32 const NA_CREDIT_MARKER = 24867 |
Definition at line 30 of file OutdoorPvPNA.cpp.
| uint32 const NA_GUARD_CHECK_TIME = 500 |
Definition at line 35 of file OutdoorPvPNA.cpp.
| uint32 const NA_GUARDS_MAX = 15 |
Definition at line 31 of file OutdoorPvPNA.cpp.
| uint32 const NA_HALAA_GRAVEYARD_ZONE = 3518 |
Definition at line 33 of file OutdoorPvPNA.cpp.
| uint32 const NA_RESPAWN_TIME = 3600000 |
Definition at line 34 of file OutdoorPvPNA.cpp.