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

Multiple Target Issues

Cigma

New Member
Joined
Oct 6, 2012
Messages
6
Reaction score
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.
 
yes try a different combat routine like CLU. and see if that makes a difference.
 
I was using Singular and PvP Rogue. During both the issue persists; Any idea what the error means?
 
the error itself has to do with Singular,its an exception

as suggested above try another Routine or update Singular via SVN
 
Back
Top