- Thread Author
- #1
At RuneMate we use the major.minor.patch versioning system, so this next update is going to be the first "minor" update. Here are the changes thus far:
- Moved global navigation pathfinding to our server. This means that you will no longer be able to extend the default web. You can however still create your own webs and expand those as you please.
- Added the ability to hide and redisplay the client in the tray icon.
- Improved BeastOfBurden class and added a few additional utility methods (such as newQuery).
- Added Bank.withdraw/deposit/withdrawToBoB(SpriteItem, int).
- Made the Bank class close the search/withdraw x dialogs if they are blocking the item or button we are trying to click (RS3).
- Added a PaletteListener for detecting color palette changes efficiently.
- Added proper behavior to several methods in the ManagedProperties classes (both local instances and the synchronized instance).
- Fixed Summoning.FamiliarOption.setAsLeftClick (again).
- Fixed a negative position exception in the cache reader.
- Fixed an index out of bounds exception in clouse.
- Fixed a division by 0 error in the Menu class.
- Fixed maximizing the client on OSX and Linux.
- Added a fail safe so that the client won't crash if ClientUI.sendTrayNotification gets called on the Platform thread. I'm looking at you team celestial
- Fixed RS3 Target Gauges.
- Added more informative error messages for when a local bot is unable to be loaded. These messages include things such as not being able to resolve the main class as stated in a manifest, the lack of a public constructor, and the failure to extend the proper classes.
- Fixed OSRS Bank Pin Event.
- Added ActionWindow.isLocked (for inventory and equipment).
Last edited: