You may also want to modify your healing macros as well. Though not necessary, more robust healing macros may help you as well. Since you use an actual target to heal I'll skip the mouseover addition.
Code:
#showtooltip
/cast [mod:SELFCAST,@player] [help,nodead] [@targettarget,help,nodead] [@player] Holy Light
If the situation calls for you to be just healing the tank, but also applying a debuff to the boss, you can use the boss to assist for your healing. instead. If you target a hostile unit, a macro like the above will automatically cast your heal on their target. This type of healing comes in handy once in a while, last time I remember using it was Zul'jin during the Lynxx phase where he switches targets rapidly it is easier to heal people by just targeting the boss and healing his target.
By rewriting your healing such that they also work if you are targeting a hostile unit, you make it so your healing works regardless of what you are targeting.
Also, correction to Helgi's syntax...
Code:
#showtooltip
/cast [harm,nodead] [@targettarget,harm,nodead] Judgement of Light
Close but you would want your ability to still be able to take your current target if you picked one.
Bookmarks