When you NOT check "ignore power globes" - bot WILL ignore them.
To devs: you can fix it by replacing in "Weighting.cs" following line:
with
To devs: you can fix it by replacing in "Weighting.cs" following line:
Code:
if (!Settings.Combat.Misc.IgnorePowerGlobes)
Code:
if (Settings.Combat.Misc.IgnorePowerGlobes)






