Talent macros in Dragonflight

So, macros like this used to work:

#showtooltip
/cast [@mouseover,help,talent:7/3][help,talent:7/3][talent:7/3] Holy Word: Salvation
/cast [talent:7/2] Apotheosis

This no longer works with the new talent system. Is there a replacement for these macro conditions that works with the new talent system?

#showtooltip
/cast [@mouseover,help,nodead] [] Holy Word: Salvation
/cast Apotheosis
/run local G=GetSpellInfo SetMacroSpell(GetRunningMacro(), G"Holy Word: Salvation" or G"Apotheosis")

Thank you.

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