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

Not Storing Item When Inventory Is Full

ferishia

New Member
Joined
Jun 22, 2012
Messages
4
Reaction score
0
As stated in the title. Any one also having the same problem as me?
 
[05:45:15.872 D] Rule has no stats to match, assuming base types were defined and returning a successful match!
[05:45:15.872 D] System.NullReferenceException: Object reference not set to an instance of an object.
at Zeta.CommonBot.DefaultLootTargetingProvider.(DiaObject n)
at System.Linq.Enumerable.WhereSelectListIterator`2.MoveNext()
at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection)
at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source)
at Zeta.CommonBot.DefaultLootTargetingProvider.GetObjectsByWeight()
at Zeta.CommonBot.Targeting.Pulse()
at Zeta.CommonBot.Logic.BrainBehavior.()
[05:45:15.883 D] System.NullReferenceException: Object reference not set to an instance of an object.
at Zeta.Internals.Actors.DiaActivePlayer.InventoryManager.CanPlaceItemInLocation(ACDItem item, InventorySlot place, Int32 column, Int32 row)
at Zeta.CommonBot.Logic.BrainBehavior.CanPickUpItem(DiaItem item)
at Zeta.CommonBot.Logic.BrainBehavior.(Object ret)
at Zeta.TreeSharp.Decorator.CanRun(Object context)
at Zeta.TreeSharp.Decorator..MoveNext()
at (Object )
at Zeta.TreeSharp.Composite.Tick(Object context)
at Zeta.TreeSharp.PrioritySelector..MoveNext()
at (Object )
at Zeta.TreeSharp.Composite.Tick(Object context)
at Zeta.TreeSharp.Decorator..MoveNext()
at (Object )
at Zeta.TreeSharp.Composite.Tick(Object context)
at Zeta.TreeSharp.PrioritySelector..MoveNext()
at (Object )
at Zeta.TreeSharp.Composite.Tick(Object context)
at Zeta.TreeSharp.Decorator..MoveNext()
at (Object )
at Zeta.TreeSharp.Composite.Tick(Object context)
at Zeta.TreeSharp.PrioritySelector..MoveNext()
at (Object )
at Zeta.TreeSharp.Composite.Tick(Object context)
at Zeta.Common.HookExecutor.Run(Object context)
at Zeta.TreeSharp.Action.RunAction(Object context)
at Zeta.TreeSharp.Action..MoveNext()
at (Object )
at Zeta.TreeSharp.Composite.Tick(Object context)
at Zeta.TreeSharp.PrioritySelector..MoveNext()
at (Object )
at Zeta.TreeSharp.Composite.Tick(Object context)
at Zeta.CommonBot.BotMain.()
[05:47:08.943 D] Rule has no stats to match, assuming base types were defined and returning a successful match!
[05:47:08.953 D] System.NullReferenceException: Object reference not set to an instance of an object.
at Zeta.Internals.Actors.DiaActivePlayer.InventoryManager.CanPlaceItemInLocation(ACDItem item, InventorySlot place, Int32 column, Int32 row)
at Zeta.CommonBot.Logic.BrainBehavior.CanPickUpItem(DiaItem item)
at Zeta.CommonBot.Logic.BrainBehavior.(Object ret)
at Zeta.TreeSharp.Decorator.CanRun(Object context)
at Zeta.TreeSharp.Decorator..MoveNext()
at (Object )
at Zeta.TreeSharp.Composite.Tick(Object context)
at Zeta.TreeSharp.PrioritySelector..MoveNext()
at (Object )
at Zeta.TreeSharp.Composite.Tick(Object context)
at Zeta.TreeSharp.Decorator..MoveNext()
at (Object )
at Zeta.TreeSharp.Composite.Tick(Object context)
at Zeta.TreeSharp.PrioritySelector..MoveNext()
at (Object )
at Zeta.TreeSharp.Composite.Tick(Object context)
at Zeta.TreeSharp.Decorator..MoveNext()
at (Object )
at Zeta.TreeSharp.Composite.Tick(Object context)
at Zeta.TreeSharp.PrioritySelector..MoveNext()
at (Object )
at Zeta.TreeSharp.Composite.Tick(Object context)
at Zeta.Common.HookExecutor.Run(Object context)
at Zeta.TreeSharp.Action.RunAction(Object context)
at Zeta.TreeSharp.Action..MoveNext()
at (Object )
at Zeta.TreeSharp.Composite.Tick(Object context)
at Zeta.TreeSharp.PrioritySelector..MoveNext()
at (Object )
at Zeta.TreeSharp.Composite.Tick(Object context)
at Zeta.CommonBot.BotMain.()
[05:47:09.078 D] item rule has no stats. Attempting name match.

i maybe have a same problem too
 
disable all your plugins and give it a new try plz
let me know if the same thing happens
 
Back
Top