- Thread Author
- #1
Changelog
- Developer tools available on the bot store are now accessible from within sdk mode
- You can now start a bot from the command line via the -bot="name" argument
- You can select a default account to be used via the -account="login_name" argument
- onStart() has been changed to onStart(String... arguments) to allow for setting up scripts from the command line. You should try to support passing in the configuration via CLI arguments so that users can avoid having to setup GUI's.
- Added Interactable#getInteractionPoint(Point origin)
- LocatableEntity#getVisibility() has been added, it returns a percentage stating roughly how visible it is.
- Entirely accurate when a model is available
- Accurate to approximately 10% when a backup or forced model is used
- When the coordinate is the only visibility indicator available, it will only return 0%, 50%, or 100%. This is subject to change in the near future when I decompose it into further polygons, however it still won't be as accurate as when a model is available.
- [Delayed!] Removed "production" element from script manifest, replaced with "hidden" element which can be used to hide your script from the bot store (subject to being approved which is done in a similar way to script updates).
- Fixed Uncaught Exception dialogue not showing the exception.
- Fixed default mouse trail not appearing.
- Added Path#step(TraversalOption... options)
Last edited: