Advertisement
Guest User

Untitled

a guest
Jun 30th, 2015
180
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.20 KB | None | 0 0
  1. $${if(ro);
  2. log( );
  3. log("&d&l[MACRO] &aHerbalismo &7&l[&4Off&7&l]");
  4. log( );
  5. unset(ro);
  6. stop();
  7. else;
  8. log( );
  9. log("&d&l[MACRO] &aHerbalismo &7&l[&2On&7&l]");
  10. log(&4By: &6&l&oDevasteytor );
  11. set(ro);
  12. IFMATCHES(%DIRECTION%,N);
  13. &frente = NORTH;
  14. ENDIF;
  15. IFMATCHES(%DIRECTION%,S);
  16. &frente = SOUTH;
  17. ENDIF;
  18. IFMATCHES(%DIRECTION%,W);
  19. &frente = WEST;
  20. ENDIF;
  21. IFMATCHES(%DIRECTION%,E);
  22. &frente = EAST;
  23. ENDIF;
  24. }$$/g &6aupando herbalismo com o macro do &c#Devasteytor &4s2$${
  25. DO;
  26. do(350)
  27. Look(%&frente%);
  28. Look(,90);
  29. PICK(338);
  30. KEY(use);
  31. wait();
  32. Look(%&frente%);
  33. Look(,90);
  34. key(attack);
  35. wait();
  36. loop;wait(5t);look(&frente,0);wait(5t);
  37. getslotitem(9,#id,#cana2);
  38. if(%#cana2%<60);
  39. Look(%&frente%);
  40. look(,-90);
  41. wait(500ms);
  42. key(use);
  43. wait(1);
  44. for(#i,27,63);
  45. getslotitem(%#i%,#id,);
  46. if(%#id%=387);
  47. slotclick(%#i%,l,true);
  48. wait(75ms);
  49. endif;
  50. next;
  51. wait(1);
  52. gui();
  53. endif;
  54. getslotitem(9,#id,#cana2);
  55. if(%#cana2%<60);
  56. wait(1);
  57. gui(inventory);
  58. wait(1);
  59. for(#i,9,35);
  60. getslotitem(%#i%,#id,);
  61. if(%#id%=338);
  62. slotclick(%#i%,l,true);
  63. wait(100ms);
  64. endif;
  65. next;
  66. wait(1);
  67. gui();
  68. endif;
  69. wait(5ms);
  70. key(attack);
  71. keydown(jump);
  72. wait(100ms);
  73. keyup(jump);
  74. endif;
  75. LOOP;
  76. endif;
  77. ENDIF;
  78. }$$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement