I’ve recently found a macro to use multiple hearthstones with different mouse button clicks and decided to make it usable across my characters on different languages. So I chose Headless Horseman’s Hearthstone and made this macro:
Every other non-toy item works perfectly, but Headless Horseman’s Hearthstone is only working as tooltip, left-clicking the macro doesn’t do anything.
Is there a way to use a toy in this macro or I am stuck with normal Hearthstone?
The macro still has the right tooltip using #showtooltip item:163045
And it works with /use [btn:1] Headless Horseman’s Hearthstone
So I’m not sure if it depends on the toy being an item or a spell. I just wonder if there’s the way around this inconsistency besides just typing this macro with the name on both languages.
Toys work like this: you get an item, use it and it teaches you a spell.
The tooltip is shown because the item and the spell have the same tooltip. And if you use the name the system is smart enough to look for match in your items and all the spells you know.
/use [btn:1] Headless Horseman’s Hearthstone
This tells the game to use anything that matches this name.
/use [btn:1] item:163045
This tells the game to use item of a specific ID. And you don’t have item with that ID in your inventory.
The only solution would be to make an addon that would create that macro depending on what language you use and put it in your desired action bar slot.