Emote macro with button modifier... (Classic)

/bow [btn:2]
/thanks

Why wont this work?
I want it to thank someone if i click it with mouse1 and bow for that person if i click with mouse2.
Have been helped and buffed by so many randoms passing by now this macro might be the most pressed button in history.

… and /thank isn’t always enough I mean a guy saw I died turned around on he’s horse and came back to ress me… That dude deserved every inch of that bow!

/bow [btn:2]
/thanks [btn:1]

Failing that, pick up Macro-Talk.
https://www.curseforge.com/wow/addons/macro-talk

/opt [btn:2] /bow; /thanks

Slash emotes apparently don’t listen to macro conditionals, so you’ll have to resort to something like this :stuck_out_tongue:

/run local emote="[btn:2]bow; [btn:1]thank" DoEmote(SecureCmdOptionParse(emote))
5 Likes

Thanks my man! :slight_smile:

1 Like

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