TrinityCore
Loading...
Searching...
No Matches
OutdoorPvPEP.cpp File Reference
#include "OutdoorPvPEP.h"
#include "Creature.h"
#include "GameObject.h"
#include "GossipDef.h"
#include "MapManager.h"
#include "ObjectAccessor.h"
#include "ObjectMgr.h"
#include "OutdoorPvPMgr.h"
#include "ScriptMgr.h"
#include "Player.h"
#include "WorldStatePackets.h"
+ Include dependency graph for OutdoorPvPEP.cpp:

Go to the source code of this file.

Classes

class  OutdoorPvP_eastern_plaguelands
 

Functions

void AddSC_outdoorpvp_ep ()
 

Variables

uint32 const EP_AllianceBuffs [4] = { 11413, 11414, 11415, 1386 }
 
uint32 const EP_HordeBuffs [4] = { 30880, 30683, 30682, 29520 }
 
uint32 const EP_GraveyardZone = 139
 
uint32 const EP_GraveyardId = 927
 
uint8 const EPBuffZonesNum = 3
 
uint32 const EP_EWT_CM = 17690
 
uint32 const EP_CGT_CM = 17689
 
uint32 const EP_NPT_CM = 17696
 
uint32 const EP_PWT_CM = 17698
 
uint32 const EPBuffZones [EPBuffZonesNum] = { 139, 2017, 2057 }
 
go_type const EPCapturePoints [EP_TOWER_NUM]
 
go_type const EPTowerFlags [EP_TOWER_NUM]
 
uint8 const EP_EWT_NUM_CREATURES = 5
 
creature_type const EP_EWT_Summons_A [EP_EWT_NUM_CREATURES]
 
creature_type const EP_EWT_Summons_H [EP_EWT_NUM_CREATURES]
 
creature_type const EP_PWT_FlightMaster = { 17209, 0, { 2987.5f, -3049.11f, 120.126f, 5.75959f } }
 
go_type const EP_NPT_LordaeronShrine = { 181682, 0, { 3167.72f, -4355.91f, 138.785f, 1.69297f }, { 0.0f, 0.0f, 0.748956f, 0.66262f } }
 

Function Documentation

◆ AddSC_outdoorpvp_ep()

void AddSC_outdoorpvp_ep ( )

Definition at line 671 of file OutdoorPvPEP.cpp.

+ Here is the caller graph for this function:

Variable Documentation

◆ EP_AllianceBuffs

uint32 const EP_AllianceBuffs[4] = { 11413, 11414, 11415, 1386 }

Definition at line 30 of file OutdoorPvPEP.cpp.

◆ EP_CGT_CM

uint32 const EP_CGT_CM = 17689

Definition at line 36 of file OutdoorPvPEP.cpp.

◆ EP_EWT_CM

uint32 const EP_EWT_CM = 17690

Definition at line 35 of file OutdoorPvPEP.cpp.

◆ EP_EWT_NUM_CREATURES

uint8 const EP_EWT_NUM_CREATURES = 5

Definition at line 60 of file OutdoorPvPEP.cpp.

◆ EP_EWT_Summons_A

creature_type const EP_EWT_Summons_A[EP_EWT_NUM_CREATURES]
Initial value:
=
{
{ 17635, 0, { 3167.61f, -4352.09f, 138.20f, 4.5811f } },
{ 17647, 0, { 3172.74f, -4352.99f, 139.14f, 4.9873f } },
{ 17647, 0, { 3165.89f, -4354.46f, 138.67f, 3.7244f } },
{ 17647, 0, { 3164.65f, -4350.26f, 138.22f, 2.4794f } },
{ 17647, 0, { 3169.91f, -4349.68f, 138.37f, 0.7444f } }
}

Definition at line 64 of file OutdoorPvPEP.cpp.

◆ EP_EWT_Summons_H

