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

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

[Release] RebornBuddy Version 1.0.461

Looks like some zones were mapped incorrectly, restarted the nav server should be working now. Still not sure what caused it to happen in the first place.
 
Version 455
Code:
Main:
SpecialCurrencyManager added.
-Handles checking how much and current progress twoards the limit of currencies that are not held within the normal inventory.
-CenturioSeals,BlueCraftersScrips,RedCraftersScrips,BlueGatherersScrips,RedGatherersScrips are currently supported
SpecialShopManager added.
-Handles getting information for ShopExchageCurrency and ShopExchangeItem
ShopExchageCurrency added
-ShopExchageCurrency.Purchase(itemid,count)
-ShopExchageCurrency.CanAfford(SpecialShopItem item)

Support for ShopExchangeItem will be coming soon.

Macro navigation has been moved from inside the GetTo Behavior into the main bot.
It can now be utilized via the NavGraph class
Two functions are provided:
Queue<NavGraph.INode> NavGraph.GetPath((uint)ZoneId, XYZ)
Composite NavGraph.NavGraphConsumer(ValuteRetriver<Queue<NavGraph.INode>>)

This allows all botbases to make easy use of the macro navigation system.

A new helper function has been added to ff14bot.Helpers.Utils
DynamicString<T>(this T obj, params string[] propertiesToSkip)
Will iterate an objects public fields and properties and generate a nice string to aid in debugging

RebornConsole:
Log(object) will no longer throw an exception when an object that output curly brackets is passed toit
 
ExBuddy has also been updated, please update otherwise it will not function.
 
Hwy i got a problem can anyone help ?

So i updated my rebornbuddy today and now any of my profiles are working idk whats wrong ._. Is it because of the update ?
 
Well since i am new and u keep telling me to updated witch i did when i turned it on it was loading stuff and updating stuff ... how do u update it then the other way witch u mean ._.
well i reinstall it and update it when i logged in and syill wont work
 
Last edited:
Well i re-install the whole thing then install it again took the link what it is saying if the rebornbuddy wont work so install the thing and also it installed c++ so everything is **updated** rebornbuddy and still any of my profiles wont work anybody have same issues and know how to reslove it ? Please for help and thank you .
 
Exbuddy is not rebornbuddy. You had to install exbuddy to use those profiles, go redo that.
 
Well can u explain how to do that because a friend did it all for me and then he just sendet me the folder ...
 
Version 461
Code:
Combat Assist:
Will now check and see if your party members are incombat instead of solely checking the players status.
-This can be disalbed in the options menu



Kupo:
Slight performance improvement by extracting delegates to a variable.

TripleTriHard:
Update some teleport logic to behave better

Api Changes:


Character.StatusFlags implemented

PartyManager: PartyMember.BattleCharacter saves a cast from gameobject
 
Back
Top