1 macro for swappable talents

I’m a returning player and I used a macro like this in BFA:

#showtooltip
/cast [nomod,talent:5/3] Seraphim
/cast [nomod, talent:5/2] Holy Avenger
/cast [mod:shift] Avenging Wrath
/cast [mod:ctrl] Eye for an Eye

The important part is the talent. I’m trying to do something similar, so I don’t have to have multiple macros for the different spells, depending on what I switch out.

Right now I’m using:

#showtooltip
/cast [mod:shift,target=focus] Hammer of Justice
/cast [mod:ctrl] Blinding Light
/cast [mod:ctrl] Repentance
/cast [mod:alt,target=focus] Repentance
/cast [nomod] Hammer of Justice

This macro works, technically. But it doesn’t show Repentance with the ctrl modifier. I’m assuming this is because Blinding Light is written first…is there a way to write talent:[insert what I don’t know how to do here] for this macro like the one I used in BFA?

#showtooltip
/cast [mod:ctrl,known:115750] Blinding Light; [mod:alt,known:20066,@focus,harm,nodead] [mod:ctrl,known:20066] Repentance; [mod:shift,@focus,harm,nodead] [] Hammer of Justice
2 Likes

Thanks man, that’s some beautiful macro-making right there!

im sorry im using this post to update wcl ty