Welcome!

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

Sign up now!

Request Streamline interact()

Joined
Feb 13, 2016
Messages
87
Would it be possible to improve the current interaction method? Firstly, the current method is relatively slow. This might not be an issue with bots that require few actions (e.g., woodcutting and fishing bots) but it is for bots that do require frequent actions (e.g., hunting and thieving bots). Secondly, the current version is fairly inaccurate. Occasionally, multiple interaction attempts are necessary before bots actually manage to do something, especially if animated Npcs are nearby. Finally, the current method is unreliable. I have noticed that the interaction method will mess up sometimes, even if it successfully right-clicked on an object to make an appropriate menu item appear. This results in bots getting stuck. In conclusion, the current interaction method is not adequate to develop bots that require frequent interactions.
 
Client Developer
Joined
Oct 12, 2015
Messages
3,760
In addition, if there are multiple GameObjects with the same interaction but different object names, it will sometimes interact with the wrong GameObject. Minor, because this is rare, but still related.
 
Java Warlord
Joined
Nov 17, 2014
Messages
4,906
Yup, interaction fails about 80% of the time, at least that's how it feels like. Which is actually less human, humans don't fail interactions that frequently.
 
Top