I'm trying to make a plugin that will simple Queue for a randomBG and the Leave when its over. The reason i want to do this is because i like to control where my toon goes while in a BG. The problem i have of Failure to understand in my case is ----> what am i doing wrong or what am i missing?
or am i just using / looking the wrong command?
// Queue For A RandomBG
if (!Styx.Logic.Battlegrounds.IsInsideBattleground && BgHelperSettings.Instance.QueueRandomBG)
{
Logging.Write("BgHelper: Queue'ing for Random BG");
Styx.Logic.BattlegroundType.RandomBattleground();
}
or am i just using / looking the wrong command?
// Queue For A RandomBG
if (!Styx.Logic.Battlegrounds.IsInsideBattleground && BgHelperSettings.Instance.QueueRandomBG)
{
Logging.Write("BgHelper: Queue'ing for Random BG");
Styx.Logic.BattlegroundType.RandomBattleground();
}






