Ales 2 Posted October 24, 2015 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.!!!! }
RealEngine 24 Posted October 24, 2015 is your camera set to the default zoom tried restarting the client or computer tried using your own interaction method
Ales 2 Author 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.
Ales 2 Author 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 !
Recommended Posts
Archived
This topic is now archived and is closed to further replies.