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.
#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.
#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?
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.