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
 
Quick question! Since today's update for rbb I get the following window shown;

1745339690147.webp


When I click "Yes", it pulls an update, then shows me the same window again, over and over and over.

I can click "No" and continue as expected, but it will keep showing everytime booting it up.

Do I need to change something somewhere to stop this from happening?
 
Quick question! Since today's update for rbb I get the following window shown;

View attachment 233134

When I click "Yes", it pulls an update, then shows me the same window again, over and over and over.

I can click "No" and continue as expected, but it will keep showing everytime booting it up.

Do I need to change something somewhere to stop this from happening?
You can grab the latest release from here and overwrite the folder manually https://updates.rebornbuddy.com/
 
OK, i installed it and started it. says : There is no profile loaded. Please load a profile before starting the bot. so where do i get a profile and which i had to use ?
 
OK, i installed it and started it. says : There is no profile loaded. Please load a profile before starting the bot. so where do i get a profile and which i had to use ?
You can find many profiles in the resource section of the website, the community discord is also a great place to find information.
 
New build coming now that improves navigation on the new cosmic exploration map. Use of jump-pads should be coming later today with a serverside update.
 
Version 721
Code:
This version adds many api functions that are required for interacting with the newly released cosmic exploration

WorkshopManager added
WKSRecipeNotebook added
WKSMissionInfomation added
WKSMission added
WKSHud added

As this is a first pass, there is still work to be done and some helper functions i would like to add.
 
Is it possible to get support for mouse thumb buttons for the hotkeymanager? In C# they are Keys.XButton1 and Keys.XButton2.
 
Is it possible to get support for mouse thumb buttons for the hotkeymanager? In C# they are Keys.XButton1 and Keys.XButton2.
Internally the hotkeymanager uses the windows RegisterHotKey api which does not support mouse buttons. I can take a look at see what other apis are available, but this might be something worth handling locally in whatever your doing
 
Internally the hotkeymanager uses the windows RegisterHotKey api which does not support mouse buttons. I can take a look at see what other apis are available, but this might be something worth handling locally in whatever your doing
I get around it by remapping the thumb buttons to keys via the mouse software. Would be nice to not have to do that though, especially when using the thumb buttons for work related 3D apps and stuff like web browsing. I can just get a second mouse for RB I suppose.
 
Back
Top