I have a question regarding a cooking macro I picked up from an old forum post. The macro should summon the pet “Lil” Ragnaros, equip the toy Chef’s Hat and open your cooking profession tab. When you use the macro again afterward It should close the cooking tab, dismiss your pet and cancel the aura that the toy Chef’s Hat gives to you. The first part works perfectly, the problem is in the “unequipping” part. It closes your cooking tab and dismisses the pet but somehow I can’t make it cancel the aura called Cooking Speed that the Chef’s hat gives to me.
Here is the macro in question:
#showtooltip cooking
/summonpet [nomod]Lil’ Ragnaros
/use Chef’s Hat
/cast cooking
/stopmacro [nomod]
/dismisspet
/cancelaura [nomod]Cooking Speed
Now, I’m not an expert on macro’s or anything and as said this is not my work I just copied it. I tried switching the aura name with the spell ID but I get the same result. If anyone knows how to fix macro to work properly I would be very thankful.
Thank you for your time and patience!