• Visit Rebornbuddy
  • RebornBuddy - Limited Beta - FF14:ARR Bot

    Discussion in 'General Discussion Forum' started by mastahg, Nov 8, 2013.

    Thread Status:
    Not open for further replies.
    1. exaccuss

      exaccuss Active Member

      Joined:
      Nov 10, 2013
      Messages:
      1,021
      Likes Received:
      6
      Trophy Points:
      38
      ok that fixed it, however it doesnt use twin snakes at all...

      protected override Composite CreateCombat()
      {
      return new PrioritySelector(
      Apply("Touch of Death"),
      Apply("Demolish"),
      Apply("Twin Snakes", r => !Core.Player.HasAura("Twin Snakes"),r=> Core.Player),
      Apply("Invigorate"),
      Cast("Haymaker"),
      Cast("Snap Punch", r => Core.Player.HasAura("Coeurl Form")),
      Cast("True Strike", r => Core.Player.HasAura("Raptor Form")),
      Cast("Bootshine", r => true)// r => Actionmanager.LastSpellId == 0 || Actionmanager.LastSpell.Name == "Full Thrust" )

      );
      }
      }
      }
       
    2. DroidFanBoyJP

      DroidFanBoyJP Member

      Joined:
      Aug 13, 2011
      Messages:
      515
      Likes Received:
      0
      Trophy Points:
      16
      Been using this for over a month now, purely amazing, just like anything from the BL team. Great work man, keep it up! Can't wait to see if you do a crafting bot.
       
    3. pikachu2003

      pikachu2003 New Member

      Joined:
      Jun 11, 2012
      Messages:
      205
      Likes Received:
      0
      Trophy Points:
      0
      Interesting, it does cast Twin Snake in the bot but never registers in the game...

      Mashtag, could there be an issue with Twin Snakes ID? I attacked the log from the bot, I wish I knew how to attach battle logs from the game itself cause it will show that Twin Snakes is never called upon.

       
    4. nekoramen

      nekoramen Member

      Joined:
      Dec 1, 2013
      Messages:
      38
      Likes Received:
      3
      Trophy Points:
      8
      Apply("Twin Snakes", r => !Core.Player.HasAura("Twin Snakes"),r=> Core.Player),

      It's trying to use Twin Snakes on yourself. That's why it shows Applying in the Bot and nothing in the game; because it's not an on self skill. It works fine when I deleted the target or change it to core.target.


       
    5. exaccuss

      exaccuss Active Member

      Joined:
      Nov 10, 2013
      Messages:
      1,021
      Likes Received:
      6
      Trophy Points:
      38
      wow it actually works perfectly lol, thankyou very much!
       
    6. fredalbob

      fredalbob New Member

      Joined:
      Feb 16, 2011
      Messages:
      78
      Likes Received:
      0
      Trophy Points:
      0
      On vacation currently.
      Will take a look when I get back in a week or so.
       
    7. exaccuss

      exaccuss Active Member

      Joined:
      Nov 10, 2013
      Messages:
      1,021
      Likes Received:
      6
      Trophy Points:
      38
      Ok then, thankyou very much for your help. Hope you have a great holiday.
       
    8. sscgod

      sscgod New Member

      Joined:
      Jan 15, 2010
      Messages:
      116
      Likes Received:
      0
      Trophy Points:
      0
      hi! this is working great! thanks
       
    9. pikachu2003

      pikachu2003 New Member

      Joined:
      Jun 11, 2012
      Messages:
      205
      Likes Received:
      0
      Trophy Points:
      0
      Thank you Nekoramen!!
       
    10. ash23

      ash23 New Member

      Joined:
      Oct 26, 2013
      Messages:
      182
      Likes Received:
      0
      Trophy Points:
      0
      I love your bot but a couple of suggestions:

      Is it possible to put a max on gathering of an item suck as 99/99 and once it is reached to move to the next item on the list (i am somewhat of a min/maxing perfectionist :))
      i am trying to farm the Ash Logs and for some reason instead of going around in a circuit it backtracks to the last node (which respawned) even though the next one is closer.
       
    11. xtreme3881

      xtreme3881 Member

      Joined:
      Apr 4, 2010
      Messages:
      241
      Likes Received:
      5
      Trophy Points:
      18
      Really nice , but at this stage minion is way more advanced. Keep up the good work though
       
    12. exaccuss

      exaccuss Active Member

      Joined:
      Nov 10, 2013
      Messages:
      1,021
      Likes Received:
      6
      Trophy Points:
      38
      For skill rotations, this is the best. Hands down.
       
    13. mastahg

      mastahg Administrator Staff Member

      Joined:
      Feb 27, 2011
      Messages:
      5,232
      Likes Received:
      364
      Trophy Points:
      83
      Version 0.1.25
      http://mastahg.com/rebornbuddy/RebornBuddy0.1.25.zip
       
    14. exaccuss

      exaccuss Active Member

      Joined:
      Nov 10, 2013
      Messages:
      1,021
      Likes Received:
      6
      Trophy Points:
      38
    15. exaccuss

      exaccuss Active Member

      Joined:
      Nov 10, 2013
      Messages:
      1,021
      Likes Received:
      6
      Trophy Points:
      38
      anyone elses bot keeps crashing after the maintenance?
       
    16. Sicktight

      Sicktight New Member

      Joined:
      Dec 6, 2013
      Messages:
      21
      Likes Received:
      0
      Trophy Points:
      0
      Seems the small patch rendered bots useless for the time being. Tried all the other bots I use and they won't work either.
       
    17. DroidFanBoyJP

      DroidFanBoyJP Member

      Joined:
      Aug 13, 2011
      Messages:
      515
      Likes Received:
      0
      Trophy Points:
      16
      [11:38:16.872 N] Logging in...
      [11:38:17.941 N] We did it, yay!
      [11:38:18.239 N] Current version is 0.1.25 Latest version is 0.1.25
      [11:38:30.745 D] System.Exception: Process must have frozen or gotten out of sync: InjectionFinishedEvent was never fired
      at GreyMagic.Executor.Execute(Int32 timeout)
      at GreyMagic.Executor.Execute()
      at ..()
      at ff14bot.Managers.DataManager.()
      at ff14bot.Managers.DataManager.Initialize()
      at ff14bot.Core.Corze()
      at ff14bot.App.Current_Startup(Object sender, StartupEventArgs e)
      at System.Windows.Application.OnStartup(StartupEventArgs e)
      at System.Windows.Application.<.ctor>b__1(Object unused)
      at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
      at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
      at System.Windows.Threading.DispatcherOperation.InvokeImpl()
      at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state)
      at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
      at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
      at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
      at System.Windows.Threading.DispatcherOperation.Invoke()
      at System.Windows.Threading.Dispatcher.ProcessQueue()
      at System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
      at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
      at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
      at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
      at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
      at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
      at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
      at MS.Win32.UnsafeNativeMethods.DispatchMessage(MSG& msg)
      at System.Windows.Threading.Dispatcher.PushFrameImpl(DispatcherFrame frame)
      at System.Windows.Threading.Dispatcher.PushFrame(DispatcherFrame frame)
      at System.Windows.Threading.Dispatcher.Run()
      at System.Windows.Application.RunDispatcher(Object ignore)
      at System.Windows.Application.RunInternal(Window window)
      at System.Windows.Application.Run(Window window)
      at ff14bot.App.Main()
      [11:38:30.743 D] System.Exception: Process must have frozen or gotten out of sync: InjectionFinishedEvent was never fired
      at GreyMagic.Executor.Execute(Int32 timeout)
      at GreyMagic.Executor.Execute()
      at ..()
      at ff14bot.Managers.DataManager.()
      at ff14bot.Managers.DataManager.Initialize()
      at ff14bot.Core.Corze()
      at ff14bot.App.Current_Startup(Object sender, StartupEventArgs e)
      at System.Windows.Application.OnStartup(StartupEventArgs e)
      at System.Windows.Application.<.ctor>b__1(Object unused)
      at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
      at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
      at System.Windows.Threading.DispatcherOperation.InvokeImpl()
      at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state)
      at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
      at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
      at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
      at System.Windows.Threading.DispatcherOperation.Invoke()
      at System.Windows.Threading.Dispatcher.ProcessQueue()
      at System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
      at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
      at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
      at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
      at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
      at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
      at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
      at MS.Win32.UnsafeNativeMethods.DispatchMessage(MSG& msg)
      at System.Windows.Threading.Dispatcher.PushFrameImpl(DispatcherFrame frame)
      at System.Windows.Threading.Dispatcher.PushFrame(DispatcherFrame frame)
      at System.Windows.Threading.Dispatcher.Run()
      at System.Windows.Application.RunDispatcher(Object ignore)
      at System.Windows.Application.RunInternal(Window window)
      at System.Windows.Application.Run(Window window)
      at ff14bot.App.Main()

      Closing right after authenticating. am running as Admin.
       

      Attached Files:

    18. exaccuss

      exaccuss Active Member

      Joined:
      Nov 10, 2013
      Messages:
      1,021
      Likes Received:
      6
      Trophy Points:
      38
      Probably because the maintenace may have blocked it. I guess we have to wait on an update.
       
    19. mastahg

      mastahg Administrator Staff Member

      Joined:
      Feb 27, 2011
      Messages:
      5,232
      Likes Received:
      364
      Trophy Points:
      83
      Offsets changed. Will need to update them.
       
    20. exaccuss

      exaccuss Active Member

      Joined:
      Nov 10, 2013
      Messages:
      1,021
      Likes Received:
      6
      Trophy Points:
      38
      Thanks, looking forward to a new update. How long do you think it will take?
       
    Thread Status:
    Not open for further replies.

    Share This Page