- Joined
- Oct 21, 2013
- RedCents
- 517¢
Okay guru's, looking for a some feedback to see if there is a cleaner way to write this holy:
I have changed it to the above code from this code:
I believe the second holy has been causing my bard lockups and just wanted to ensure that there isn't a better way to write the first holy.
Rich (BB code):
/if (${Me.SpellReady[Requiem of Time]} && !${Target.Buff[Requiem of Time].ID} && ${Target.PctHPs}>40) /multiline ; /twist once 1 ; /timed 30 /twist off ; /twist reset
I have changed it to the above code from this code:
Rich (BB code):
/if (${Me.SpellReady[Requiem of Time]} && !${Target.Buff[Requiem of Time].ID} && ${Target.PctHPs}>40) /multiline ; /cast "Requiem of Time" ; /delay 6
I believe the second holy has been causing my bard lockups and just wanted to ensure that there isn't a better way to write the first holy.

