Thanks to visit codestin.com
Credit goes to github.com

Skip to content

RBot 3.3 Release

Choose a tag to compare

@rodit rodit released this 09 May 19:33
· 30 commits to master since this 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.