What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

Bot won't queue for SoTA

Mambaa

Member
Joined
May 29, 2010
Messages
49
Reaction score
0
Level 69, and I can queue in-game for SoTA But it's not an option on the bot, since they changed the level reqs for BG's in cata I was wondering when this would be implemented to the bot.
 
Untitled.webp

Code:
<?xml version="1.0" encoding="utf-8"?>
<PVPSettings>
  <!--The first BG you would like to queue for.-->
  <BG1>SotA</BG1>
  <!--The second BG you would like to queue for.-->
  <BG2>None</BG2>
  <!--Set this to true if you wish to include mounted players in  battlegrounds.-->
  <IncludeMountedPlayers>False</IncludeMountedPlayers>
</PVPSettings>


Replace your PVPSettings with this code, to get the results above.
 
View attachment 11965

Code:
<?xml version="1.0" encoding="utf-8"?>
<PVPSettings>
  <!--The first BG you would like to queue for.-->
  <BG1>SotA</BG1>
  <!--The second BG you would like to queue for.-->
  <BG2>None</BG2>
  <!--Set this to true if you wish to include mounted players in  battlegrounds.-->
  <IncludeMountedPlayers>False</IncludeMountedPlayers>
</PVPSettings>


Replace your PVPSettings with this code, to get the results above.

Awesome! Thank you! :D
 
Back
Top