Hiding the question mark when talent not learnt?

My Macro:

#showtooltip [mod:alt]Greater Pyroblast;Scorch
/startattack
/use [@mouseover,harm,nomod][nomod]Scorch
/use [@mouseover,harm,][@target]Greater Pyroblast

It works perfectly. Though the only thing. If I’m not in PvP, when I hold alt, the tooltip shows a ugly questionmark.

I was wondering if there was a condition I could use that makes it so the modifier only happens when I have the talent selected? Therefore negating the change of the macro when the talent isn’t learnt and the modifier is pressed.

Or maybe an addon that makes it show tooltips even when the talent is no longer learnt?

Sadly there’s currently no condition to test if pvp talents are enabled or not.

https://us.forums.blizzard.com/en/wow/t/shadowlands-macro-api-bugs-improvement-wishlist/618955

That said, your macro can be optimized

#showtooltip
/startattack
/cast [mod:alt,@mouseover,harm,nodead] [mod:alt] Greater Pyroblast; [@mouseover,harm,nodead] [] Scorch
1 Like

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