[@focus] macro

Anyone know the full code line for using a spell as normal but when focus is set, only at them.

So for wind shear example. Would cast as normal unless I set focus on someone. Like a modifier.

#showtooltip
/cast [@focus, harm, nodead] Wind Shear

The first possible condition that returns true will always be used. So if you have a focus, it will cast at that target, if not, then will cause it to follow the default targetting rules.

2 Likes

Exactly what I wanted and thanks for the little bit of explanation. Much appreciated. Have a good evening.

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