![]() |
AzerothCore 3.3.5a
OpenSource WoW Emulator
|
Go to the source code of this file.
Classes | |
class | OPvPCapturePointEP_EWT |
class | OPvPCapturePointEP_NPT |
class | OPvPCapturePointEP_CGT |
class | OPvPCapturePointEP_PWT |
class | OutdoorPvPEP |
Enumerations | |
enum | EP_Summons { EP_EWT_COMMANDER = 0 , EP_EWT_SOLDIER1 , EP_EWT_SOLDIER2 , EP_EWT_SOLDIER3 , EP_EWT_SOLDIER4 , EP_PWT_FLIGHTMASTER } |
enum | EP_GoSummons { EP_NPT_BUFF = 0 , EP_NPT_FLAGS , EP_EWT_FLAGS , EP_CGT_FLAGS , EP_PWT_FLAGS } |
enum | EP_Towers { EP_EWT = 0 , EP_NPT , EP_PWT , EP_CGT , EP_TOWER_NUM } |
enum | EP_TowerStates { EP_TS_N = 1 , EP_TS_N_A = 2 , EP_TS_N_H = 4 , EP_TS_A_P = 8 , EP_TS_H_P = 16 , EP_TS_A = 32 , EP_TS_H = 64 } |
Variables | |
const uint32 | EP_AllianceBuffs [4] = {11413, 11414, 11415, 1386} |
const uint32 | EP_HordeBuffs [4] = {30880, 30683, 30682, 29520} |
const uint32 | EP_GraveyardZone = 139 |
const uint32 | EP_GraveyardId = 927 |
const uint8 | EPBuffZonesNum = 3 |
const uint32 | EP_EWT_CM = 17690 |
const uint32 | EP_CGT_CM = 17689 |
const uint32 | EP_NPT_CM = 17696 |
const uint32 | EP_PWT_CM = 17698 |
const uint32 | EPBuffZones [EPBuffZonesNum] = {139, 2017, 2057} |
const go_type | EPCapturePoints [EP_TOWER_NUM] |
const go_type | EPTowerFlags [EP_TOWER_NUM] |
const uint8 | EP_NUM_CREATURES = 6 |
const uint8 | EP_EWT_NUM_CREATURES = 5 |
const creature_type | EP_EWT_Summons_A [EP_EWT_NUM_CREATURES] |
const creature_type | EP_EWT_Summons_H [EP_EWT_NUM_CREATURES] |
const creature_type | EP_PWT_FlightMaster = {17209, 0, 2987.5f, -3049.11f, 120.126f, 5.75959f} |
const go_type | EP_NPT_LordaeronShrine = {181682, 0, 3167.72f, -4355.91f, 138.785f, 1.69297f, 0.0f, 0.0f, 0.748956f, 0.66262f} |
enum EP_GoSummons |
Enumerator | |
---|---|
EP_NPT_BUFF | |
EP_NPT_FLAGS | |
EP_EWT_FLAGS | |
EP_CGT_FLAGS | |
EP_PWT_FLAGS |
enum EP_Summons |
Enumerator | |
---|---|
EP_EWT_COMMANDER | |
EP_EWT_SOLDIER1 | |
EP_EWT_SOLDIER2 | |
EP_EWT_SOLDIER3 | |
EP_EWT_SOLDIER4 | |
EP_PWT_FLIGHTMASTER |
enum EP_Towers |
Enumerator | |
---|---|
EP_EWT | |
EP_NPT | |
EP_PWT | |
EP_CGT | |
EP_TOWER_NUM |
enum EP_TowerStates |
const uint32 EP_AllianceBuffs[4] = {11413, 11414, 11415, 1386} |
Referenced by OutdoorPvPEP::BuffTeams(), OutdoorPvPEP::HandlePlayerEnterZone(), and OutdoorPvPEP::HandlePlayerLeaveZone().
const uint32 EP_CGT_CM = 17689 |
Referenced by OPvPCapturePointEP_CGT::ChangeState().
const uint32 EP_EWT_CM = 17690 |
Referenced by OPvPCapturePointEP_EWT::ChangeState().
const uint8 EP_EWT_NUM_CREATURES = 5 |
Referenced by OPvPCapturePointEP_EWT::SummonSupportUnitAtNorthpassTower().
const creature_type EP_EWT_Summons_A[EP_EWT_NUM_CREATURES] |
Referenced by OPvPCapturePointEP_EWT::SummonSupportUnitAtNorthpassTower().
const creature_type EP_EWT_Summons_H[EP_EWT_NUM_CREATURES] |
Referenced by OPvPCapturePointEP_EWT::SummonSupportUnitAtNorthpassTower().
const uint32 EP_GraveyardId = 927 |
Referenced by OPvPCapturePointEP_CGT::LinkGraveyard().
const uint32 EP_GraveyardZone = 139 |
const uint32 EP_HordeBuffs[4] = {30880, 30683, 30682, 29520} |
Referenced by OutdoorPvPEP::BuffTeams(), OutdoorPvPEP::HandlePlayerEnterZone(), and OutdoorPvPEP::HandlePlayerLeaveZone().
const uint32 EP_NPT_CM = 17696 |
Referenced by OPvPCapturePointEP_NPT::ChangeState().
const go_type EP_NPT_LordaeronShrine = {181682, 0, 3167.72f, -4355.91f, 138.785f, 1.69297f, 0.0f, 0.0f, 0.748956f, 0.66262f} |
Referenced by OPvPCapturePointEP_NPT::SummonGO().
const uint8 EP_NUM_CREATURES = 6 |
const uint32 EP_PWT_CM = 17698 |
Referenced by OPvPCapturePointEP_PWT::ChangeState().
const creature_type EP_PWT_FlightMaster = {17209, 0, 2987.5f, -3049.11f, 120.126f, 5.75959f} |
Referenced by OPvPCapturePointEP_PWT::SummonFlightMaster().
const uint32 EPBuffZones[EPBuffZonesNum] = {139, 2017, 2057} |
Referenced by OutdoorPvPEP::SetupOutdoorPvP().
const uint8 EPBuffZonesNum = 3 |
Referenced by OutdoorPvPEP::SetupOutdoorPvP().
const go_type EPCapturePoints[EP_TOWER_NUM] |
Referenced by OPvPCapturePointEP_CGT::OPvPCapturePointEP_CGT(), OPvPCapturePointEP_EWT::OPvPCapturePointEP_EWT(), OPvPCapturePointEP_NPT::OPvPCapturePointEP_NPT(), and OPvPCapturePointEP_PWT::OPvPCapturePointEP_PWT().
const go_type EPTowerFlags[EP_TOWER_NUM] |
Referenced by OPvPCapturePointEP_CGT::OPvPCapturePointEP_CGT(), OPvPCapturePointEP_EWT::OPvPCapturePointEP_EWT(), OPvPCapturePointEP_NPT::OPvPCapturePointEP_NPT(), and OPvPCapturePointEP_PWT::OPvPCapturePointEP_PWT().