Mocha
Legendary
Hey what's up. So I was talking with a player recently about my macros and I realized that not many people are aware that you can create one macro that will have different mouseover outcomes based off of mouseover hostility status via the same button press with no modifier. It's essentially a lazy macro.
Long story short, you can press one button and if you're mousing over a friendly target it will bubble them or hot them or whatever you want, but if your cursor is over an enemy target it would dot them or whatever harmful spell you want. You could also do the same for a dispel / spellsteal macro etc but I like to use it for Hot friendly + Dot hostile or priest bubble friendly dot hostile.
Anyways here's my sample macro that I use on my druid that hots friendlies and dots enemies.
Just change the spell text above to apply to what macro you want.
Cheers,
Mocha
Long story short, you can press one button and if you're mousing over a friendly target it will bubble them or hot them or whatever you want, but if your cursor is over an enemy target it would dot them or whatever harmful spell you want. You could also do the same for a dispel / spellsteal macro etc but I like to use it for Hot friendly + Dot hostile or priest bubble friendly dot hostile.
Anyways here's my sample macro that I use on my druid that hots friendlies and dots enemies.
HTML:
#showtooltip moonfire
/cleartarget
/stopcasting
/use [@mouseover,harm][harm] moonfire;[@mouseover,help][help][@player] rejuvenation
Cheers,
Mocha
Last edited by a moderator: