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

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

DoActionLocation broke.

Exmortem

Community Developer
Joined
Mar 28, 2010
Messages
799
I think the last update broke DoActionLocation or Core.Player.CurrentTarget.Location is now inaccurate.

http://s29.postimg.org/k3t9nfb85/doactionlocation.png

Running...

Code:
Actionmanager.DoActionLocation("Flaming Arrow", Core.Player.CurrentTarget.Location);

In the reborn console when right beside an enemy causes a Target is not in range error as shown in the image.
 
Thanks for the report. Fixed it and will try to get another build out shortly.
 
Thanks for the quick response, however DoActionLocation is now returning this error ...

Code:
Actionmanager.DoActionLocation("Flaming Arrow", Core.Player.CurrentTarget.Location);

Code:
System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
   at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
   at GreyMagic.AllocatedMemory.GetAllocatedChunk(String allocatedName)
   at ff14bot.Managers.AsmManager.DoActionLocation(ActionType actionType, UInt32 spellId, Vector3 location)
   at Driver.Run() in c:\Users\Public\Documents\RB\Plugins\RebornConsole\Temp\esxv5kbk.0.cs:line 29
   --- End of inner exception stack trace ---
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object[] parameters, Object[] arguments)
   at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at System.RuntimeType.InvokeMember(String name, BindingFlags bindingFlags, Binder binder, Object target, Object[] providedArgs, ParameterModifier[] modifiers, CultureInfo culture, String[] namedParams)
   at System.Type.InvokeMember(String name, BindingFlags invokeAttr, Binder binder, Object target, Object[] args)
   at HighVoltz.CodeDriver.CompileAndRun(String input) in c:\Users\Public\Documents\RB\Plugins\RebornConsole\RebornConsole.cs:line 419
   at HighVoltz.AppDomainDriver.CompileAndRun(String code) in c:\Users\Public\Documents\RB\Plugins\RebornConsole\RebornConsole.cs:line 289
 
Back
Top