- Joined
- Oct 12, 2015
- Messages
- 3,760
- Thread Author
- #1
Hybrid
GameEvents
ChatDialog
GameEvents
GameEvents
- Shuffled around GameEvents, most game-specific GamEvents have been deprecated and moved into GameEvents.Universal.
- Optimised Camera performance and made it more thread safe
- Both OSRS and RS3 Bank classes will now open the first (if needed) before depositing/withdrawing any items.
- Added Bank.getCurrentTab() & Bank.openFirstTab() so Authors can correctly open the primary bank tab before querying for items etc.
- Fixed a bug where scrolling to an InterfaceComponent/SpriteItem would still try to interact even if the scrolling was unsuccessful/not yet complete.
- New scrolling logic has been implemented to improve performance better mimic the scrolling actions of a legitimate player.
- Optimised minimap visibility queries.
- Added VarbitEvent#getChange()
ChatDialog
- Massive performance upgrade when calling ChatDialog.getOptions(). This has a knock-on effect for all ChatDialog option methods.
- Added support to set Quick-prayers via Prayer.setQuickPrayers().
- Other Prayer API calls will now detect if Quick-prayer selection is open and close it.
- Fixed a bug which caused Withdraw-X interaction to fail.
GameEvents
- Expanded and organised RS3 Interface Closer.
- Improved handling of Grim reaper death event, especially on first death.
Last edited: