Hi.

Here's what I'm trying to figure out more precisely:

Is there any way to write a macro to remind myself when to recast a skill, and who I should recast it on?

What I currently have is this:

/micon "Aspected Benefic"
/ac "Aspected Benefic"
/wait 14
/echo Aspected Benefic recast in 5

This works as a general recast reminder. It tells me that the regen effect will end in 5 seconds so I have a bit of time to prepare. However, the problems start when I have more than one target that I'm casting Aspected Benefic on. In such a case, the message will display twice, but it won't tell me whose regen is about to run out, only that someone's regen is about to run out.

It seems to me that if I could somehow have <t> be recognized in isolation as <t> within the macro instead of being based on my target in live gameplay, then it would work. But I haven't been able to find any way to do that.

Your help is appreciated.