AzerothCore 3.3.5a
OpenSource WoW Emulator
|
#include "OutdoorPvPNA.h"
#include "CreatureScript.h"
#include "GameGraveyard.h"
#include "GridNotifiers.h"
#include "Language.h"
#include "MapMgr.h"
#include "ObjectMgr.h"
#include "OutdoorPvPMgr.h"
#include "OutdoorPvPScript.h"
#include "Player.h"
#include "ScriptedCreature.h"
#include "World.h"
#include "WorldPacket.h"
Go to the source code of this file.
Classes | |
class | OutdoorPvP_nagrand |
struct | outdoorpvp_na_halaa_creatures |
Functions | |
void | UpdateCreatureHalaa (ObjectGuid::LowType spawnId, Map *map, float x, float y) |
void | FlagPlayerPvP (Player *player) |
void | AddSC_outdoorpvp_na () |
Variables | |
HalaaNPCS | halaaNPCHorde |
HalaaNPCS | halaaNPCAlly |
void AddSC_outdoorpvp_na | ( | ) |
References RegisterCreatureAI.
Referenced by AddOutdoorPvPScripts().
void FlagPlayerPvP | ( | Player * | player | ) |
References PLAYER_FLAGS_IN_PVP, Player::SetPlayerFlag(), and Player::UpdatePvP().
Referenced by OPvPCapturePointNA::HandleCustomSpell(), and OPvPCapturePointNA::HandleOpenGo().
void UpdateCreatureHalaa | ( | ObjectGuid::LowType | spawnId, |
Map * | map, | ||
float | x, | ||
float | y | ||
) |
References Map::Instanceable(), Map::IsRemovalGrid(), Creature::LoadCreatureFromDB(), LOG_ERROR, and sObjectMgr.
Referenced by OPvPCapturePointNA::SpawnNPCsForTeam().
HalaaNPCS halaaNPCAlly |
HalaaNPCS halaaNPCHorde |