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

Is the navserver down right now?
Sorry about that, I moved the auth server and the navserver was still using a old domain instead of the new one. Leading to the nav server being unable to check if sessions were valid.
 
I've updated the navserver to utilize the proper domain, and improved the authentication logic.
 
Version 776

Code:
Api Changes:

FishingManager.ChangeBait added
WorldManager.GetWeatherForZone(uint zoneid, int houroffset) added

Orderbot changes:

Two new functions are available in the condition parser
IsWeatherInZone(uint zoneid, params string[] weather)
IsWeatherInZoneOffset(uint zoneid,int houroffset, params string[] weather)

ExMatt's excellent fishing tag has been ported over and is now included in the base install of RB. 
This is a first pass at getting this functional again, and it works well for the most part. The logic for checking if a fish is "high-quality" will likely need to be updated as well as a few strings for the global markets

Also further enhancements to the speed of the login server was done today.
 
Last edited:
Version 779
Code:
FrameCachedObject now internally locks, this is to prevent issues where 3rd party plugins can call functions from a gui thread while the bot is starting up causing race conditions
 
Version 780

Code:
Optimize FishingManager.ChangeBait slightly
Fixed filtering updatebuddy to show only products available in your region
Fixed some issues with updatebuddy when playing in a nonenglish locale

New Plugins:
Added a plugin to enable placing your character name in the title of the program
Added a plugin to enable minimizing rebornbudddy to the system tray
 
Last edited:
Version 782
Code:
Api Changes:
Catch window is now supported

Catch.FishName, Catch.Large, Catch.FishSize,Catch.QualityStars,Catch.Quantity,Catch.CaughtFish

Fish tag now uses this window instead of scraping the chatlog for increased profile compability across different locales
 
Back
Top