#event recast "The light breeze fades."
Sub Main
/cast 7
/delay 5
/cast 7
/delay 5
/cast 7
:cleric
/if (${Target.PctHPs}<50) /goto :heal
/doevents
/return
:heal
/if (!${Me.SpellReady[Pious Light]}) /goto :cleric
/cast 1
/delay 5
/cast 1
/delay 5
/cast 1
/goto :cleric
Sub Event_recast
/cast 7
/delay 5
/cast 7
/delay 5
/cast 7
/return
this macro ends after it casts spell#7 and i don't know why

