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 Slowing down right click interact

Joined
Jul 17, 2017
Messages
35
Hi,

Is it possible to slow down the interact-methode for a right mouseclick option on an item? Right now, it clicks almost instantly on the requested option in the menu after the right mouseclick, behaving very botlike. I'm trying to teleport with tokkul-zo to the fight cave.

Code:
Equipment.getItemIn(Equipment.Slot.RING)?.interact("Fight Cave")
 
Joined
Jun 9, 2015
Messages
3,735
I don't think this does what OP intends to do (but please correct me if I'm wrong). He's asking if he can slow down the time between the "right click -> option" interaction, which is one #interact method.

@Humfry I wouldn't worry about the speed so much, but if you're really concerned you can always look at the Mouse#setSpeedMultiplier or a different mouse path generator and see if that helps in any way.

Edit: join the #development channel in slack so you can get help faster :)
 
Joined
Jul 17, 2017
Messages
35
I don't think this does what OP intends to do (but please correct me if I'm wrong). He's asking if he can slow down the time between the "right click -> option" interaction, which is one #interact method.
True :)

@Humfry I wouldn't worry about the speed so much, but if you're really concerned you can always look at the Mouse#setSpeedMultiplier or a different mouse path generator and see if that helps in any way.

Edit: join the #development channel in slack so you can get help faster :)

Solved the problem by making my own mouse-click methode, thanks for the help anyway!
 
Top