What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

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

Version 708

Code:
Orderbot:
Bot will now begin moving before mounting in most cases 

Add a small delay to CommonTasks.Teleport to help prevent error messages

The PreferHTTP2 setting has been renamed To PreferHTTP2OverHTTP3 to make it more clear that it is a downgrade
 
How to enter the dungeon using Trust (system)? How should this configuration be modified?
Currently, it only Duty Support

<If condition="not DutyManager.InInstance">
<JoinSupportDuty DutyId="676"/>
 
How to enter the dungeon using Trust (system)? How should this configuration be modified?
Currently, it only Duty Support

<If condition="not DutyManager.InInstance">
<JoinSupportDuty DutyId="676"/>

As far as i know trust is not supported via a orderbot tag, only via panda farmer. You can try getting a trial via their community discord.
 
How do you enable logging with the new CallInjectedWraper?
Uncomment #define LogCall in the Utilities/CallSafety.cs, this will only log calls that are external to rb and utilize the wrapper function
 
Back
Top