![]() |
TrinityCore
|
#include "OutdoorPvPHP.h"#include "GameObject.h"#include "Map.h"#include "OutdoorPvPMgr.h"#include "Player.h"#include "ScriptMgr.h"#include "WorldStatePackets.h"
Include dependency graph for OutdoorPvPHP.cpp:Go to the source code of this file.
Classes | |
| class | OutdoorPvP_hellfire_peninsula |
Functions | |
| void | AddSC_outdoorpvp_hp () |
Variables | |
| uint32 const | OutdoorPvPHPBuffZonesNum = 6 |
| uint32 const | OutdoorPvPHPBuffZones [OutdoorPvPHPBuffZonesNum] = { 3483, 3563, 3562, 3713, 3714, 3836 } |
| uint32 const | HP_CREDITMARKER [HP_TOWER_NUM] = { 19032, 19028, 19029 } |
| uint32 const | HP_MAP_N [HP_TOWER_NUM] = { 0x9b5, 0x9b2, 0x9a8 } |
| uint32 const | HP_MAP_A [HP_TOWER_NUM] = { 0x9b3, 0x9b0, 0x9a7 } |
| uint32 const | HP_MAP_H [HP_TOWER_NUM] = { 0x9b4, 0x9b1, 0x9a6 } |
| uint32 const | HP_TowerArtKit_A [HP_TOWER_NUM] = { 65, 62, 67 } |
| uint32 const | HP_TowerArtKit_H [HP_TOWER_NUM] = { 64, 61, 68 } |
| uint32 const | HP_TowerArtKit_N [HP_TOWER_NUM] = { 66, 63, 69 } |
| go_type const | HPCapturePoints [HP_TOWER_NUM] |
| go_type const | HPTowerFlags [HP_TOWER_NUM] |
| uint32 const | HP_LANG_CAPTURE_A [HP_TOWER_NUM] = { TEXT_BROKEN_HILL_TAKEN_ALLIANCE, TEXT_OVERLOOK_TAKEN_ALLIANCE, TEXT_STADIUM_TAKEN_ALLIANCE } |
| uint32 const | HP_LANG_CAPTURE_H [HP_TOWER_NUM] = { TEXT_BROKEN_HILL_TAKEN_HORDE, TEXT_OVERLOOK_TAKEN_HORDE, TEXT_STADIUM_TAKEN_HORDE } |
| void AddSC_outdoorpvp_hp | ( | ) |
| uint32 const HP_CREDITMARKER[HP_TOWER_NUM] = { 19032, 19028, 19029 } |
Definition at line 28 of file OutdoorPvPHP.cpp.
| uint32 const HP_LANG_CAPTURE_A[HP_TOWER_NUM] = { TEXT_BROKEN_HILL_TAKEN_ALLIANCE, TEXT_OVERLOOK_TAKEN_ALLIANCE, TEXT_STADIUM_TAKEN_ALLIANCE } |
Definition at line 52 of file OutdoorPvPHP.cpp.
| uint32 const HP_LANG_CAPTURE_H[HP_TOWER_NUM] = { TEXT_BROKEN_HILL_TAKEN_HORDE, TEXT_OVERLOOK_TAKEN_HORDE, TEXT_STADIUM_TAKEN_HORDE } |
Definition at line 53 of file OutdoorPvPHP.cpp.
| uint32 const HP_MAP_A[HP_TOWER_NUM] = { 0x9b3, 0x9b0, 0x9a7 } |
Definition at line 32 of file OutdoorPvPHP.cpp.
| uint32 const HP_MAP_H[HP_TOWER_NUM] = { 0x9b4, 0x9b1, 0x9a6 } |
Definition at line 33 of file OutdoorPvPHP.cpp.
| uint32 const HP_MAP_N[HP_TOWER_NUM] = { 0x9b5, 0x9b2, 0x9a8 } |
Definition at line 31 of file OutdoorPvPHP.cpp.
| uint32 const HP_TowerArtKit_A[HP_TOWER_NUM] = { 65, 62, 67 } |
Definition at line 34 of file OutdoorPvPHP.cpp.
| uint32 const HP_TowerArtKit_H[HP_TOWER_NUM] = { 64, 61, 68 } |
Definition at line 35 of file OutdoorPvPHP.cpp.
| uint32 const HP_TowerArtKit_N[HP_TOWER_NUM] = { 66, 63, 69 } |
Definition at line 36 of file OutdoorPvPHP.cpp.
| go_type const HPCapturePoints[HP_TOWER_NUM] |
Definition at line 38 of file OutdoorPvPHP.cpp.
| go_type const HPTowerFlags[HP_TOWER_NUM] |
Definition at line 45 of file OutdoorPvPHP.cpp.
| uint32 const OutdoorPvPHPBuffZones[OutdoorPvPHPBuffZonesNum] = { 3483, 3563, 3562, 3713, 3714, 3836 } |
Definition at line 27 of file OutdoorPvPHP.cpp.
| uint32 const OutdoorPvPHPBuffZonesNum = 6 |
Definition at line 26 of file OutdoorPvPHP.cpp.