Advertisement
JardelAntunes19

Untitled

May 17th, 2020
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. $${
  2. IF(fishing);
  3. LOG("&cPesca Finalizada ");
  4. toggle(fishing);
  5. STOP;
  6. ELSE;
  7. LOG(" &aPesca iniciada. ");
  8. toggle(fishing);
  9. DO;
  10. if(%DURABILITY%>15);
  11. PICK(346);
  12. KEY(USE);
  13. WAIT(3T);
  14. else;
  15. echo("/reparar");
  16. look(,-180)
  17. key(use);
  18. wait(3T);
  19. key(use);
  20. wait(3t);
  21. endif;
  22. LOOP;
  23. endif;
  24. }$$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement