Advertisement
Maespark

Training - Healing

Jan 27th, 2018
724
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. //This macro should only be used with a 100% LRC set and GM magery
  2. if not @findtype 0xe21 'any' 'backpack'
  3. headmsg 'Get more bandaids!'
  4. stop
  5. endif
  6. while skill 'healing' < 100
  7. if hits 'self' < 79
  8. usetype 0xe21 'any' 'backpack'
  9. waitfortarget 15000
  10. target! 'self'
  11. pause 6000
  12. endif
  13. if hits 'self' > 80
  14. cast 'lightning'
  15. waitfortarget 15000
  16. target! 'self'
  17. pause 2000
  18. endif
  19. endwhile
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement