Mocha's Hax Macro

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.


HTML:
#showtooltip moonfire
/cleartarget
/stopcasting
/use [@mouseover,harm][harm] moonfire;[@mouseover,help][help][@player] rejuvenation
Just change the spell text above to apply to what macro you want.


Cheers,
Mocha
 
Last edited by a moderator:
A simpler version.
#showtooltip Moonfire
/cast [target=mouseover] Moonfire
/cast [target=focus] Moonfire

You can do this for literally ANYTHING that isn't for self target. No need to type all the harm this and harm that.
 
A simpler version.
#showtooltip Moonfire
/cast [target=mouseover] Moonfire
/cast [target=focus] Moonfire

You can do this for literally ANYTHING that isn't for self target. No need to type all the harm this and harm that.
That macro has literally nothing to do with the one Mocha posted lmao

Sometimes reading helps
 
[MENTION=14669]Artonkn[/MENTION] I read that completely wrong. I am not thinking, thank you for pointing that out. RiP braincells.
 
I quit. IM JUST TRYING TO HELP!
[MENTION=12042]Partygirl[/MENTION] they look the same and are the same to me.
 
Last edited by a moderator:
How to keep them apart: Immanuel Kant vs Tonk
 
I also have trouble distinguishing words that start with the same two letters.

I'm glad I am not the only one.
 

Users who are viewing this thread

Top