AzerothCore 3.3.5a
OpenSource WoW Emulator
Loading...
Searching...
No Matches
OutdoorPvPHP.cpp File Reference
#include "OutdoorPvPHP.h"
#include "CreatureScript.h"
#include "Language.h"
#include "MapMgr.h"
#include "ObjectMgr.h"
#include "OutdoorPvP.h"
#include "OutdoorPvPScript.h"
#include "Player.h"
#include "World.h"
#include "WorldPacket.h"
#include "WorldSessionMgr.h"

Go to the source code of this file.

Classes

class  OutdoorPvP_hellfire_peninsula
 

Functions

void AddSC_outdoorpvp_hp ()
 

Variables

const uint32 HP_LANG_LOSE_A [HP_TOWER_NUM] = {LANG_OPVP_HP_LOSE_BROKENHILL_A, LANG_OPVP_HP_LOSE_OVERLOOK_A, LANG_OPVP_HP_LOSE_STADIUM_A}
 
const uint32 HP_LANG_LOSE_H [HP_TOWER_NUM] = {LANG_OPVP_HP_LOSE_BROKENHILL_H, LANG_OPVP_HP_LOSE_OVERLOOK_H, LANG_OPVP_HP_LOSE_STADIUM_H}
 
const uint32 HP_LANG_CAPTURE_A [HP_TOWER_NUM] = {LANG_OPVP_HP_CAPTURE_BROKENHILL_A, LANG_OPVP_HP_CAPTURE_OVERLOOK_A, LANG_OPVP_HP_CAPTURE_STADIUM_A}
 
const uint32 HP_LANG_CAPTURE_H [HP_TOWER_NUM] = {LANG_OPVP_HP_CAPTURE_BROKENHILL_H, LANG_OPVP_HP_CAPTURE_OVERLOOK_H, LANG_OPVP_HP_CAPTURE_STADIUM_H}
 

Function Documentation

◆ AddSC_outdoorpvp_hp()

void AddSC_outdoorpvp_hp ( )
375{
377}
Definition OutdoorPvPHP.cpp:361

Referenced by AddOutdoorPvPScripts().

Variable Documentation

◆ HP_LANG_CAPTURE_A

@ LANG_OPVP_HP_CAPTURE_OVERLOOK_A
Definition Language.h:1202
@ LANG_OPVP_HP_CAPTURE_STADIUM_A
Definition Language.h:1204
@ LANG_OPVP_HP_CAPTURE_BROKENHILL_A
Definition Language.h:1206

Referenced by OPvPCapturePointHP::ChangeState().

◆ HP_LANG_CAPTURE_H

@ LANG_OPVP_HP_CAPTURE_OVERLOOK_H
Definition Language.h:1201
@ LANG_OPVP_HP_CAPTURE_BROKENHILL_H
Definition Language.h:1205
@ LANG_OPVP_HP_CAPTURE_STADIUM_H
Definition Language.h:1203

Referenced by OPvPCapturePointHP::ChangeState().

◆ HP_LANG_LOSE_A

@ LANG_OPVP_HP_LOSE_STADIUM_A
Definition Language.h:1210
@ LANG_OPVP_HP_LOSE_BROKENHILL_A
Definition Language.h:1212
@ LANG_OPVP_HP_LOSE_OVERLOOK_A
Definition Language.h:1208

Referenced by OPvPCapturePointHP::ChangeState().

◆ HP_LANG_LOSE_H

@ LANG_OPVP_HP_LOSE_STADIUM_H
Definition Language.h:1209
@ LANG_OPVP_HP_LOSE_BROKENHILL_H
Definition Language.h:1211
@ LANG_OPVP_HP_LOSE_OVERLOOK_H
Definition Language.h:1207

Referenced by OPvPCapturePointHP::ChangeState().