Core/Battlegrounds: Updated battleground join results enum
Port From (https://github.com/TrinityCore/TrinityCore/commit/15fe4e09d4dda16f23100412670dbdfbae5c5e61)
This commit is contained in:
@@ -313,7 +313,7 @@ namespace Framework.Constants
|
|||||||
BattledgroundQueuedForRated = 6, // You Cannot Queue For Another Battle While Queued For A Rated Arena Match
|
BattledgroundQueuedForRated = 6, // You Cannot Queue For Another Battle While Queued For A Rated Arena Match
|
||||||
TeamLeftQueue = 7, // Your Team Has Left The Arena Queue
|
TeamLeftQueue = 7, // Your Team Has Left The Arena Queue
|
||||||
NotInBattleground= 8, // You Can'T Do That In A Battleground.
|
NotInBattleground= 8, // You Can'T Do That In A Battleground.
|
||||||
JoinXpGain = 9, // Wtf, Doesn'T Exist In Client...
|
JoinXpGain = 9, // Cannot join as a group unless all the members of your party have the same XP gain setting.
|
||||||
JoinRangeIndex = 10, // Cannot Join The Queue Unless All Members Of Your Party Are In The Same BattlegroundLevel Range.
|
JoinRangeIndex = 10, // Cannot Join The Queue Unless All Members Of Your Party Are In The Same BattlegroundLevel Range.
|
||||||
JoinTimedOut = 11, // %S Was Unavailable To Join The Queue. (Uint64 Guid Exist In Client Cache)
|
JoinTimedOut = 11, // %S Was Unavailable To Join The Queue. (Uint64 Guid Exist In Client Cache)
|
||||||
//JoinTimedOut = 12, // Same As 11
|
//JoinTimedOut = 12, // Same As 11
|
||||||
@@ -321,21 +321,32 @@ namespace Framework.Constants
|
|||||||
LfgCantUseBattleground= 14, // You Cannot Queue For A BattlegroundOr Arena While Using The Dungeon System.
|
LfgCantUseBattleground= 14, // You Cannot Queue For A BattlegroundOr Arena While Using The Dungeon System.
|
||||||
InRandomBg = 15, // Can'T Do That While In A Random BattlegroundQueue.
|
InRandomBg = 15, // Can'T Do That While In A Random BattlegroundQueue.
|
||||||
InNonRandomBg = 16, // Can'T Queue For Random BattlegroundWhile In Another BattlegroundQueue.
|
InNonRandomBg = 16, // Can'T Queue For Random BattlegroundWhile In Another BattlegroundQueue.
|
||||||
BgDeveloperOnly = 17,
|
BgDeveloperOnly = 17, // This Battleground Is Only Available For Developer Testing At This Time.
|
||||||
InvitationDeclined = 18,
|
BattlegroundInvitationDeclined = 18, // Your War Game Invitation Has Been Declined
|
||||||
MeetingStoneNotFound = 19,
|
MeetingStoneNotFound = 19, // Player Not Found.
|
||||||
WargameRequestFailure = 20,
|
WargameRequestFailure = 20, // War Game Request Failed
|
||||||
BattlefieldTeamPartySize = 22,
|
BattlefieldTeamPartySize = 22, // Incorrect Party Size For This Battlefield.
|
||||||
NotOnTournamentRealm = 23,
|
NotOnTournamentRealm = 23, // Not Available On A Tournament Realm.
|
||||||
PlayersFromDifferentRealms = 24,
|
BattlegroundPlayersFromDifferentRealms = 24, // You Cannot Queue For A Battleground While Players From Different Realms Are In Your Party.
|
||||||
RemoveFromPvpQueueGrantLevel = 33,
|
BattlegroundJoinLevelup = 33, // You Have Been Removed From A Pvp Queue Because You Have Gained A Level.
|
||||||
RemoveFromPvpQueueFactionChange = 34,
|
RemoveFromPvpQueueFactionChange = 34, // You Have Been Removed From A Pvp Queue Because You Changed Your Faction.
|
||||||
JoinFailed = 35,
|
BattlegroundJoinFailed = 35, // Join As A Group Failed
|
||||||
DupeQueue = 43,
|
BattlegroundDupeQueue = 43, // Someone In Your Group Is Already Queued For That.
|
||||||
JoinNoValidSpecForRole = 44,
|
BattlegroundJoinNoValidSpecForRole = 44, // Role Check Failed Because One Of Your Party Members Selected An Invalid Role.
|
||||||
JoinRespec = 45,
|
BattlegroundJoinRespec = 45, // You Have Been Removed From A Pvp Queue Because Your Specialization Changed.
|
||||||
AlreadyUsingLFGList = 46,
|
AlreadyUsingLfgList = 46, // You Can'T Do That While Using Premade Groups.
|
||||||
JoinMustCompleteQuest = 47
|
BattlegroundJoinMustCompleteQuest = 47, // You Have Been Removed From A Pvp Queue Because Someone Is Missing Required Quest Completion.
|
||||||
|
BattlergoundRestrictedAccount = 48, // Free Trial Accounts Cannot Perform That Action
|
||||||
|
BattlegroundJoinMercenary = 49, // Cannot Join As A Group Unless All The Members Of Your Party Are Flagged As A Mercenary.
|
||||||
|
BattlegroundJoinTooManyHealers = 51, // You Can Not Enter This Bracket Of Arena With More Than One Healer. / You Can Not Enter A Rated Battleground With More Than Three Healers.
|
||||||
|
BattlegroundJoinTooManyTanks = 52, // You Can Not Enter This Bracket Of Arena With More Than One Tank.
|
||||||
|
BattlegroundJoinTooManyDamage = 53, // You Can Not Enter This Bracket Of Arena With More Than Two Damage Dealers.
|
||||||
|
GroupJoinBattlegroundDead = 57, // You Cannot Join The Battleground Because You Or One Of Your Party Members Is Dead.
|
||||||
|
BattlegroundJoinRequiresLevel = 58, // Tournament Rules Requires All Participants To Be Max Level.
|
||||||
|
BattlegroundJoinDisqualified = 59, // %S Has Been Disqualified From Ranked Play In This Bracket.
|
||||||
|
ArenaExpiredCais = 60, // You May Not Queue While One Or More Of Your Team Members Is Under The Effect Of Restricted Play.
|
||||||
|
SoloShuffleWargameGroupSize = 64, // Exactly 6 Non-Spectator Players Must Be Present To Begin A Solo Shuffle Wargame.
|
||||||
|
SoloShuffleWargameGroupComp = 65, // Exactly 4 Dps, And Either 2 Tanks Or 2 Healers, Must Be Present To Begin A Solo Shuffle Wargame.
|
||||||
}
|
}
|
||||||
|
|
||||||
public enum ScoreType
|
public enum ScoreType
|
||||||
|
|||||||
Reference in New Issue
Block a user