Inscription macro assumes spell, not skill book

I made a macro that involves simply casts “Inscrption”, and it even enters exactly that if I shift-click it into the macro input field from the professions panel, but when accessing it on my action bar, it has the word “Instant” in the tooltip and it won’t open the professions panel.
I tried using “Inscription(Tradeskill)” instead, but that doesn’t work.

Yea that’s a bug. This macro should work

/run C_TradeSkillUI.OpenTradeSkill(773)

https://us.forums.blizzard.com/en/wow/t/macros-for-professions-broken-since-82-or-more-recently/437756

2 Likes

Can I use conditionals for scripts? I need several actions depending on modifier key.

What I also noticed since a couple days ago but which might be an addon issue is that all my macros on the action bar show a question mark after login and I have to press a modifier key first before they show icons.

https://wowwiki.fandom.com/wiki/API_SecureCmdOptionParse

1 Like

Dunno whether it will stay, but it’s fixed now. No idea whether my experimenting did something or whether Blizzard did a quick fix serverside. ( :joy:)

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