22diehard22
New Member
- Joined
- Jan 15, 2010
- Messages
- 199
- Reaction score
- 1
The following code is found under (where your HBfolder is)/settings/PVPsettings_(charactername)
Change the BG1 and BG2 to what ever you want to be queuing for. the following are the variables for the queues.
CASE SENSITIVE
This helped me to be able to get into Sota since i cant find where to change the level variables. Hopw it helps!
Code:
<?xml version="1.0" encoding="utf-8"?>
<PVPSettings>
<!--The first BG you would like to queue for.-->
<BG1>RandomBattleground</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>
Change the BG1 and BG2 to what ever you want to be queuing for. the following are the variables for the queues.
CASE SENSITIVE
Code:
RandomBattleground = Randoms
WSG = Warsong Gulch
AV = Alertac Valley
EotS = Eye of The Storm
AB = Arathi Basin
IoC = Isle of Conquest
SotA = Strand of the Ancients
This helped me to be able to get into Sota since i cant find where to change the level variables. Hopw it helps!