Guest User

Untitled

a guest
Jul 22nd, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. event macro 13 1
  2. target
  3. event macro 22 0
  4. wait 5s
  5. healing:
  6. finditem ZLF C
  7. set #LOBJECTID #FINDID
  8. event macro 17 0
  9. target
  10. event macro 22 0
  11. wait 5s
  12. scanjournal
  13. if could_not in #JOURNAL
  14. {
  15. gosub failhealing
  16. }
  17. wait 4s
  18.  
  19. sub failhealing
  20. heal:
  21. finditem ZLF C
  22. set #LOBJECTID #FINDID
  23. event macro 17 0
  24. target
  25. event macro 22 0
  26. wait 5s
  27. scanjournal
  28. if could_not in #JOURNAL
  29. {
  30. goto heal
  31. }
  32. finditem ZLF C
  33. set #LOBJECTID #FINDID
  34. event macro 17 0
  35. target
  36. event macro 22 0
  37. wait 4s
  38. scanjournal
  39. if could_not in #JOURNAL
  40. {
  41. goto heal
  42. }
  43. return
Add Comment
Please, Sign In to add comment