Skip to content

RBot 4.1.3

Latest
Compare
Choose a tag to compare
@BrenoHenrike BrenoHenrike released this 12 May 21:56

This version fixes problems with rate limiting from the GitHub API partly, partly because it needs you to authenticate with your GitHub account and then you will receive an unique token that will be used for all requests related to GitHub (auto update scripts and Get Scripts window).

  • Added ScriptInterface#Options.ReloginTries, you can use it to define how many times RBot should try to relogin, default is 3;
  • Relogin task works as intended;
  • Get Map Items function now works with whatever path your RBot has, previously it would fail if the path had spaces;
  • ScriptManager.StopScript() now accepts a boolean to indicate whether you want it to run the ScriptInterface#Events.ScriptStopping event.