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

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

    1. mastahg

      mastahg Administrator Staff Member

      Joined:
      Feb 27, 2011
      Messages:
      5,229
      Likes Received:
      364
      Trophy Points:
      83
      Need a log
       
    2. crpaul

      crpaul Member

      Joined:
      Jun 23, 2016
      Messages:
      137
      Likes Received:
      4
      Trophy Points:
      18
      ok
       

      Attached Files:

    3. crpaul

      crpaul Member

      Joined:
      Jun 23, 2016
      Messages:
      137
      Likes Received:
      4
      Trophy Points:
      18
      looks like boss's work
       
    4. mastahg

      mastahg Administrator Staff Member

      Joined:
      Feb 27, 2011
      Messages:
      5,229
      Likes Received:
      364
      Trophy Points:
      83
      Could i get a clean log, that one has so much extra stuff added it's impossible for me to tell if its an internal issue.
       
    5. nishalp

      nishalp Member

      Joined:
      Sep 13, 2014
      Messages:
      177
      Likes Received:
      4
      Trophy Points:
      18
      Fatebot just seems off. It constantly says no fates available when its there. I have reinstalled the bot. No filters are set in fatebot. But just keeps say no fates within operational parameters. What do you need? I check the logs but does not seem like much in there.
       
    6. mastahg

      mastahg Administrator Staff Member

      Joined:
      Feb 27, 2011
      Messages:
      5,229
      Likes Received:
      364
      Trophy Points:
      83
      I see the issue, new build coming now.
       
    7. nishalp

      nishalp Member

      Joined:
      Sep 13, 2014
      Messages:
      177
      Likes Received:
      4
      Trophy Points:
      18
      Thx. Working now.
       
    8. Zamphire

      Zamphire Member

      Joined:
      May 16, 2013
      Messages:
      349
      Likes Received:
      11
      Trophy Points:
      18
      It seems the new area in the firmament is unable to be navigated by RB, the Skysteel Workshop off to the left when you walk in. Could we get this area meshed please?
       
    9. mastahg

      mastahg Administrator Staff Member

      Joined:
      Feb 27, 2011
      Messages:
      5,229
      Likes Received:
      364
      Trophy Points:
      83
      Yes. I'll post an update when it's been deployed.
       
    10. mastahg

      mastahg Administrator Staff Member

      Joined:
      Feb 27, 2011
      Messages:
      5,229
      Likes Received:
      364
      Trophy Points:
      83
      Was having some issues with the nav server, update is now deployed. Sorry for the downtime.
       
    11. Zamphire

      Zamphire Member

      Joined:
      May 16, 2013
      Messages:
      349
      Likes Received:
      11
      Trophy Points:
      18
      Thank you for fixing it so quickly.
       
    12. nt153133

      nt153133 Member

      Joined:
      Nov 11, 2017
      Messages:
      68
      Likes Received:
      7
      Trophy Points:
      8
      GardenManager's structs offsets are off a bit. The offset from agent to seed/soil structs have shifted by +0x10 and is now 0x48, not 0x38. Currently GardenManager fails at planting since the seed struct actually reports the soil and soil reports nothing.

      Code:
      var patternFinder = new GreyMagic.PatternFinder(Core.Memory);
      var offset = patternFinder.Find("41 8B 4E ? 8D 93 ? ? ? ? Add 3 Read8").ToInt32(); //0x48
      var soilStruct = Core.Memory.Read<HousingPlantSelectedItemStruct>(AgentHousingPlant.Instance.Pointer + offset );
      var seedStruct = Core.Memory.Read<HousingPlantSelectedItemStruct>(AgentHousingPlant.Instance.Pointer + offset + GreyMagic.MarshalCache<HousingPlantSelectedItemStruct>.Size);
      Log("RB:");
      Log(AgentHousingPlant.Instance.SeedStruct.DynamicString());
      Log(AgentHousingPlant.Instance.SoilStruct.DynamicString());
      Log("True:");
      Log(seedStruct.DynamicString());
      Log(soilStruct.DynamicString());
       
    13. mastahg

      mastahg Administrator Staff Member

      Joined:
      Feb 27, 2011
      Messages:
      5,229
      Likes Received:
      364
      Trophy Points:
      83
      Thanks, updated offset has been pushed.
       
    14. woode323

      woode323 Member

      Joined:
      Apr 1, 2012
      Messages:
      41
      Likes Received:
      1
      Trophy Points:
      8
      5.5 now live
       
    15. mastahg

      mastahg Administrator Staff Member

      Joined:
      Feb 27, 2011
      Messages:
      5,229
      Likes Received:
      364
      Trophy Points:
      83
      Version 411
      Code:
      Initial Patch 5.5 support
      AetherialReduction/Salavaging/Etc is probably broken and will need to be looked at
      
      
      Navmesh is still cooking and will be uploaded when I wake up

      Please report any issues with this release in this thread.
       
      woode323 likes this.
    16. Jokoast

      Jokoast New Member

      Joined:
      Mar 12, 2017
      Messages:
      11
      Likes Received:
      1
      Trophy Points:
      3
      The AetherialReduction still works half of the time. The CanReduce property says False when it should be True and calling the AetherialReduction CommonTask does nothing for those items.

      I hope you wake up soon :')
       
    17. nt153133

      nt153133 Member

      Joined:
      Nov 11, 2017
      Messages:
      68
      Likes Received:
      7
      Trophy Points:
      8
      The AetherialReduction is an issue in RB's DB depending on what class levels you have. Like Thunder Rock (which is a mining item) has a AetherialReductionIndex of 15 in the db, and when CanReduce gets called it checks that against the PurifyDBResult table and returns class 18 (Fisher) level 60 required. So the AetherialReductionIndex's are wrong on items and if you happen not to have a job at that level (in this case fisher >= 60) then it won't let you reduce.
       
      Jokoast likes this.
    18. mastahg

      mastahg Administrator Staff Member

      Joined:
      Feb 27, 2011
      Messages:
      5,229
      Likes Received:
      364
      Trophy Points:
      83
      Pretty sure the AetherialReductionIndex are correct, they just don't care about it's value anymore since they removed the purify table with 5.5. New version should work.
       
    19. mastahg

      mastahg Administrator Staff Member

      Joined:
      Feb 27, 2011
      Messages:
      5,229
      Likes Received:
      364
      Trophy Points:
      83
      Version 413

      Code:
      Updated for version 5.55
      
      
      New botbase added "ExtractBot" will extract materia from spiritbound gear > 400 ilevel (source code is in the botbase folder if you want to change it)
      
      Api Changes:
      CommonTasks.ConvertToMateria renamed to ExtractMateria, ConvertToMateria left in to prevent breaking scripts.
      Functionality has been updated, is much faster.
      
      BagSlot.UseItem now returns a bool instead of void indicating if the item was actually able to be used.
      
      Precompiled plugins/botbases will most likely need to be recompiled to target this new version.
      
      
       
    20. mastahg

      mastahg Administrator Staff Member

      Joined:
      Feb 27, 2011
      Messages:
      5,229
      Likes Received:
      364
      Trophy Points:
      83
      Ask the author to recompile whatever that is.

       

    Share This Page