Advertisement
Guest User

Untitled

a guest
May 29th, 2015
231
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. MethodProvider.sleepUntil(() -> {
  2. s.longAnti();
  3. s.shortAnti();
  4. fishingSpot[0] = s.getNpcs().closest(npc -> npc != null && actionListCheck(npc.getActions(), s.playerVars.getMyFish().getActions()) && myFishArea.contains(npc));
  5. return fishingSpot[0] == null || !fishingSpot[0].exists() || s.getLocalPlayer().getAnimation() == -1 || s.getInventory().isFull();
  6. }, 700000);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement