Orderbot:
UseItem, UseObject:
If a interaction target is found in a hotspot we are not navigating to, set the hotspot that contains the target as the one we are interested in.
HandOver, TurnIn:
New optinal attribute added: "RequiresHq", array of bools indicating if the items that are being handed over must be high quality or not. If provided, the number of items must match the number of different itemids.
Gathertag:
Will now wait until the gathering log window opens before releasing control back to the bot.
Now uses the builtin log functions.
Conditions:
IsTimeBetween now handles the case IsTimeBetween(19,1), ie when the end time is on the nextday
IsTimeBetween now uses (now >= start) && (now <= end) instead of (now > start) && (now < end)
So it will now match 19 at exactly 19, instead of having to wait until 19:01
Jsonsettings:
Mark the version as non-browse-able.