Skip to content

Releases: rodit/RBot

RBot 3.6 Release

12 Oct 22:45
Compare
Choose a tag to compare

New Features

  1. Grim(x) to RBot script converter
  2. Support for * in all Hunt/Kill commands to target any monster
  3. Aggro all monsters in map (bot.Options.AggroAllMonsters = true)
  4. Toggles for some AQLite settings (bot.Lite.OptionName = ...)
  5. Scripts now show line numbers when an error occurs.
  6. Other .cs files can be referenced in scripts by adding //cs_include file.cs to the very top of a script (before any using statements or other comments). 'file.cs' should be relative to RBot.exe.

Bug Fixes

  1. Custom drop UI now works with RBot. However, the UI must be draggable or open for drop detection/pickups to work.
  2. Skill and drop timers now stop when a script stops.
  3. Skill timer defaults to generic skills if no other skills are loaded (i.e. bot.Skills.StartTimer() should work now).
  4. Fixed Shop Id grabber.
  5. Hunting fixes (forces untarget self and untarget dead enemies on).
  6. Classes no longer missing mana costs by default.

+ Other things I have forgotten about.

RBot 3.5.2.1 Release

09 Oct 13:38
Compare
Choose a tag to compare

Fixed client.swf option persistence and display.

RBot 3.5.2 Release

09 Oct 13:14
Compare
Choose a tag to compare

Game client SWF now configurable (default loads spider.swf 'omgclient').

To change the client swf used, add client.swf=xyz.swf to rbot.cfg.

Credits to purple for initial loader changes.

RBot 3.5.1 Release

12 Jan 14:04
Compare
Choose a tag to compare

Quick fix to bypass Flash EoL check.

  • Hooks GetSystemTime while loading the bot SWF then unhooks it straight after.

  • Other minor bug fixes maybe idrk.

RBot 3.5 Release

20 May 17:46
Compare
Choose a tag to compare

Fixed:

  • Strategy system
  • Quest errors/crashes
  • Packet spammer actually works now
  • Lots of other stuff.

Added:

  • Quest ID list which can automatically update (see Loaders->Quest IDs)
  • Form to build strategies and create a script from them.

WIP:

  • Script builder system (using buttons to build scripts).

RBot 3.4.1 Release

12 May 17:41
Compare
Choose a tag to compare

Fixes:

  • Start/Stop button on script form now behaves correctly.
  • Fixed packet spammer.
  • Fixed hard crashes on flash exceptions (in skill timer).
  • Reduced DCs when farming class points in icestormarena.
  • Fixed auto relogin picking the same server when any option is enabled.
  • Improved auto relogin stability and fixed connection detail hang relogin.
  • Fixed SimpleSkillProvider ignoring added rules.
  • Jump form no longer freezes when jump button is pressed.

Added:

  • int Rank to ScriptPlayer: gets the player's currently equipped class' rank.

RBot 3.4 Release

10 May 12:01
Compare
Choose a tag to compare

Fixed:

  • SWF scaling now works as expected.
  • Other stuff.

Added:

  • Some AQLite features:
    • Inventory search/filter,
    • Inventory/shop scrolling,
    • Quest drop rates in quest window.
  • Added cosmetic SWF grabber/equipper (you can equip other players' items on client side).

RBot 3.3 Release

09 May 19:33
Compare
Choose a tag to compare

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.

RBot 3.2 Release

07 May 16:48
Compare
Choose a tag to compare

Fixed:

  • Private/any map joining now always works.
  • Items bought from shops now appear in inventory immediately.
  • Locked skills are no longer used.
  • Classes with 0CP are now detected in inventory.
  • Script repo 404 error is no more.

RBot 3.1 Release

06 May 14:26
Compare
Choose a tag to compare

This is the official RBot 3.1 release (no longer beta). Bugs should be fixed and all scripts that worked with previous versions of RBot should now work. If there are still issues, please let me know on Discord.