![]() |
TrinityCore
|
#include "OutdoorPvPZM.h"#include "Creature.h"#include "GossipDef.h"#include "MapManager.h"#include "ObjectAccessor.h"#include "ObjectMgr.h"#include "OutdoorPvPMgr.h"#include "Player.h"#include "ScriptMgr.h"#include "WorldStatePackets.h"
Include dependency graph for OutdoorPvPZM.cpp:Go to the source code of this file.
Classes | |
| struct | zm_beacon |
| class | OutdoorPvP_zangarmarsh |
Functions | |
| void | AddSC_outdoorpvp_zm () |
Variables | |
| uint8 const | OutdoorPvPZMBuffZonesNum = 5 |
| uint32 const | OutdoorPvPZMBuffZones [OutdoorPvPZMBuffZonesNum] = { 3521, 3607, 3717, 3715, 3716 } |
| uint32 const | ZM_GRAVEYARD_ZONE = 3521 |
| uint32 const | ZM_GRAVEYARD_ID = 969 |
| go_type const | ZM_Banner_A = { 182527, 530, { 253.54f, 7083.81f, 36.7728f, -0.017453f }, { 0.0f, 0.0f, 0.008727f, -0.999962f } } |
| go_type const | ZM_Banner_H = { 182528, 530, { 253.54f, 7083.81f, 36.7728f, -0.017453f }, { 0.0f, 0.0f, 0.008727f, -0.999962f } } |
| go_type const | ZM_Banner_N = { 182529, 530, { 253.54f, 7083.81f, 36.7728f, -0.017453f }, { 0.0f, 0.0f, 0.008727f, -0.999962f } } |
| creature_type const | ZM_HordeFieldScout = { 18564, 530, { 296.625f, 7818.4f, 42.6294f, 5.18363f } } |
| creature_type const | ZM_AllianceFieldScout = { 18581, 530, { 374.395f, 6230.08f, 22.8351f, 0.593412f } } |
| zm_beacon const | ZMBeaconInfo [ZM_NUM_BEACONS] |
| uint32 const | ZMBeaconCaptureA [ZM_NUM_BEACONS] |
| uint32 const | ZMBeaconCaptureH [ZM_NUM_BEACONS] |
| go_type const | ZMCapturePoints [ZM_NUM_BEACONS] |
| void AddSC_outdoorpvp_zm | ( | ) |
| uint32 const OutdoorPvPZMBuffZones[OutdoorPvPZMBuffZonesNum] = { 3521, 3607, 3717, 3715, 3716 } |
Definition at line 32 of file OutdoorPvPZM.cpp.
| uint8 const OutdoorPvPZMBuffZonesNum = 5 |
Definition at line 29 of file OutdoorPvPZM.cpp.
| creature_type const ZM_AllianceFieldScout = { 18581, 530, { 374.395f, 6230.08f, 22.8351f, 0.593412f } } |
Definition at line 49 of file OutdoorPvPZM.cpp.
| go_type const ZM_Banner_A = { 182527, 530, { 253.54f, 7083.81f, 36.7728f, -0.017453f }, { 0.0f, 0.0f, 0.008727f, -0.999962f } } |
Definition at line 41 of file OutdoorPvPZM.cpp.
| go_type const ZM_Banner_H = { 182528, 530, { 253.54f, 7083.81f, 36.7728f, -0.017453f }, { 0.0f, 0.0f, 0.008727f, -0.999962f } } |
Definition at line 42 of file OutdoorPvPZM.cpp.
| go_type const ZM_Banner_N = { 182529, 530, { 253.54f, 7083.81f, 36.7728f, -0.017453f }, { 0.0f, 0.0f, 0.008727f, -0.999962f } } |
Definition at line 43 of file OutdoorPvPZM.cpp.
| uint32 const ZM_GRAVEYARD_ID = 969 |
Definition at line 38 of file OutdoorPvPZM.cpp.
| uint32 const ZM_GRAVEYARD_ZONE = 3521 |
Definition at line 35 of file OutdoorPvPZM.cpp.
| creature_type const ZM_HordeFieldScout = { 18564, 530, { 296.625f, 7818.4f, 42.6294f, 5.18363f } } |
Definition at line 46 of file OutdoorPvPZM.cpp.
| uint32 const ZMBeaconCaptureA[ZM_NUM_BEACONS] |
Definition at line 69 of file OutdoorPvPZM.cpp.
| uint32 const ZMBeaconCaptureH[ZM_NUM_BEACONS] |
Definition at line 75 of file OutdoorPvPZM.cpp.
| zm_beacon const ZMBeaconInfo[ZM_NUM_BEACONS] |
Definition at line 63 of file OutdoorPvPZM.cpp.
| go_type const ZMCapturePoints[ZM_NUM_BEACONS] |
Definition at line 81 of file OutdoorPvPZM.cpp.