Advertisement
Guest User

Untitled

a guest
Jun 28th, 2017
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. if #MANA < 17
  2. {
  3. event Macro 13 46 ;Meditation
  4. wait 3s ;Set the seconds lower if you Medit faster.
  5. }
  6.  
  7. else
  8. {
  9. repeat
  10. {
  11. event Macro 16 0 ; last spell
  12. event Macro 25
  13. event Macro 22
  14. wait 6s ;spell cooldown
  15. event Macro 22
  16. }
  17. until #MANA < 25
  18. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement