Smarter Heal by jolanar

Related: Magery

Description: This is a better version of the Razor Smart Heal hotkey.

hotkey '> Interrupt' if not poisoned and diffhits = 0 overhead 'All Clear' stop endif if poisoned and findtype "Orange Potion" backpack hotkey 'Drink Cure' wait 250 endif if poisoned cast 'Cure' wft target self stop endif if diffhits <= 15 cast 'Heal' wft target self stop endif if diffhits > 15 cast 'Greater Heal' wft target self stop endif