Welcome!

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

Sign up now!

Tutorial Fixing interact() misclicking

Did this solution help?

  • Yes

    Votes: 2 100.0%
  • No

    Votes: 0 0.0%

  • Total voters
    2
Bot Consultant
Joined
Nov 17, 2014
Messages
304
When trying to interact with something there is a chance that it miss-clicks quite a few times. I have found that it correctly clicks 1/5 times or so.

Delete all .bio files in the RuneMate directory, do not worry, a fresh batch is downloaded when the client is initialized.
 
Joined
Dec 28, 2013
Messages
190
Clouse should really be looked at, the missclicking and spastic movements are unreal lol.
 
Java Warlord
Joined
Nov 17, 2014
Messages
4,906
Deleting the .bio files doesn't make it better, it's pure placebo effect.

Clouse should really be looked at, the missclicking and spastic movements are unreal lol.
@Fonrus is giving his best to reach a settlement with cloud i think.
 
Joined
Dec 1, 2016
Messages
59
Please use my visual developer to take a screenshot of the model you are having issues with. Also deleting your .bio files has no appreciable effect on the quality of clouse's accuracy. Your issue sounds more consistent with either a moving target or a model gone awry.
 
Bot Consultant
Joined
Nov 17, 2014
Messages
304
Please use my visual developer to take a screenshot of the model you are having issues with. Also deleting your .bio files has no appreciable effect on the quality of clouse's accuracy. Your issue sounds more consistent with either a moving target or a model gone awry.
In my case it had been a furnace, and/or a few SpriteItems found in the Bank InterfaceComponent or the Inventory's InterfaceComponent.

I was only made aware that deleting .bio files was purely placeboic. If possible, I would like to raise awareness of the problem to get it fixed and close this thread.
 
Bot Consultant
Joined
Nov 17, 2014
Messages
304
I found
Code:
if(gameObject.hove()){ gameObject.interact(); }
to be quite improving.

After quite a bit of testing and developing of bots, i have found that hovering and interacting does indeed drastically reduce miss clicking. Also, i think there was a client update which "fixed" clouse. At the time of writing the miss clicks are far less than at the time of writing the original post.
 
Top