• Visit Rebornbuddy
  • DoActionLocation broke.

    Discussion in 'Community Developer Forum' started by Exmortem, Feb 21, 2014.

    1. Exmortem

      Exmortem Community Developer

      Joined:
      Mar 28, 2010
      Messages:
      799
      Likes Received:
      16
      Trophy Points:
      18
      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.
       
    2. mastahg

      mastahg Administrator Staff Member

      Joined:
      Feb 27, 2011
      Messages:
      5,232
      Likes Received:
      364
      Trophy Points:
      83
      Thanks for the report. Fixed it and will try to get another build out shortly.
       
    3. Exmortem

      Exmortem Community Developer

      Joined:
      Mar 28, 2010
      Messages:
      799
      Likes Received:
      16
      Trophy Points:
      18
      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
      
       
    4. mastahg

      mastahg Administrator Staff Member

      Joined:
      Feb 27, 2011
      Messages:
      5,232
      Likes Received:
      364
      Trophy Points:
      83
      Uploading new version now.
       
    5. Exmortem

      Exmortem Community Developer

      Joined:
      Mar 28, 2010
      Messages:
      799
      Likes Received:
      16
      Trophy Points:
      18
      Thanks, working. :)
       

    Share This Page