- Joined
- Oct 12, 2015
- Messages
- 3,760
- Thread Author
- #1
Hybrid
Logging
OSRS
DepositBox
RS3
WorldHop
Logging
- Introduced session specific logging. A new log file will now be created for each new bot instance.
- To facilitate this we have introduced the BotLogger class which you can access via AbstractBot#getLogger(), Task#getLogger(), BranchTask#getLogger() and LeafTask#getLogger().
- It is highly recommended that Bot Auhors switch to using this logger as opposed to the usual System.out and System.err
- Exposed ScriptMetaData#getAuthorId()
- ChatDialog Continue and Option now implement the Selectable interface
- Added Area#derive() to shift an area's position by a given x/y.
- Added DepositBox#depositAllExcept()
- Exposed Environment.getRuneScapeProcessId()
OSRS
DepositBox
- Fixed DepositBox.close() which was causing Prime Fishing to fail at times, this should now be resolved.
- Perfect projection for items on tables and ground - we are the first client to get this 100% correct on both RS3 and OSRS without using any hacks.
RS3
WorldHop
- Fixed RS3 World Hop which was causing premium bots that relied on it to stop working.
- Added getItems()
Last edited: