How do i add an emote from a modded key (macro)

Greetings,
Is it possible to throw in an emote while using a mod button from a macro?
The macro looks like this, and executes the following.

#showtooltip
/cast [mod:shift] Basic Campfire
/equip [mod:shift] Chef’s Hat
/cast [nomod] Cooking

It’s pretty straightforward here,
Holding shift opens up Basic Campfire + equips my Chef’s Hat.
And a regular click opens up my Cooking frame.

However, i’d like to add an emote when opening the Basic Campfire, aka shift mod.
Is that possible, and if so, whats the command for it?

I’ve tried finding info about this but i can’t find any.
If i use the emote at the top, then it also apply everytime i open the cooking frame
and that’s something i wish to avoid.
It should only apply on starting the Firecamp, to avoid spam.

The message i’d like to add is this.

/me throws on his toque blanche, and starts cooking like a star chef.

If anyone knows a solution, do tell :slight_smile:

Appreciate it!

https://www.curseforge.com/wow/addons/macro-talk

#showtooltip
/cast [mod:shift] Basic Campfire; Cooking
/equip [mod:shift] Chef's Hat
/optemote [mod:shift] throws on his toque blanche, and starts cooking like a star chef.
1 Like

Hmmm no message appear :confused:

#showtooltip
/optemote [mod:shift] throws on his toque blanche, and starts cooking like a star chef.
/cast [mod:shift] Basic Campfire
/equip [mod:shift] Chef’s Hat
/cast [nomod] Cooking

I should point out that im clicking with mouse, rather than using key buttons, i only hold down shift, then using mouse1 (when it changes to campfire icon) if that makes any difference?

Shouldn’t matter. Try this instead:

/opt [mod:shift] /me throws on his toque blanche, and starts cooking like a star chef.

Nope, still nothing.

Both versions are working as expected for me, on Retail. Did you install Macro-Talk?

Ah, that was the issue. It works now, but i encountered a new issue.
Sometimes he wont equip the hat unless i click twice, and i dont wanna spam the message twice, so is it possible to add a sequence timer that last for 5 seconds or so, so i can spam for 5 seconds without message appear more than once.

#showtooltip
/equip [mod:shift] Chef’s Hat
/cast [mod:shift] Basic Campfire
/stopmacro [mod:shift]
/cast Cooking
/e throws on his toque blanche, and starts cooking like a star chef.

This would probably work without needed an extra addon, swapping the equip and cast should help also.

Indeed it would.

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