Mapping "Transmute Expulsom" onto hotbar

So, I want to load the alchemy “spell” for transmuting Expulsom onto my alchemist’s hotbar. (Mostly, as a reminder that HE CAN DO THIS, because, well, I forget too often.)

Since I cannot click-and-drag that specific recipe/spell onto the hot-bar directly, I thought my next best option was to create a macro. (And hilarity ensued…)

It turns out that no variation of the phrase “Transmute Expulsom” can be parsed by the current macro UI. I’ve tried with colons, without colon, with parentheses, and without parentheses.

This specific “spell” has an ID# of 251832. I’ve looked, but can no longer find, the means of referencing a spell within a macro by the spell’s ID number.

Please help.

Thanks,
Franklin

You can’t drag the recipe out of the crafting list, but you can do

/run PickupSpell(251832)

to get it onto your cursor so that you can drop it onto a bar.

1 Like