TrinityCore
OutdoorPvPSI.cpp File Reference
#include "OutdoorPvPSI.h"
#include "DB2Stores.h"
#include "GameObject.h"
#include "Language.h"
#include "Map.h"
#include "ObjectMgr.h"
#include "PhasingHandler.h"
#include "Player.h"
#include "ReputationMgr.h"
#include "ScriptMgr.h"
#include "World.h"
#include "WorldStatePackets.h"
+ Include dependency graph for OutdoorPvPSI.cpp:

Go to the source code of this file.

Classes

class  OutdoorPvP_silithus
 

Functions

void AddSC_outdoorpvp_si ()
 

Variables

constexpr int32 SI_MAX_RESOURCES = 200
 
uint32 const SI_AREATRIGGER_H = 4168
 
uint32 const SI_AREATRIGGER_A = 4162
 
uint32 const SI_TURNIN_QUEST_CM_A = 17090
 
uint32 const SI_TURNIN_QUEST_CM_H = 18199
 
uint32 const SI_SILITHYST_MOUND = 181597
 
uint8 const OutdoorPvPSIBuffZonesNum = 3
 
uint32 const OutdoorPvPSIBuffZones [OutdoorPvPSIBuffZonesNum] = { 1377, 3428, 3429 }
 

Function Documentation

◆ AddSC_outdoorpvp_si()

void AddSC_outdoorpvp_si ( )

Definition at line 202 of file OutdoorPvPSI.cpp.

+ Here is the caller graph for this function:

Variable Documentation

◆ OutdoorPvPSIBuffZones

uint32 const OutdoorPvPSIBuffZones[OutdoorPvPSIBuffZonesNum] = { 1377, 3428, 3429 }

Definition at line 38 of file OutdoorPvPSI.cpp.

◆ OutdoorPvPSIBuffZonesNum

uint8 const OutdoorPvPSIBuffZonesNum = 3

Definition at line 37 of file OutdoorPvPSI.cpp.

◆ SI_AREATRIGGER_A

uint32 const SI_AREATRIGGER_A = 4162

Definition at line 33 of file OutdoorPvPSI.cpp.

◆ SI_AREATRIGGER_H

uint32 const SI_AREATRIGGER_H = 4168

Definition at line 32 of file OutdoorPvPSI.cpp.

◆ SI_MAX_RESOURCES

constexpr int32 SI_MAX_RESOURCES = 200
constexpr

Definition at line 31 of file OutdoorPvPSI.cpp.

◆ SI_SILITHYST_MOUND

uint32 const SI_SILITHYST_MOUND = 181597

Definition at line 36 of file OutdoorPvPSI.cpp.

◆ SI_TURNIN_QUEST_CM_A

uint32 const SI_TURNIN_QUEST_CM_A = 17090

Definition at line 34 of file OutdoorPvPSI.cpp.

◆ SI_TURNIN_QUEST_CM_H

uint32 const SI_TURNIN_QUEST_CM_H = 18199

Definition at line 35 of file OutdoorPvPSI.cpp.