Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- //This macro should only be used with a 100% LRC set and GM magery
- if not @findtype 0xe21 'any' 'backpack'
- headmsg 'Get more bandaids!'
- stop
- endif
- while skill 'healing' < 100
- if hits 'self' < 79
- usetype 0xe21 'any' 'backpack'
- waitfortarget 15000
- target! 'self'
- pause 6000
- endif
- if hits 'self' > 80
- cast 'lightning'
- waitfortarget 15000
- target! 'self'
- pause 2000
- endif
- endwhile
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement