• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Multiple Target Issues

    Discussion in 'Honorbuddy Support' started by Cigma, Oct 23, 2012.

    1. Cigma

      Cigma New Member

      Joined:
      Oct 6, 2012
      Messages:
      6
      Likes Received:
      0
      Trophy Points:
      0
      My bot has problems dealing with multiple targets, the profile I am using attacks smalls groups of 5-7 and after the first mob is dead, it sits there and lets the mobs beat on it.

      Code:
      [04:36:26.327 D] System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.OverflowException: Arithmetic operation resulted in an overflow.
         at System.IntPtr.op_Explicit(Int64 value)
         at Styx.WoWInternals.WoWObjects.UnitThreatInfo.( , UInt32 , UInt64 , IntPtr& )
         at Styx.WoWInternals.WoWObjects.UnitThreatInfo.(WoWUnit , WoWUnit )
         at Styx.WoWInternals.WoWObjects.WoWUnit.GetThreatInfoFor(WoWUnit otherUnit)
         at Styx.WoWInternals.WoWObjects.WoWUnit.get_ThreatInfo()
         at Styx.WoWInternals.WoWObjects.WoWUnit.get_Aggro()
         at Styx.CommonBot.Targeting.DefaultRemoveTargetsFilter(List`1 units)
         --- End of inner exception stack trace ---
         at System.RuntimeMethodHandle._InvokeMethodFast(IRuntimeMethodInfo method, Object target, Object[] arguments, SignatureStruct& sig, MethodAttributes methodAttributes, RuntimeType typeOwner)
         at System.RuntimeMethodHandle.InvokeMethodFast(IRuntimeMethodInfo method, Object target, Object[] arguments, Signature sig, MethodAttributes methodAttributes, RuntimeType typeOwner)
         at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture, Boolean skipVisibilityChecks)
         at System.Delegate.DynamicInvokeImpl(Object[] args)
         at System.Delegate.DynamicInvoke(Object[] args)
         at Styx.CommonBot.Targeting.(Delegate , Object[] ) --> System.OverflowException: Arithmetic operation resulted in an overflow.
         at System.IntPtr.op_Explicit(Int64 value)
         at Styx.WoWInternals.WoWObjects.UnitThreatInfo.( , UInt32 , UInt64 , IntPtr& )
         at Styx.WoWInternals.WoWObjects.UnitThreatInfo.(WoWUnit , WoWUnit )
         at Styx.WoWInternals.WoWObjects.WoWUnit.GetThreatInfoFor(WoWUnit otherUnit)
         at Styx.WoWInternals.WoWObjects.WoWUnit.get_ThreatInfo()
         at Styx.WoWInternals.WoWObjects.WoWUnit.get_Aggro()
         at Styx.CommonBot.Targeting.DefaultRemoveTargetsFilter(List`1 units)
      This is one of the errors its pitching me, I can upload a full log if necessary.
       
    2. Cigma

      Cigma New Member

      Joined:
      Oct 6, 2012
      Messages:
      6
      Likes Received:
      0
      Trophy Points:
      0
      Last edited: Oct 23, 2012
    3. Dark57

      Dark57 New Member

      Joined:
      Jun 6, 2012
      Messages:
      500
      Likes Received:
      7
      Trophy Points:
      0
      Have you tried a different Routine?
       
    4. CodenameG

      CodenameG New Member

      Joined:
      Jan 15, 2010
      Messages:
      38,369
      Likes Received:
      231
      Trophy Points:
      0
      yes try a different combat routine like CLU. and see if that makes a difference.
       
    5. Cigma

      Cigma New Member

      Joined:
      Oct 6, 2012
      Messages:
      6
      Likes Received:
      0
      Trophy Points:
      0
      I was using Singular and PvP Rogue. During both the issue persists; Any idea what the error means?
       
    6. Tony

      Tony "The Bee" Staff Member Moderator

      Joined:
      Jan 15, 2010
      Messages:
      128,834
      Likes Received:
      571
      Trophy Points:
      113
      the error itself has to do with Singular,its an exception

      as suggested above try another Routine or update Singular via SVN
       

    Share This Page