- Joined
- Oct 12, 2015
- Messages
- 3,760
- Thread Author
- #1
Client
Account Ordering
Input Blocking
GrandExchange
EnumDefinitions
RS3
Lobby Handler
Account Ordering
- Accounts in the side bar will now be ordered by alphabetically account alias (or email if no alias).
- Fixed a small oversight from last release where pressing enter after typing in the password or two-step key would not start the login, and you had to press the button.
- Added a few new command line arguments:
- -decorated
- Spawns the client using the decorated window
- -botdirectory="path/to/local/bot/directory"
- Sets the local bot directory for SDK mode via command line argument rather than through the Preferences page.
- -autostart={OSRS|RS3|PID}:{ACCOUNT_ALIAS}:{BOT_INTERNAL_ID}
- The first argument is the game type, or PID of the open RS client to bind to.
- If it can't find an existing RS client, it will spawn a new one.
- The second argument is the alias of the account to start the bot session on.
- The bot internal ID is required to differentiate between bots. If two bots have the same internal ID this feature will produce unexpected results.
- eg. -autostart=OSRS:"main-account":"prime-nmz"
- This is an experimental feature and is designed for SDK usage only.
Input Blocking
- Fixed a bug where pausing the bot from RWS would not unblock input.
- Implemented the Spirit Tree vertex type in 2.41.1.
- Fixed the name and action patterns for Spirit Tree vertices, resulting it in being unable to locate the Spirit Tree.
- Fixed an NPE associated with using the Spirit Tree.
GrandExchange
- Implemented GrandExchange.close()
- Added documentation which will be available on next documentation refresh.
EnumDefinitions
- Revised the API for EnumDefinitions to make them more accessible to users.
- Implemented Health.isPoisoned()
RS3
Lobby Handler