Welcome!

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

Sign up now!

Question Is Interact() supposed to consistently misclick?

Status
Not open for further replies.
Joined
Jul 4, 2016
Messages
2
Hello,

I was just wondering if Interact(String, String) is supposed to fail about 40% of the time? When I say fail, I mean either misclicking the menu entirely, thus running somewhere, or clicking the wrong interaction. If this is normal behavior, is there a way to modify the fail rate? The task I'm doing is very simple and even a human would not miss that often. In fact, the rate at which it misses the simple task makes it look like a bot.

Here is sample invocation:

Code:
portableCrafter.interact("Tan Leather", "Portable crafter");

About 90% of the failed time, it clicks the option directly above the target action. The other 10% of the failed time, it clicks out of the menu entirely.
 
Go check out new bots and give helpful feedback.
Joined
Jan 31, 2016
Messages
5,413
That's very strange. It shouldn't misclicks nearly that often
 
Joined
Jul 4, 2016
Messages
2
Yea; it's crazy. It keeps clicking "Clay Crafting" almost as often as it clicks the correct "Tan Leather". I'm going to keep investigating...Hopefully someone else who has had the issue may know what is wrong and how to fix.
 
Joined
Dec 13, 2013
Messages
105
There is an option in settings called force menu interaction, it makes misclicks happen a lot less. I don't know what the drawbacks of using it are and find it weird that thats an option if there were no drawbacks so use with caution i guess.

0FIhB9H.png
 
Go check out new bots and give helpful feedback.
Joined
Jan 31, 2016
Messages
5,413
There is an option in settings called force menu interaction, it makes misclicks happen a lot less. I don't know what the drawbacks of using it are and find it weird that thats an option if there were no drawbacks so use with caution i guess.

0FIhB9H.png
That's makes it always right click which is a strange pattern for a human...
 
Go check out new bots and give helpful feedback.
Joined
Jan 31, 2016
Messages
5,413
Oh, i didnt know, and even so, bot users dont like the bots always using menu interactions.
 
Go check out new bots and give helpful feedback.
Joined
Jan 31, 2016
Messages
5,413
menu is left clicking, where all the actions come up. I dont know what you mean by the one-button option... All i know is i usually right click unless not possible :D
 
Joined
May 30, 2016
Messages
52
it's an option in runescape's gameplay settings that sounds exactly like what you described as force menu interaction.
 
Go check out new bots and give helpful feedback.
Joined
Jan 31, 2016
Messages
5,413
Oh, well some people dont like bots using menu interaction...
 
( ͡° ͜ʖ ͡°)
Joined
Mar 30, 2015
Messages
2,410
Consistently missclicks for me as well. On almost every interaction for items, banks, npcs.
 
Joined
Jul 3, 2016
Messages
7
It appears to be random for me...Sometimes it misclicks like 5 times in a row, and then others it just misclicks every couple of attempts. However, the misclicks are pretty significant, and sometimes the mouse just spasms around the page seemingly trying to highlight different objects or npcs. I get this with several different bots I've tried to run as well as the one I've been developing.
 
Joined
Mar 18, 2017
Messages
36
add
Mouse.setPathGenerator(Mouse.MLP_PATH_GENERATOR);
to your onStart() method and it should reduce the misclicks significantly
 
Status
Not open for further replies.
Top