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

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

Version 754
Code:
Multiple updates fixing issues with the WorkshopManager

Updatebuddy will now prompt if it encounters a non-empty, non-git directory if it is ok to delete this directory and resume updating. This will occur if you had manually unzipped a directory from github.
 
@mastahg In case you weren't aware, there was the emergency maintenance this morning that finished and requires an update to the bot. Thanks!
 
Updatebuddy is now intergrated into RB
As per rebornbuddy wiki, you install UpdateBuddy as a standalone plugin, putting into RebornBuddy\Plugins\ folder. Now what i have to do, since it is integrated inside RB?
I have to delete updatebuddy from the plugins foldere, or will it fix things automatically when i start the bot?
 
As per rebornbuddy wiki, you install UpdateBuddy as a standalone plugin, putting into RebornBuddy\Plugins\ folder. Now what i have to do, since it is integrated inside RB?
I have to delete updatebuddy from the plugins foldere, or will it fix things automatically when i start the bot?
Rb will automatically remove the plugin from the folder if it is installed. Updates will occur automatically during login so you won't need to restart the bot when updating existing stuff.
 
Version 755
Code:
Fix some issues with updatebuddy dealing with locales
 
Version 756

Code:
Fixes issue with WorkshopManager, adds ClassMissionData.SeconadryMissions
 
Version 758
Code:
CraftingMacroManager added

Api can be found at https://rebornbuddy.com/doxygen/classff14bot_1_1_managers_1_1_crafting_macro_manager.html

A newly included SmartSyntheize orderbot tag utilizes this function.

Examples of the SmartSyntheize tag are such as

Craft 33 logs
<SmartSyntheize ItemId="5361" Count="33" />
Craft 33 logs
<SmartSyntheize RecipeId="1008" Count="33" />
Craft 1 log
<SmartSyntheize ItemId="5361" />

Craft 1 log while the user has less then 33 logs in the inventory
<While condition="not HasAtLeast(5361,33)">
<SmartSyntheize ItemId="5361"  />
</While>

I hope that users will find this api useful, I can imagine a lot of possibilities that used to rely on lisbeth to crafting items. While this will not gather the materials for you, it is a good first step in that direction.
 
Version 759
Code:
Resolves issues buying items with cosmic exploration currencies
 
Today’s update patch 7.35, so the bot might need to be updated as well.
I’d really appreciate it if you could help update the Offsets. Thank you!
 
Version
Code:
Silence enable plugins quest behavior when empty
Silence disable plugin quest behavior when plugin is not installed
 
Version 767
Code:
FlyTo/Flightor should perform better in most cases
Reduced false detection of "Indoor" regions
Resolved game bug causing the character to jump while landing
 
Back
Top