Discussion in   Tutorials   started     10 years ago   April 01, 2014, 11:23:31 AM   by   Kenandan

Basic Spamable MiniHeal/Cure Macro

Kenandan
Offline
3 Posts
Topic :   Basic Spamable MiniHeal/Cure Macro
10 years ago  April 01, 2014, 11:23:31 AM

Very basic, it searches to see if posioned, if not it will cast Heal. Make sure to have Do no auto interrupt off. Set to a key, and just hold it down and enjoy.

if poisoned 'self'
   cast 'cure' 'self'
else
  cast 'heal' 'self'
endif