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!

[Release] RebornBuddy64 Version 1.0.681 - DirectX11 / x64 bit compatible

I am sorry me wishing someone well offended you.

It didn't offend me, there have been insinuations as if the rest of us don't give a shit if he is well or not because we're concerned about the bot working. I think I made it pretty clear what my issue was in the original post, I think all of us hope he is well and goes without saying.



By all means start a candlelight vigil.
 
either way I just got a sub for 1.07 usd for 2 days to mmominion because I am unable to use this bot.. it's not bad..but over bloated imo. but because I can't use this software i have given money to the competitor
It goes without saying that you should always have a backup plan.
 
Sorry to hear about your family stuff, but glad to hear the bot will be back up soon.
 
Looks like the interface that uploads the offsets was broken, trying to get it corrected now.
 
Offsets have been once again uploaded, everything should be working now. In my haste to get 4.41 working I made a typo in our offset generation which caused an overflow which led to the offsets being rejected. Im seeking an extension for all users who were effected by this.
 
Offsets have been once again uploaded, everything should be working now. In my haste to get 4.41 working I made a typo in our offset generation which caused an overflow which led to the offsets being rejected. Im seeking an extension for all users who were effected by this.
Thanks for the update! Sorry to hear about the situation you had to deal with, but I'm glad it wasn't you ending up in the hospital for one reason or another. Glad to have you back!!
 
Extra time added on all eligible RB keys due to the downtime of the recent patch.
 
I've pushed offsets for 4.45. I'll have a full new version with some small api changes tomorrow afternoon.
 
Version 232
Code:
Updated for FFXIV 4.45

Changes:
GetTo is now much better at handling when the location is slightly off the navigation mesh

Api changes:
New poi enum options added
Poi can now have an optional zoneid parameter used
 
I missed an api change in the change notes.

Code:
NavigationProvider.CanFullyNavigateFrom

Custom navigators will need to be updated to implement this function even it is just a wrapper in order for getto to work.
 
Last edited:
Version 235
Code:
New ChocoboRaceManager class added
   public static class ChocoboRaceManager
   {
       public static HotbarSlot Item;
       public static HotbarSlot Ability;

       public static bool CanUseItem;
       public static bool CanUseAbility;

       public static void UseItem();
       public static void UseAbility()

       public static ChocoboStatus Status;
       public static float Stamina;
   }

MovementManager.Move(MovementDirection dir, TimeSpan time) works correctly again

ActionType.PetAction2 has been renamed to ActionType.ChocoboRaceAbility
 
Path Failure when using GetTo from Ala Ghiri to Mount Yourn (Tries to go via Porta Praetoria but can't navigate to The Peaks exit).

Example:

Start from Ala Ghiri Aetheryte.

Code:
<Profile>
  <Order>
    <GetTo ZoneId="620" XYZ="311.476, 324.3033, 361.2439"/>
  </Order>
</Profile>
 
Back
Top