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.10 - Scrolling!

Client Developer
Joined
Oct 12, 2015
Messages
3,760
Hybrid
GameEvents

  • Shuffled around GameEvents, most game-specific GamEvents have been deprecated and moved into GameEvents.Universal.
Camera
  • Optimised Camera performance and made it more thread safe
Bank
  • 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.
Interaction
  • Fixed a bug where scrolling to an InterfaceComponent/SpriteItem would still try to interact even if the scrolling was unsuccessful/not yet complete.
Interfaces
  • New scrolling logic has been implemented to improve performance better mimic the scrolling actions of a legitimate player.
Coordinate
  • Optimised minimap visibility queries.
Varbit
  • Added VarbitEvent#getChange()
OSRS
ChatDialog
  • Massive performance upgrade when calling ChatDialog.getOptions(). This has a knock-on effect for all ChatDialog option methods.
Prayer
  • 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.
Banking
  • Fixed a bug which caused Withdraw-X interaction to fail.
RS3
GameEvents
  • Expanded and organised RS3 Interface Closer.
  • Improved handling of Grim reaper death event, especially on first death.
 
Last edited:
Joined
Oct 15, 2014
Messages
235
Yes very nice update! Thank you so much for both Fridays and Yesterdays updates and cheers to the first two updates of 2017!
 
s̶c̶r̶i̶p̶t̶ bot*
Joined
Aug 23, 2015
Messages
2,223
Interfaces
  • New scrolling logic has been implemented to improve performance better mimic the scrolling actions of a legitimate player.

@Party could you go into detail on how the scrolling works? Possibly provide an example? I didn't see anything in the documentation for interface scrolling. Thanks! :)
 
Joined
Oct 15, 2014
Messages
235
@Party could you go into detail on how the scrolling works? Possibly provide an example? I didn't see anything in the documentation for interface scrolling. Thanks! :)
I see it scrolling I believe when it is picking a world while world hoping. After this update, I may be crazy but it apears to scroll up and down and select a world much more smoothly and less drastic movements like before. This is what I have experienced anyhow and I hope a lot mining addy
 
s̶c̶r̶i̶p̶t̶ bot*
Joined
Aug 23, 2015
Messages
2,223
Oh... it's not for bot developers? Like a container.scrollTo(component)?
 
Joined
Oct 15, 2014
Messages
235
Oh... it's not for bot developers? Like a container.scrollTo(component)?
Probally is and the smoothness is all in my head lmao, But I do know after the updates it works real good where as before it was'nt hoping right.
 
Client Developer
Joined
Oct 12, 2015
Messages
3,760
@Party could you go into detail on how the scrolling works? Possibly provide an example? I didn't see anything in the documentation for interface scrolling. Thanks! :)

Interfaces class in jdocs
 
Probally is and the smoothness is all in my head lmao, But I do know after the updates it works real good where as before it was'nt hoping right.

It's not in your head, I put a lot of work into it :p
 
Top