Welcome!

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

Sign up now!

Resolved Interaction (with interfaces) failing

Java Warlord
Joined
Nov 17, 2014
Messages
4,906
I recognized the interaction is failing miserably when trying to interact with interfaces, for example trying to deposit an item. I haven't experienced the same with 3d models.

What happens is, the mouse moves towards the interface, but keeps interupting at like half of the way, resulting the interaction to abort/fail.

As i can't see the exact mouse path and movement i can not precisely say what the exact issue is though.

@Cloud
 
Java Warlord
Joined
Nov 17, 2014
Messages
4,906
Hmm interesting, is it only SpriteItems or is it all 2d interfaces?
Seems to happen with menuitems and maybe the minimap aswell. So I would assume it is interfaces in general.
 
Java Warlord
Joined
Nov 17, 2014
Messages
4,906
Sure
 
Does this still occur on the latest releases?
Still persists somehow. Depositing for example fails miserably. Path#step(true) takes more than 7 seconds, while I think most of the time the mouse does not start moving.
 
Last edited:
Engineer
Joined
Jul 28, 2013
Messages
2,776
Still persists somehow. Depositing for example fails miserably. Path#step(true) takes more than 7 seconds, while I think most of the time the mouse does not start moving.
It sounds like several distinct bugs. I recommend posting a new thread regarding slow path generation and stepping (be sure to mention path type) along with another thread for bank depositing failing on rs3.
 
Java Warlord
Joined
Nov 17, 2014
Messages
4,906
It sounds like several distinct bugs. I recommend posting a new thread regarding slow path generation and stepping (be sure to mention path type) along with another thread for bank depositing failing on rs3.
Path generation is fairly quick. Bot WebPath and RegionPath barely take 2 seconds to generate if uncached.
 
Top