![]() |
TrinityCore
|
#include "GameObject.h"#include "Map.h"#include "ObjectAccessor.h"#include "OutdoorPvPMgr.h"#include "OutdoorPvPTF.h"#include "Player.h"#include "ScriptMgr.h"#include "WorldStatePackets.h"
Include dependency graph for OutdoorPvPTF.cpp:Go to the source code of this file.
Classes | |
| struct | tf_tower_world_state |
| class | OutdoorPvP_terokkar_forest |
Functions | |
| void | AddSC_outdoorpvp_tf () |
Variables | |
| uint8 const | OutdoorPvPTFBuffZonesNum = 5 |
| uint32 const | OutdoorPvPTFBuffZones [OutdoorPvPTFBuffZonesNum] |
| uint32 const | TF_LOCK_TIME = 3600 * 6 * 1000 |
| uint32 const | TF_LOCK_TIME_UPDATE = 15000 |
| int32 const | TF_CAPTURE_BUFF = 33377 |
| uint32 const | TF_ALLY_QUEST = 11505 |
| uint32 const | TF_HORDE_QUEST = 11506 |
| go_type const | TFCapturePoints [TF_TOWER_NUM] |
| tf_tower_world_state const | TFTowerWorldStates [TF_TOWER_NUM] |
| void AddSC_outdoorpvp_tf | ( | ) |
| uint32 const OutdoorPvPTFBuffZones[OutdoorPvPTFBuffZonesNum] |
Definition at line 28 of file OutdoorPvPTF.cpp.
| uint8 const OutdoorPvPTFBuffZonesNum = 5 |
Definition at line 27 of file OutdoorPvPTF.cpp.
| uint32 const TF_ALLY_QUEST = 11505 |
Definition at line 46 of file OutdoorPvPTF.cpp.
| int32 const TF_CAPTURE_BUFF = 33377 |
Definition at line 44 of file OutdoorPvPTF.cpp.
| uint32 const TF_HORDE_QUEST = 11506 |
Definition at line 47 of file OutdoorPvPTF.cpp.
| uint32 const TF_LOCK_TIME = 3600 * 6 * 1000 |
Definition at line 38 of file OutdoorPvPTF.cpp.
| uint32 const TF_LOCK_TIME_UPDATE = 15000 |
Definition at line 41 of file OutdoorPvPTF.cpp.
| go_type const TFCapturePoints[TF_TOWER_NUM] |
Definition at line 49 of file OutdoorPvPTF.cpp.
| tf_tower_world_state const TFTowerWorldStates[TF_TOWER_NUM] |
Definition at line 65 of file OutdoorPvPTF.cpp.