June 30, 201312 yr http://pastebin.com/bTbHaWb1 it has to click te balls named shot then choose the second interface option and that will throw the ball for tokens
June 30, 201312 yr Does this work? Your code has NO fail safes. try { GroundItem shot = closestGroundItemForName("Shot"); shot.interact("throw"); sleep(random(3000,8000)); return random(400, 500); } catch (InterruptedException e) { throw e; } catch (Exception e) { e.printStackTrace(); return random(400, 500); }
June 30, 201312 yr Author Does this work? Your code has NO fail safes. try { GroundItem shot = closestGroundItemForName("Shot"); shot.interact("throw"); sleep(random(3000,8000)); return random(400, 500); } catch (InterruptedException e) { throw e; } catch (Exception e) { e.printStackTrace(); return random(400, 500); } Let me try Edit: doesn't work Edited June 30, 201312 yr by riet