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

[Bug] "Ignore Power Globes" setting works opposite way

buddy77

New Member
Joined
Dec 7, 2015
Messages
21
Reaction score
0
When you NOT check "ignore power globes" - bot WILL ignore them.
To devs: you can fix it by replacing in "Weighting.cs" following line:
Code:
if (!Settings.Combat.Misc.IgnorePowerGlobes)
with
Code:
if (Settings.Combat.Misc.IgnorePowerGlobes)
 
Huh, you're right. Thanks for noticing that buddy :). Should be fixed in the next version.
 
Back
Top