Advertisement
Guest User

Untitled

a guest
Jan 23rd, 2017
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.88 KB | None | 0 0
  1. ;Macro curar
  2.  
  3. set %vendas ZLF
  4. set %vendassucias AMF
  5. set %pilon WEE_VEE_QEE_TEE
  6.  
  7. armarse/curar:
  8. FINDITEM YSD_SPE_QQD_PQD_AXI C_ , #BACKPACKID
  9. set #LOBJECTID #FINDID
  10. event macro 17 0
  11. wait 10
  12. msg .desarmarse $
  13. wait 10
  14. msg .usar_uid 1 $
  15. wait 10
  16. key ESC
  17. wait 10
  18. msg .vendas $
  19. wait 10
  20. event macro 23 0
  21. wait 10
  22. scanjournal 0
  23. if te_aplicas_las_vendas_pero_fallas in #journal || No_logras in #journal || no_necesitas in #journal
  24. {
  25. wait 1s
  26. goto armarse/curar:
  27. }
  28. msg .desarmarse $
  29. wait 16s
  30. goto comprobar:
  31.  
  32. comprobar:
  33. finditem %vendassucias C_ , #BACKPACKID
  34. wait 10
  35. if #findstack >= 4
  36. {
  37. goto limpiar:
  38. }
  39. else
  40. {
  41. goto armarse/curar:
  42.  
  43. limpiar:
  44. finditem %vendassucias C_ , #BACKPACKID
  45. wait 10
  46. set #LOBJECTID #FINDID
  47. event macro 17 0
  48. wait 10
  49. finditem %pilon G_ , 1
  50. wait 1s
  51. set #Ltargetid #findid
  52. wait 10
  53. event macro 22 0
  54. wait 10
  55. goto armarse/curar:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement