|
Project SkyFire Core
SkyFire 5.4.8 server core API documentation
|
#include "OutdoorPvP.h"Go to the source code of this file.
Classes | |
| class | OPvPCapturePointNA |
| class | OutdoorPvPNA |
Variables | |
| const go_type | AllianceControlGOs [NA_CONTROL_GO_NUM] |
| const creature_type | AllianceControlNPCs [NA_CONTROL_NPC_NUM] |
| const uint32 | FLIGHT_NODES_NUM = 4 |
| const uint32 | FlightPathEndNodes [FLIGHT_NODES_NUM] = {104, 106, 108, 110} |
| const uint32 | FlightPathStartNodes [FLIGHT_NODES_NUM] = {103, 105, 107, 109} |
| const go_type | HordeControlGOs [NA_CONTROL_GO_NUM] |
| const creature_type | HordeControlNPCs [NA_CONTROL_NPC_NUM] |
| const uint32 | NA_BUFF_ZONE = 3518 |
| const uint32 | NA_CREDIT_MARKER = 24867 |
| const uint32 | NA_GUARD_CHECK_TIME = 500 |
| const uint32 | NA_GUARDS_MAX = 15 |
| const uint32 | NA_HALAA_GRAVEYARD = 993 |
| const uint32 | NA_HALAA_GRAVEYARD_ZONE = 3518 |
| const uint32 | NA_RESPAWN_TIME = 3600000 |
| enum ControlGOTypes |
Definition at line 76 of file OutdoorPvPNA.h.
| enum ControlNPCTypes |
Definition at line 145 of file OutdoorPvPNA.h.
| enum FlightSpellsNA |
| Enumerator | |
|---|---|
| NA_SPELL_FLY_SOUTH | |
| NA_SPELL_FLY_WEST | |
| NA_SPELL_FLY_NORTH | |
| NA_SPELL_FLY_EAST | |
Definition at line 99 of file OutdoorPvPNA.h.
| enum HalaaStates |
| Enumerator | |
|---|---|
| HALAA_N | |
| HALAA_N_A | |
| HALAA_A | |
| HALAA_N_H | |
| HALAA_H | |
Definition at line 228 of file OutdoorPvPNA.h.
| enum OutdoorPvPNASpells |
| Enumerator | |
|---|---|
| NA_KILL_TOKEN_ALLIANCE | |
| NA_KILL_TOKEN_HORDE | |
| NA_CAPTURE_BUFF | |
Definition at line 13 of file OutdoorPvPNA.h.
Definition at line 35 of file OutdoorPvPNA.h.
| enum WyvernStates |
| Enumerator | |
|---|---|
| WYVERN_NEU_HORDE | |
| WYVERN_NEU_ALLIANCE | |
| WYVERN_HORDE | |
| WYVERN_ALLIANCE | |
Definition at line 220 of file OutdoorPvPNA.h.
| const go_type AllianceControlGOs[NA_CONTROL_GO_NUM] |
Definition at line 127 of file OutdoorPvPNA.h.
Referenced by OPvPCapturePointNA::HandleOpenGo(), and OPvPCapturePointNA::SpawnGOsForTeam().
| const creature_type AllianceControlNPCs[NA_CONTROL_NPC_NUM] |
Definition at line 196 of file OutdoorPvPNA.h.
Referenced by OPvPCapturePointNA::SpawnNPCsForTeam().
| const uint32 FLIGHT_NODES_NUM = 4 |
Definition at line 73 of file OutdoorPvPNA.h.
| const uint32 FlightPathEndNodes[FLIGHT_NODES_NUM] = {104, 106, 108, 110} |
Definition at line 97 of file OutdoorPvPNA.h.
Referenced by OPvPCapturePointNA::HandleCustomSpell().
| const uint32 FlightPathStartNodes[FLIGHT_NODES_NUM] = {103, 105, 107, 109} |
Definition at line 96 of file OutdoorPvPNA.h.
Referenced by OPvPCapturePointNA::HandleCustomSpell().
| const go_type HordeControlGOs[NA_CONTROL_GO_NUM] |
Definition at line 108 of file OutdoorPvPNA.h.
Referenced by OPvPCapturePointNA::HandleOpenGo(), and OPvPCapturePointNA::SpawnGOsForTeam().
| const creature_type HordeControlNPCs[NA_CONTROL_NPC_NUM] |
Definition at line 172 of file OutdoorPvPNA.h.
Referenced by OPvPCapturePointNA::SpawnNPCsForTeam().
| const uint32 NA_BUFF_ZONE = 3518 |
Definition at line 25 of file OutdoorPvPNA.h.
Referenced by OutdoorPvPNA::SetupOutdoorPvP().
| const uint32 NA_CREDIT_MARKER = 24867 |
Definition at line 21 of file OutdoorPvPNA.h.
Referenced by OutdoorPvPNA::HandleKillImpl().
| const uint32 NA_GUARD_CHECK_TIME = 500 |
Definition at line 33 of file OutdoorPvPNA.h.
Referenced by OPvPCapturePointNA::OPvPCapturePointNA(), and OPvPCapturePointNA::Update().
| const uint32 NA_GUARDS_MAX = 15 |
Definition at line 23 of file OutdoorPvPNA.h.
Referenced by OPvPCapturePointNA::FactionTakeOver(), and OPvPCapturePointNA::FillInitialWorldStates().
| const uint32 NA_HALAA_GRAVEYARD = 993 |
Definition at line 27 of file OutdoorPvPNA.h.
Referenced by OPvPCapturePointNA::FactionTakeOver().
| const uint32 NA_HALAA_GRAVEYARD_ZONE = 3518 |
Definition at line 29 of file OutdoorPvPNA.h.
Referenced by OPvPCapturePointNA::FactionTakeOver().
| const uint32 NA_RESPAWN_TIME = 3600000 |
Definition at line 31 of file OutdoorPvPNA.h.
Referenced by OPvPCapturePointNA::OPvPCapturePointNA(), and OPvPCapturePointNA::Update().