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

Honorbuddy stands still unless in combat

daystar

New Member
Joined
Nov 12, 2010
Messages
83
Reaction score
0
This only happens on one of my characters. I've been running with him for a long time without a problem like this. I've tried grindbot profiles and questing profiles. This log is from a fresh install, giving the same errors as my normal install. I haven't changed anything since playing last night. If I manually initiate combat, the routine runs fine.

View attachment 119968

Code:
System.NullReferenceException: Object reference not set to an instance of an object.
   at Styx.CommonBot.Inventory.Consumable.(WoWSpell )
   at System.Linq.Enumerable.Any[TSource](IEnumerable`1 source, Func`2 predicate)
   at Styx.CommonBot.Inventory.Consumable.IsDrink(ItemInfo itemInfo)
   at Styx.CommonBot.Inventory.Consumable.(WoWItem )
   at System.Linq.Enumerable.WhereListIterator`1.MoveNext()
   at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection)
   at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source)
   at Styx.CommonBot.Inventory.Consumable.GetDrinks()
   at Styx.CommonBot.Inventory.Consumable.GetBestDrink(Boolean includeSpecialtyItems)
   at Bots.Grind.LevelBot.()
   at Bots.Grind.LevelBot.†(Object )
   at Styx.TreeSharp.Decorator.CanRun(Object context)
   at Styx.TreeSharp.Decorator..()
   at Styx.TreeSharp.Composite.Tick(Object context)
   at Styx.TreeSharp.PrioritySelector..()
   at Styx.TreeSharp.Composite.Tick(Object context)
   at Styx.TreeSharp.Decorator..()
   at Styx.TreeSharp.Composite.Tick(Object context)
   at Styx.TreeSharp.PrioritySelector..()
   at Styx.TreeSharp.Composite.Tick(Object context)
   at Styx.TreeSharp.Decorator..()
   at Styx.TreeSharp.Composite.Tick(Object context)
   at Styx.TreeSharp.PrioritySelector..()
   at Styx.TreeSharp.Composite.Tick(Object context)
   at Styx.Common.HookExecutor.Run(Object context)
   at Styx.TreeSharp.Action.RunAction(Object context)
   at Styx.TreeSharp.Action..()
   at Styx.TreeSharp.Composite.Tick(Object context)
   at Styx.TreeSharp.Decorator..()
   at Styx.TreeSharp.Composite.Tick(Object context)
   at Styx.TreeSharp.PrioritySelector..()
   at Styx.TreeSharp.Composite.Tick(Object context)
   at Styx.TreeSharp.PrioritySelector..()
   at Styx.TreeSharp.Composite.Tick(Object context)
   at Styx.TreeSharp.PrioritySelector..()
   at Styx.TreeSharp.Composite.Tick(Object context)
   at Styx.Common.HookExecutor.Run(Object context)
   at Styx.TreeSharp.Action.RunAction(Object context)
   at Styx.TreeSharp.Action..()
   at Styx.TreeSharp.Composite.Tick(Object context)
   at Styx.TreeSharp.PrioritySelector..()
   at Styx.TreeSharp.Composite.Tick(Object context)
   at Styx.CommonBot.TreeRoot.()

Thanks.
 
try latest Hb beta build and let me know plz
 
Back
Top