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"/>
Uncomment #define LogCall in the Utilities/CallSafety.cs, this will only log calls that are external to rb and utilize the wrapper functionHow do you enable logging with the new CallInjectedWraper?
You can grab the latest release from here and overwrite the folder manually https://updates.rebornbuddy.com/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?
Yes, working fine for the new patchSo this Bot is still working ? With the latest FFXIV Patch too ?
You can find many profiles in the resource section of the website, the community discord is also a great place to find information.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 ?
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
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 doingIs it possible to get support for mouse thumb buttons for the hotkeymanager? In C# they are Keys.XButton1 and Keys.XButton2.
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.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