Gadaí
04-16-2008, 11:37 AM
I wanted to create a macro that would allow my main char (a protection paladin) to BoP the target of his target if his Righteous Defence taunt was resisted. I originally thought that using a modified version of a healing macro I used to use back in my holy days would work:
/cast [modifier:alt,target=player] Flash of Light; [target=target,help] Flash of Light; [target=targettarget,help] Flash of Light; [target=player] Flash of Light
This would cast Flash of Light on myself if no target was selected or alt was held down, cast it on my target if friendly or cast it on my targets target if my target was an enemy and their target was a friendly (great for bosses like Solarian with her random Arcane bolts at members of the raid). In any case - the BoP version of this:
/cast [modifier:alt,target=player] Blessing of Protection; [target=target,help] Blessing of Protection; [target=targettarget,help] Blessing of Protection; [target=player] Blessing of Protection
Doesn't seem to work at all - I knew that there have been changes to the macro system syntax since the last time I used this so I'm wondering if my macro is a victim of that or a more basic lack of understanding on my part regarding macro syntax in general. In either case some help to get this right would be appreciated if one of the macroletes here has the time/knowledge/energy ;)
/cast [modifier:alt,target=player] Flash of Light; [target=target,help] Flash of Light; [target=targettarget,help] Flash of Light; [target=player] Flash of Light
This would cast Flash of Light on myself if no target was selected or alt was held down, cast it on my target if friendly or cast it on my targets target if my target was an enemy and their target was a friendly (great for bosses like Solarian with her random Arcane bolts at members of the raid). In any case - the BoP version of this:
/cast [modifier:alt,target=player] Blessing of Protection; [target=target,help] Blessing of Protection; [target=targettarget,help] Blessing of Protection; [target=player] Blessing of Protection
Doesn't seem to work at all - I knew that there have been changes to the macro system syntax since the last time I used this so I'm wondering if my macro is a victim of that or a more basic lack of understanding on my part regarding macro syntax in general. In either case some help to get this right would be appreciated if one of the macroletes here has the time/knowledge/energy ;)