Advertisement
jimmyfilips

[MACRO] Multi 4 em 1

Sep 26th, 2013
22,973
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.13 KB | None | 0 0
  1. $${
  2. if(pass1);
  3. log(&3Multi-Macro&6 Passo 1!);
  4. #idit=%ITEM%
  5. log(&3ID do &6ITEM &3salvo com sucesso! - %#idit%);
  6. wait(200ms);
  7. unset(pass1);
  8. set(pass2);
  9. stop();
  10. endif;
  11.  
  12. if(pass2);
  13.  
  14. &ff = %DIRECTION%;
  15. ifmatches(%&ff%,N);&ff=NORTH;endif;
  16. ifmatches(%&ff%,S);&ff=SOUTH;endif;
  17. ifmatches(%&ff%,E);&ff=EAST;endif;
  18. ifmatches(%&ff%,W);&ff=WEST;endif;
  19.  
  20. log(&3Multi-Macro&6 Passo 2!);
  21. #idbl=%ITEM%
  22. log(&3ID do &6BLOCO &3salvo com sucesso! - %#idbl%);
  23. log(Iniciando processo);
  24. wait(200ms);
  25. unset(pass2);
  26. set(pass3);
  27. do;
  28. PICK(%#idbl%);
  29. wait(50ms);
  30. LOOK(%&ff%);LOOK(,50);
  31. key(USE);
  32. wait(50ms);
  33. PICK(%#idit%);
  34. if(%#idit% != 0);
  35. if(%DURABILITY% < 10);
  36. LOOK(%&ff%);LOOK(,90);
  37. wait(50ms);
  38. KEY(USE);KEY(USE);KEY(USE);
  39. wait(50ms);
  40. endif;
  41. endif;
  42. wait(50ms);
  43. LOOK(%&ff%);LOOK(,50);
  44. do;
  45. KEY(attack);
  46. while(%HITID%=%#idbl%);
  47. wait(200ms);
  48. loop;
  49. endif;
  50.  
  51. if(pass3);
  52. log(&3Multi-Macro &4[OFF]);
  53. wait(200ms);
  54. unset(pass3);
  55. set(pass1);
  56. stop();
  57. endif;
  58.  
  59. set(pass1);
  60. teste
  61. }$$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement