So we all know promised heals really suck in an afk group (the debate for them completely useless can also be made but that's a different discussion). However, the fact that it's a big heal that is low mana cost, passive heal, and proactive got me thinking how to use it better in a afk/semi afk group. I insert a line in the KA macro right after :FoundMob (not the goto statement)
I put in a line such as /gsay "My pull phrase" or /bct healername "give me a promised heal" or whatever
In the healers MQ2Events_toonname.ini I have the corresponding trigger:
[Promise]
trigger=#1# tells the group, 'My pull phrase'
command=/multiline ; /target ${EventArg1} ; /casting "Promised Rehabilitation Rk. II"
This at least optimizes the promised line a little better I think. I've been using this for the last 2 months and forgot to share back the idea to you guys but it's just another idea out there. Anyone trying this, please send me feedback on your results.
I put in a line such as /gsay "My pull phrase" or /bct healername "give me a promised heal" or whatever
In the healers MQ2Events_toonname.ini I have the corresponding trigger:
[Promise]
trigger=#1# tells the group, 'My pull phrase'
command=/multiline ; /target ${EventArg1} ; /casting "Promised Rehabilitation Rk. II"
This at least optimizes the promised line a little better I think. I've been using this for the last 2 months and forgot to share back the idea to you guys but it's just another idea out there. Anyone trying this, please send me feedback on your results.

