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

Running core of Arreat, error and bot looping this error

stressmage

New Member
Joined
Feb 22, 2012
Messages
3
Reaction score
0
Code:
[01:30:47.671 V] Opening loot container a3Battlefield_Props_Demonic_Container_A-461
[01:30:47.801 D] System.ArgumentNullException: Value cannot be null.
Parameter name: source
   at System.Linq.Enumerable.Where[TSource](IEnumerable`1 source, Func`2 predicate)
   at Zeta.CommonBot.ItemManager.EvaluateItem(ACDItem item, RuleType type)
   at Zeta.CommonBot.ItemManager.ShouldPickUpItem(ACDItem item)
   at Zeta.CommonBot.DefaultLootTargetingProvider.IsValidItem(DiaObject object)
   at Zeta.CommonBot.DefaultLootTargetingProvider.(DiaObject item)
   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.()
 
Back
Top