Skip to content

RBot 3.6 Release

Latest
Compare
Choose a tag to compare
@rodit rodit released this 12 Oct 22:45

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.