Auto Focus Cast?

So i know we have the option of Auto Self Cast for heals but is it possible to Auto Focus Cast so i could target the boss and focus a tank and auto cast heals without having to use the Focus Cast Key?

You can make a macro to do that:

#showtooltip
/cast [@focus,help,nodead][] Some Heal Thingy

This should cast Some Heal Thingy on your focus target, or your current target if there’s no focus or focus is dead or hostile. You can further augment the macro to support mouseover:

#showtooltip
/cast [@mouseover,help,nodead][@focus,help,nodead][] Some Heal Thingy

Which will cast it over the mouseover target, if you don’t have one, or it is hostile or dead, then try focus, and fall back to your target.

1 Like

Perfect thank you so much! Just wish this was an option without having to make a macro for every heal =P

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.