• Visit Rebornbuddy
  • [Release] RebornBuddy64 Version 1.0.424 - DirectX11 / x64 bit compatible

    Discussion in 'Rebornbuddy Forum' started by mastahg, Feb 29, 2016.

    1. schopenhauer

      schopenhauer Member

      Joined:
      Jul 22, 2014
      Messages:
      218
      Likes Received:
      12
      Trophy Points:
      18
      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.
       
    2. EmersonBigTips

      EmersonBigTips Member

      Joined:
      Sep 3, 2014
      Messages:
      34
      Likes Received:
      0
      Trophy Points:
      6
      It goes without saying that you should always have a backup plan.
       
    3. mastahg

      mastahg Administrator Staff Member

      Joined:
      Feb 27, 2011
      Messages:
      5,229
      Likes Received:
      364
      Trophy Points:
      83
      Offsets were up before 4.41 even went live been dealing with family stuff, did not see any emails about issues looking into it now.
       
    4. Tinuzz

      Tinuzz New Member

      Joined:
      Mar 17, 2018
      Messages:
      12
      Likes Received:
      3
      Trophy Points:
      3
      Sorry to hear about your family stuff, but glad to hear the bot will be back up soon.
       
    5. mastahg

      mastahg Administrator Staff Member

      Joined:
      Feb 27, 2011
      Messages:
      5,229
      Likes Received:
      364
      Trophy Points:
      83
      Looks like the interface that uploads the offsets was broken, trying to get it corrected now.
       
    6. mastahg

      mastahg Administrator Staff Member

      Joined:
      Feb 27, 2011
      Messages:
      5,229
      Likes Received:
      364
      Trophy Points:
      83
      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.
       
    7. y2krazy

      y2krazy Community Developer

      Joined:
      Jun 21, 2011
      Messages:
      2,803
      Likes Received:
      70
      Trophy Points:
      48
      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!!
       
    8. midouharuki

      midouharuki Member

      Joined:
      Nov 1, 2014
      Messages:
      64
      Likes Received:
      0
      Trophy Points:
      6
      The moment I was able to use, everyone did not complain. lol
       
    9. Tony

      Tony "The Bee" Staff Member Moderator

      Joined:
      Jan 15, 2010
      Messages:
      128,834
      Likes Received:
      571
      Trophy Points:
      113
      Extra time added on all eligible RB keys due to the downtime of the recent patch.
       
      snt76 likes this.
    10. Tinuzz

      Tinuzz New Member

      Joined:
      Mar 17, 2018
      Messages:
      12
      Likes Received:
      3
      Trophy Points:
      3
      Could you define eligible in this matter?
       
    11. zzi

      zzi Active Member

      Joined:
      Mar 10, 2016
      Messages:
      308
      Likes Received:
      47
      Trophy Points:
      28
      Your key was able to be used while the bot was down. You'll get that time back.
       
      cfw34683 likes this.
    12. Tinuzz

      Tinuzz New Member

      Joined:
      Mar 17, 2018
      Messages:
      12
      Likes Received:
      3
      Trophy Points:
      3
      FYI, new update is live
       
    13. Tinuzz

      Tinuzz New Member

      Joined:
      Mar 17, 2018
      Messages:
      12
      Likes Received:
      3
      Trophy Points:
      3
      Thanks MastahG, that was super quick!
       
      cfw34683 likes this.
    14. mastahg

      mastahg Administrator Staff Member

      Joined:
      Feb 27, 2011
      Messages:
      5,229
      Likes Received:
      364
      Trophy Points:
      83
      I've pushed offsets for 4.45. I'll have a full new version with some small api changes tomorrow afternoon.
       
      cfw34683 likes this.
    15. mastahg

      mastahg Administrator Staff Member

      Joined:
      Feb 27, 2011
      Messages:
      5,229
      Likes Received:
      364
      Trophy Points:
      83
      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
      
      
       
    16. crpaul

      crpaul Member

      Joined:
      Jun 23, 2016
      Messages:
      137
      Likes Received:
      4
      Trophy Points:
      18
      mastahg i had a prob with orderbot
       

      Attached Files:

    17. mastahg

      mastahg Administrator Staff Member

      Joined:
      Feb 27, 2011
      Messages:
      5,229
      Likes Received:
      364
      Trophy Points:
      83
      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: Nov 15, 2018
      cfw34683 likes this.
    18. crpaul

      crpaul Member

      Joined:
      Jun 23, 2016
      Messages:
      137
      Likes Received:
      4
      Trophy Points:
      18
      [01:50:35.911 N] Navserver rejected login information executing treeroot.stop()
       

      Attached Files:

    19. mastahg

      mastahg Administrator Staff Member

      Joined:
      Feb 27, 2011
      Messages:
      5,229
      Likes Received:
      364
      Trophy Points:
      83
      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
      
      
      
      
       
    20. Sodimm

      Sodimm Member

      Joined:
      Nov 8, 2014
      Messages:
      383
      Likes Received:
      7
      Trophy Points:
      18
      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>
      
       

    Share This Page