View Single Post
03-09-18, 02:56 AM   #2
Phanx
Cat.
 
Phanx's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2006
Posts: 5,617
Not possible. Addons cannot change what happens when you click on a unit in the game world.

You could compensate by running your existing macro, with minor changes, after selecting the target:

Code:
/stopmacro [nohelp]
/focus
/targetlasttarget
/cleartarget [focus=target]
I am curious, though, how are you clicking on units in the game world so often that this is even an issue? In more than a decade of playing WoW, much of that time as a healer in raids, I can't recall ever clicking a friendly unit in the game world on purpose...
__________________
Retired author of too many addons.
Message me if you're interested in taking over one of my addons.
Don’t message me about addon bugs or programming questions.
  Reply With Quote