RBot 3.3 Release
Bug Fixes:
- Fixed item buying/selling and bank loading waits only occurring once (ManualResetEvent switched out with AutoResetEvent).
- Fixed auto login always logging into Twilly.
- Fixed Disable FX and Hide Players option.
- Fixed error when enabled accept/reject all drops.
- Fixed script start/stop button (now correctly says what it does).
- Fixed grabber treating merge items as normal shop items.
- Other stuff probably.
Added utility methods:
ScriptQuests
bool TryGetQuest(int id, out Quest quest)Quest EnsureLoad(int id)
See documentation for more information.