Why does no one post a full log! The humanity!
<HotSpots>
<Hotspots XYZ="....">
</HotSpots>
<HotSpots>
<Hotspot XYZ="....">
</HotSpots>
<HotSpots>
<HotSpot XYZ="....">
</HotSpots>
is the only difference really the word HotSpots and Hotspot?
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.
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.
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 oddVersion 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.