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

Bot keeps failing

Your issue is coming from a plugin you added, AdvancedItemFilter.
2016-01-19 03:27:42,947 [22] ERROR CustomLogger (null) - [CustomItemRules] The rule "item.IsRare and item.IsAmulet and ((item.FlatAdditionalEnergyShield >= 35 and item.item.SpellDamage >= 15 and item.ResistancesCount >= 1) or (item.AdditionalEnergyShieldPct >= 15 and item.SpellDamage >= 15 and item.ResistancesCount >= 1))" has returned an error.
2016-01-19 03:27:42,948 [22] ERROR CustomLogger (null) - [CustomItemRules] The call you tried to make may be incorrect, it should be "item.YOUR_DATA"
2016-01-19 03:27:42,949 [22] ERROR CustomLogger (null) - [CustomItemRules] If the call seems correct, the data must not be available (yet?) or have a different naming, consider disabling this rule
2016-01-19 03:27:42,949 [22] ERROR CustomLogger (null) - [CustomItemRules] The available properties can be found in the "EvaluableItem.cs" in the "Classes" folder.
2016-01-19 03:27:42,950 [22] ERROR CustomLogger (null) - [CustomItemRules] To avoid any further issues, bot will stop now, please verify your file.
2016-01-19 03:27:42,951 [22] INFO CustomLogger (null) - [Stop] Now force stopping the BotThread.
2016-01-19 03:27:42,952 [22] ERROR CustomLogger (null) - [Stop] BotThread.Abort() failed.
System.Threading.ThreadAbortException: Thread was being aborted.
at System.Threading.Thread.AbortInternal()
at System.Threading.Thread.Abort()
at (Thread )
at Loki.Bot.BotManager.Stop(Boolean force)
2016-01-19 03:27:42,961 [22] ERROR CustomLogger (null) - [Tick] Exception during execution:
System.NullReferenceException: Object reference not set to an instance of an object.
at Buddy.Coroutines.Coroutine.?????????????????????????????????????????(Boolean )
at Buddy.Coroutines.Coroutine.Dispose()
at Loki.Bot.Logic.Bots.OldGrindBot.OldGrindBot.Tick()
at Loki.Bot.BotManager.?????????????????????????????????????????(IBot )

You'll need to check the AIF thread for support on this issue, as it doesn't originate from EB itself. You're most likely using older/incompatible rules from a previous version, so double check that.
 
Your issue is coming from a plugin you added, AdvancedItemFilter.


You'll need to check the AIF thread for support on this issue, as it doesn't originate from EB itself. You're most likely using older/incompatible rules from a previous version, so double check that.

or just using "item.item.SpellDamage" :) if he managed to read the error he could've just found it :D
 
Back
Top