Wowpedia

We have moved to Warcraft Wiki. Click here for information and the new URL.

READ MORE

Wowpedia
Advertisement
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Returns information about the current Call to Arms battleground.

canQueue, battleGroundID, hasWon, winHonorAmount, winConquestAmount, lossHonorAmount, lossConquestAmount, minLevel, maxLevel = GetRandomBGInfo()

Returns

canQueue
boolean - true if the player can queue for a random battleground.
battleGroundID
number - random battleground queue map ID, 32.
hasWon
boolean - true if the the player has already won a random battleground once today, false otherwise.
winHonorAmount
number - amount of bonus Honor points awarded for winning.
winConquestAmount
number - amount of bonus Conquest points awarded for winning.
lossHonorAmount
number - amount of bonus Honor points awarded for losing.
lossConquestAmount
number - amount of bonus Conquest points awarded for losing.
minLevel
number - minimum character level at which random battlegrounds may be queued for.
maxLevel
number - maximum character level at which random battlegrounds may be queued for.

Details

Patch changes

Mists of Pandaria Patch 5.2.0 (2013-03-05): Added.

See also

Advertisement