![]() |
TrinityCore
|
#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 } } |
| void AddSC_outdoorpvp_ep | ( | ) |
| uint32 const EP_AllianceBuffs[4] = { 11413, 11414, 11415, 1386 } |
Definition at line 30 of file OutdoorPvPEP.cpp.
| uint32 const EP_CGT_CM = 17689 |
Definition at line 36 of file OutdoorPvPEP.cpp.
| uint32 const EP_EWT_CM = 17690 |
Definition at line 35 of file OutdoorPvPEP.cpp.
| uint8 const EP_EWT_NUM_CREATURES = 5 |
Definition at line 60 of file OutdoorPvPEP.cpp.
| creature_type const EP_EWT_Summons_A[EP_EWT_NUM_CREATURES] |
Definition at line 64 of file OutdoorPvPEP.cpp.
| creature_type const EP_EWT_Summons_H[EP_EWT_NUM_CREATURES] |
Definition at line 73 of file OutdoorPvPEP.cpp.
| uint32 const EP_GraveyardId = 927 |
Definition at line 33 of file OutdoorPvPEP.cpp.
| uint32 const EP_GraveyardZone = 139 |
Definition at line 32 of file OutdoorPvPEP.cpp.
| uint32 const EP_HordeBuffs[4] = { 30880, 30683, 30682, 29520 } |
Definition at line 31 of file OutdoorPvPEP.cpp.
| uint32 const EP_NPT_CM = 17696 |
Definition at line 37 of file OutdoorPvPEP.cpp.
| 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.
| uint32 const EP_PWT_CM = 17698 |
Definition at line 38 of file OutdoorPvPEP.cpp.
| creature_type const EP_PWT_FlightMaster = { 17209, 0, { 2987.5f, -3049.11f, 120.126f, 5.75959f } } |
Definition at line 83 of file OutdoorPvPEP.cpp.
| uint32 const EPBuffZones[EPBuffZonesNum] = { 139, 2017, 2057 } |
Definition at line 39 of file OutdoorPvPEP.cpp.
| uint8 const EPBuffZonesNum = 3 |
Definition at line 34 of file OutdoorPvPEP.cpp.
| go_type const EPCapturePoints[EP_TOWER_NUM] |
Definition at line 43 of file OutdoorPvPEP.cpp.
| go_type const EPTowerFlags[EP_TOWER_NUM] |
Definition at line 51 of file OutdoorPvPEP.cpp.