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

Why does no one post a full log! The humanity!


Every profile I've looked at has invalid XML

Incorrect:
Code:
<HotSpots>
<Hotspots XYZ="....">
</HotSpots>

=====
Correct
Code:
<HotSpots>
<Hotspot XYZ="....">
</HotSpots>

or

Code:
<HotSpots>
<HotSpot XYZ="....">
</HotSpots>

I have absolutely no idea how these profiles could have ever worked in the past, but to try and make this work now without breaking anything would be more effort then profile creators updating to valid xml.
 
is the only difference really the word HotSpots and Hotspot?

From what I've seen yes and I can't understand how it worked at all because internally they are two different objects which is why they are named differently. (Hotspots are a list of individual hotspot)
 
Version 344

Code:
Quest Behaviors have been extracted from the core and are now compiled at run time so that users may examine and modify them.
Qb's are compiled at start up one time, reloading them without restarting the bot is not currently planned.

A lot of the older qb's don't have the best coding standards that the newer ones do (Synthesize is a much better example to look at then huntbehavior)


Api:
CraftingManager.SetQuality has been added, look at Synthesize.cs for context

Bug fixes:
Bot will now default to orderbot on startup for the first time.
 
any way to get quest behaviors loaded before plugins? I had a few tags in plugins that extended behaviors that have stopped working.
 
any way to get quest behaviors loaded before plugins? I had a few tags in plugins that extended behaviors that have stopped working.


New build in a few seconds will compile qb's first then plugins, then bots.
 
Every profile I've looked at has invalid XML

Incorrect:
Code:
<HotSpots>
<Hotspots XYZ="....">
</HotSpots>

=====
Correct
Code:
<HotSpots>
<Hotspot XYZ="....">
</HotSpots>

or

Code:
<HotSpots>
<HotSpot XYZ="....">
</HotSpots>

I have absolutely no idea how these profiles could have ever worked in the past, but to try and make this work now without breaking anything would be more effort then profile creators updating to valid xml.

<HotSpots>
<HotSpot XYZ="....">
</HotSpots>

is causing it to return as 0,0,0 for me in GrindAreas. For the correct values, I need to use:

<Hotspots>
<HotSpot XYZ="....">
</Hotspots>
 
Last edited:
3.1 changed a ton of things under the hood and updating the bot to be compatible is going to be a lot of work. Can't give any etas but don't expect anything today.
 
Was hoping for a staged release of some kind, but all in good time. Hope you're stocked up on coffee and snacks =)
 
Don't hurry ;)
Better a complete view into that stuff as something fast released.
Ofc I miss my FateBot, but I can sure wait a bit longer =)
 
tumblr_mvyl8kUCx51s8udf8o1_500.gif


Everything is a little donked and a few important things are majorly donked so doing a staged release doesn't make much sense.
 
Rofl, it's fine, I just had this dream while the servers were down that I'd be able to get through the new combat content by being lazy soonish after launch, but no worries man XD
 
Version 347
Code:
Initial release for 3.1 Version of final fantasy

Everything except queuing for dungeons should be working, please report any issues in the support forum with a full log file attached.


Api
Gameobject.Status is now deprecated, they totally reworked how this functions.
 
Version 347
Code:
Initial release for 3.1 Version of final fantasy

Everything except queuing for dungeons should be working, please report any issues in the support forum with a full log file attached.


Api
Gameobject.Status is now deprecated, they totally reworked how this functions.
the exact momment you posted this i get an email sayingdont expect rb to be working today....soooo this is odd :p
 
Version 347
Code:
Initial release for 3.1 Version of final fantasy

Everything except queuing for dungeons should be working, please report any issues in the support forum with a full log file attached.


Api
Gameobject.Status is now deprecated, they totally reworked how this functions.

You magnificent wizard! Thank you sir.
 
Version 347
Code:
Fix issue with bags
Fix possible issue with IsDead
 
Back
Top