erenjwz Posted November 13, 2018 Share Posted November 13, 2018 My bot keeps missing this interaction --> Conveyor.interact("Put-ore-on"); When left clicking the object, It clicks on the 2 line. (Walk Here) not the 1 line (Put ore in) Any ideas? Quote Link to comment Share on other sites More sharing options...
ProjectPact Posted November 13, 2018 Share Posted November 13, 2018 (edited) You could move the mouse over the object (hover) and see if the mouse is over it, then if it is you could either a. Get the bounding box and shrink it then click, or b. directly try interacting with the object. Edited November 13, 2018 by ProjectPact Quote Link to comment Share on other sites More sharing options...
erenjwz Posted November 15, 2018 Author Share Posted November 15, 2018 (edited) On 11/13/2018 at 7:00 PM, Alek said: Can you show screenshots? That's really hard to capture, I can film it if you want it also has a heard time finding to Conveyor Belt. It has to run this code: Quote RS2Object Conveyor = objects.closest("Conveyor belt"); if ( Conveyor.interact("Put-ore-on") ) {....} At least 2 to 5 times till it clicks on the conveyor belt succesfully, weird for some reason. Edited November 15, 2018 by erenjwz Quote Link to comment Share on other sites More sharing options...
erenjwz Posted November 15, 2018 Author Share Posted November 15, 2018 On 11/13/2018 at 7:52 PM, ProjectPact said: You could move the mouse over the object (hover) and see if the mouse is over it, then if it is you could either a. Get the bounding box and shrink it then click, or b. directly try interacting with the object. I think because the conveyor belt is soo big it sometimes goes over the unclickable part of the object an the mouse stay there for like 5 seconds, I can film it if you want. Quote Link to comment Share on other sites More sharing options...