Ales 2 Share Posted October 24, 2015 (edited) It takes up to 5 seconds to picks an item. Is this on me or do you experience same slow reaction? Gif: https://gyazo.com/84c4cca7f63e4a84e3104348b07b27a1 My code: public void picking() { GameObject log = getGameObjects().closest(item -> item !=null && item.getName().contains("Fungi on log")); //GameObject log = getGameObjects().closest(p -> p != null && p.getName().equals(fungi)); log.interact("Pick"); // move Camera or missclick fungi.!!!! } Edited October 24, 2015 by Ales Link to comment Share on other sites More sharing options...
RealEngine 24 Share Posted October 24, 2015 is your camera set to the default zoom tried restarting the client or computer tried using your own interaction method Link to comment Share on other sites More sharing options...
Ales 2 Author Share Posted October 24, 2015 is your camera set to the default zoom tried restarting the client or computer tried using your own interaction method yeah everything is default. and i am using dreambot's methods. Link to comment Share on other sites More sharing options...
Pandemic 2469 Share Posted October 24, 2015 Show your zoom level, it looks zoomed out Link to comment Share on other sites More sharing options...
Ales 2 Author Share Posted October 24, 2015 Show your zoom level, it looks zoomed out Link to comment Share on other sites More sharing options...
RealEngine 24 Share Posted October 24, 2015 right click and reset to defailt zoom, that is not default Link to comment Share on other sites More sharing options...
Ales 2 Author Share Posted October 24, 2015 right click and reset to defailt zoom, that is not default wow i swear i thought its default. Thanks problem fixed ! Link to comment Share on other sites More sharing options...
Recommended Posts