I love this Macro its nice and simple. It quit working a few patches ago and I wanted to use it the other day. Was able to get it to work by replacing this line. /if (${Target.PctHPs}<=${HealPct}) { /if (${Splwrd}==1) { With /if (${Target.PctHPs}<=${HealPct}) { /if (${Splwrd}==1) { Seems to work aga...