Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

Sign up now!

v2.4.9

Client Developer
Joined
Oct 12, 2015
Messages
3,760
Been a while! Here a list of everything I could grab since the last change log...

Please note - this list is largely from memory so there's a good chance I've forgotten some things.

Hybrid
Shop
  • Shop class overhaul
  • Documented around 60 shop interfaces for RS3
  • Performance upgrades in buy and sell
  • getItems() optimised
WorldHop
  • Added ability to use the quick-hop features in both OSRS and RS3
Interfaces
  • Performance changes when using InterfaceComponentQueryBuilder
  • Added InterfaceComponent.Type
  • Supplying .types() and .containers() to this query builder will improve execution speeds drastically
  • Fixed a bug where the position of an InterfaceComponent would be incorrect
Area
  • Overrode Area#equals so two equal areas now correctly return true
  • Area#contains now takes plane into account
GameEvents
  • Optimised interface querying for RS3 and OSRS interface closers
  • Improved reliability and speed of RS3 bank pin handler
Web
  • Improved web path step behavior
Menus
  • Generally improved performance upgrades with MenuItems
Items
  • Created a unified Items class to help with SpriteItem/GroundItem methods, making optimizations easier
OSRS
Prayer
  • Added support for Quick prayers
  • Prayers now use interface name
NPC
  • No longer cache so NPCs with multiple transformations should query correctly each time
Projectile
  • Fixed a bug in target resolution
Deprecated
  • OSRSTab deprecated and replaced by ControlPanelTab
RS3
MakeXInterface
  • Fixed NPE
 
Top