creature_type const EP_EWT_Summons_H[EP_EWT_NUM_CREATURES]
Initial value:
=
{
{ 17995, 0, { 3167.61f, -4352.09f, 138.20f, 4.5811f } },
{ 17996, 0, { 3172.74f, -4352.99f, 139.14f, 4.9873f } },
{ 17996, 0, { 3165.89f, -4354.46f, 138.67f, 3.7244f } },
{ 17996, 0, { 3164.65f, -4350.26f, 138.22f, 2.4794f } },
{ 17996, 0, { 3169.91f, -4349.68f, 138.37f, 0.7444f } }
}

Definition at line 73 of file OutdoorPvPEP.cpp.

◆ EP_GraveyardId

uint32 const EP_GraveyardId = 927

Definition at line 33 of file OutdoorPvPEP.cpp.

◆ EP_GraveyardZone

uint32 const EP_GraveyardZone = 139

Definition at line 32 of file OutdoorPvPEP.cpp.

◆ EP_HordeBuffs

uint32 const EP_HordeBuffs[4] = { 30880, 30683, 30682, 29520 }

Definition at line 31 of file OutdoorPvPEP.cpp.

◆ EP_NPT_CM

uint32 const EP_NPT_CM = 17696

Definition at line 37 of file OutdoorPvPEP.cpp.

◆ EP_NPT_LordaeronShrine

go_type const EP_NPT_LordaeronShrine = { 181682, 0, { 3167.72f, -4355.91f, 138.785f, 1.69297f }, { 0.0f, 0.0f, 0.748956f, 0.66262f } }

Definition at line 86 of file OutdoorPvPEP.cpp.

◆ EP_PWT_CM

uint32 const EP_PWT_CM = 17698

Definition at line 38 of file OutdoorPvPEP.cpp.

◆ EP_PWT_FlightMaster

creature_type const EP_PWT_FlightMaster = { 17209, 0, { 2987.5f, -3049.11f, 120.126f, 5.75959f } }

Definition at line 83 of file OutdoorPvPEP.cpp.

◆ EPBuffZones

uint32 const EPBuffZones[EPBuffZonesNum] = { 139, 2017, 2057 }

Definition at line 39 of file OutdoorPvPEP.cpp.

◆ EPBuffZonesNum

uint8 const EPBuffZonesNum = 3

Definition at line 34 of file OutdoorPvPEP.cpp.

◆ EPCapturePoints

go_type const EPCapturePoints[EP_TOWER_NUM]
Initial value:
=
{
{ 182097, 0, { 2574.51f, -4794.89f, 144.704f, -1.45003f }, { -0.097056f, 0.095578f, -0.656229f, 0.742165f } },
{ 181899, 0, { 3181.08f, -4379.36f, 174.123f, -2.03472f }, { -0.065392f, 0.119494f, -0.842275f, 0.521553f } },
{ 182098, 0, { 2962.71f, -3042.31f, 154.789f, 2.08426f }, { -0.074807f, -0.113837f, 0.855928f, 0.498830f } },
{ 182096, 0, { 1860.85f, -3731.23f, 196.716f, -2.53214f }, { 0.033967f, -0.131914f, 0.944741f, -0.298177f } }
}

Definition at line 43 of file OutdoorPvPEP.cpp.

◆ EPTowerFlags

go_type const EPTowerFlags[EP_TOWER_NUM]
Initial value:
=
{
{ 182106, 0, { 2569.60f, -4772.93f, 115.399f, 2.722710f }, { 0.0f, 0.0f, 0.978148f, 0.207912f } },
{ 182106, 0, { 3148.17f, -4365.51f, 145.029f, 1.535890f }, { 0.0f, 0.0f, 0.694658f, 0.719340f } },
{ 182106, 0, { 2992.63f, -3022.95f, 125.593f, 3.036870f }, { 0.0f, 0.0f, 0.998630f, 0.052336f } },
{ 182106, 0, { 1838.42f, -3703.56f, 167.713f, 0.890118f }, { 0.0f, 0.0f, 0.430511f, 0.902585f } }
}

Definition at line 51 of file OutdoorPvPEP.cpp.