TrinityCore
BattlegroundAV.cpp File Reference
#include "BattlegroundAV.h"
#include "Creature.h"
#include "CreatureAI.h"
#include "DB2Stores.h"
#include "GameObject.h"
#include "Log.h"
#include "Map.h"
#include "MotionMaster.h"
#include "ObjectMgr.h"
#include "Player.h"
+ Include dependency graph for BattlegroundAV.cpp:

Go to the source code of this file.

Enumerations

enum  AlteracValleyPvpStats {
  PVP_STAT_TOWERS_ASSAULTED = 61 , PVP_STAT_GRAVEYARDS_ASSAULTED = 63 , PVP_STAT_TOWERS_DEFENDED = 64 , PVP_STAT_GRAVEYARDS_DEFENDED = 65 ,
  PVP_STAT_SECONDARY_OBJECTIVES = 82
}
 
enum  AlteracValleyMisc { NEAR_LOSE_POINTS = 140 }
 
enum  AlteracValleyHonorKillBonus {
  HONOR_KILL_BONUS_BOSS = 4 , HONOR_KILL_BONUS_CAPTAIN = 3 , HONOR_KILL_BONUS_SURVIVING_TOWER = 2 , HONOR_KILL_BONUS_SURVIVING_CAPTAIN = 2 ,
  HONOR_KILL_BONUS_DESTROY_TOWER = 3
}
 
enum  AlteracValleyReputationGains {
  REP_GAIN_BOSS = 350 , REP_GAIN_CAPTAIN = 125 , REP_GAIN_DESTROY_TOWER = 12 , REP_GAIN_SURVIVING_TOWER = 12 ,
  REP_GAIN_SURVIVING_CAPTAIN = 125
}
 
enum  AlteracValleyResourceLoss { RESOURCE_LOSS_TOWER = -75 , RESOURCE_LOSS_CAPTAIN = -100 }
 
enum  AlteracValleySpells { SPELL_COMPLETE_ALTERAC_VALLEY_QUEST = 23658 }
 
enum  AlteracValleyFactions { FACTION_FROSTWOLF_CLAN = 729 , FACTION_STORMPIKE_GUARD = 730 }
 

Enumeration Type Documentation

◆ AlteracValleyFactions

Enumerator
FACTION_FROSTWOLF_CLAN 
FACTION_STORMPIKE_GUARD 

Definition at line 72 of file BattlegroundAV.cpp.

◆ AlteracValleyHonorKillBonus

Enumerator
HONOR_KILL_BONUS_BOSS 
HONOR_KILL_BONUS_CAPTAIN 
HONOR_KILL_BONUS_SURVIVING_TOWER 
HONOR_KILL_BONUS_SURVIVING_CAPTAIN 
HONOR_KILL_BONUS_DESTROY_TOWER 

Definition at line 43 of file BattlegroundAV.cpp.

◆ AlteracValleyMisc

Enumerator
NEAR_LOSE_POINTS 

Definition at line 38 of file BattlegroundAV.cpp.

◆ AlteracValleyPvpStats

Enumerator
PVP_STAT_TOWERS_ASSAULTED 
PVP_STAT_GRAVEYARDS_ASSAULTED 
PVP_STAT_TOWERS_DEFENDED 
PVP_STAT_GRAVEYARDS_DEFENDED 
PVP_STAT_SECONDARY_OBJECTIVES 

Definition at line 29 of file BattlegroundAV.cpp.

◆ AlteracValleyReputationGains

Enumerator
REP_GAIN_BOSS 
REP_GAIN_CAPTAIN 
REP_GAIN_DESTROY_TOWER 
REP_GAIN_SURVIVING_TOWER 
REP_GAIN_SURVIVING_CAPTAIN 

Definition at line 52 of file BattlegroundAV.cpp.

◆ AlteracValleyResourceLoss

Enumerator
RESOURCE_LOSS_TOWER 
RESOURCE_LOSS_CAPTAIN 

Definition at line 61 of file BattlegroundAV.cpp.

◆ AlteracValleySpells

Enumerator
SPELL_COMPLETE_ALTERAC_VALLEY_QUEST 

Definition at line 67 of file BattlegroundAV.cpp.