TrinityCore
Loading...
Searching...
No Matches
OutdoorPvPHP.cpp File Reference
#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 }
 

Function Documentation

◆ AddSC_outdoorpvp_hp()

void AddSC_outdoorpvp_hp ( )

Definition at line 333 of file OutdoorPvPHP.cpp.

+ Here is the caller graph for this function:

Variable Documentation

◆ HP_CREDITMARKER

uint32 const HP_CREDITMARKER[HP_TOWER_NUM] = { 19032, 19028, 19029 }

Definition at line 28 of file OutdoorPvPHP.cpp.

◆ HP_LANG_CAPTURE_A

◆ HP_LANG_CAPTURE_H

◆ HP_MAP_A

uint32 const HP_MAP_A[HP_TOWER_NUM] = { 0x9b3, 0x9b0, 0x9a7 }

Definition at line 32 of file OutdoorPvPHP.cpp.

◆ HP_MAP_H

uint32 const HP_MAP_H[HP_TOWER_NUM] = { 0x9b4, 0x9b1, 0x9a6 }

Definition at line 33 of file OutdoorPvPHP.cpp.

◆ HP_MAP_N

uint32 const HP_MAP_N[HP_TOWER_NUM] = { 0x9b5, 0x9b2, 0x9a8 }

Definition at line 31 of file OutdoorPvPHP.cpp.

◆ HP_TowerArtKit_A

uint32 const HP_TowerArtKit_A[HP_TOWER_NUM] = { 65, 62, 67 }

Definition at line 34 of file OutdoorPvPHP.cpp.

◆ HP_TowerArtKit_H

uint32 const HP_TowerArtKit_H[HP_TOWER_NUM] = { 64, 61, 68 }

Definition at line 35 of file OutdoorPvPHP.cpp.

◆ HP_TowerArtKit_N

uint32 const HP_TowerArtKit_N[HP_TOWER_NUM] = { 66, 63, 69 }

Definition at line 36 of file OutdoorPvPHP.cpp.

◆ HPCapturePoints

go_type const HPCapturePoints[HP_TOWER_NUM]
Initial value:
=
{
{ 182175, 530, { -471.462f, 3451.09f, 34.6432f, 0.174533f }, { 0.0f, 0.0f, 0.087156f, 0.996195f } },
{ 182174, 530, { -184.889f, 3476.93f, 38.2050f, -0.017453f }, { 0.0f, 0.0f, 0.008727f, -0.999962f } },
{ 182173, 530, { -290.016f, 3702.42f, 56.6729f, 0.034907f }, { 0.0f, 0.0f, 0.017452f, 0.999848f } }
}

Definition at line 38 of file OutdoorPvPHP.cpp.

◆ HPTowerFlags

go_type const HPTowerFlags[HP_TOWER_NUM]
Initial value:
=
{
{ 183514, 530, { -467.078f, 3528.17f, 64.7121f, 3.14159f }, { 0.0f, 0.0f, 1.000000f, 0.000000f } },
{ 182525, 530, { -187.887f, 3459.38f, 60.0403f, -3.12414f }, { 0.0f, 0.0f, 0.999962f, -0.008727f } },
{ 183515, 530, { -289.610f, 3696.83f, 75.9447f, 3.12414f }, { 0.0f, 0.0f, 0.999962f, 0.008727f } }
}

Definition at line 45 of file OutdoorPvPHP.cpp.

◆ OutdoorPvPHPBuffZones

uint32 const OutdoorPvPHPBuffZones[OutdoorPvPHPBuffZonesNum] = { 3483, 3563, 3562, 3713, 3714, 3836 }

Definition at line 27 of file OutdoorPvPHP.cpp.

◆ OutdoorPvPHPBuffZonesNum

uint32 const OutdoorPvPHPBuffZonesNum = 6

Definition at line 26 of file OutdoorPvPHP.cpp.