Macro option [talent:] with new talent tree?

Does someone know if there is a macro option with the new “choice” node talents?
I want to create a macro like this. 2 and 3 are choice talents and one another talent

/cast [nomod] ability 1
/cast [mod:shift] ability 2
/cast [mod:shift] ability3

But with this method if i pick talent 3 as a choice then the tooltip doesnt show because it expects ability 2 i think. You see the ? Icon. With the old [talent:1/3] Style i think it worekd or am i wrong :thinking:

I too am trying to figure this out for my multispec macro.

I want something to cast Flash Heal with no mods, Holy Nova as Disc and Heal as Holy with a shift mod. :sweat_smile:

The good news is, this can be done.

#showtooltip
/cast [mod:shift,spec:1] Holy Nova; [mod:shift,spec:2] Heal; Flash Heal

Spec numbers might not be correct but they seem to be in alphabetical order, so 1 should be disc and 2 holy.

The bad news is, this is not the same problem as the OP has. OP wants the macro to check if a certain talent is active, not an entire spec. We could do this before, but I know no way to do it now.

Thanks!! :pray: I didn’t know what was wrong until now, I used 2 separate brackets for the mod and spec.

1 Like

hmm yes. maybe blizzard is so kind to release something in the next 10 years. All my macros are boken now and i dont want to use another keybind or action bar for all shift modifiers. :sob: but i think thats the only option atm. bind all modifieres to a new bar

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