Macros with the new talent trees

With the new talent trees a lot of macros are not working right now, and some will be obsolete. However I can think of a couple of examples where they will still be needed.

Trying to save macro space I have been using the [talent:x/x] macros alot for selection spells. Using these now doesnt work or doesnt show the tooltip. A good example is the macro below, where for PS I want “@mouseover” and for VT I want “@cursor”.

#showtooltip
/use [talent:4/2,@mouseover,harm][talent:4/2]Phantom Singularity
/use [talent:4/3,@cursor]Vile Taint

#showtooltip
/use [talent:4/2,@mouseover,harm][talent:4/2]Phantom Singularity; [talent:4/3,@cursor]Vile Taint

(Neither works)

Is there a way to fix these yet, or does it all depend on blizzard fixing things on their end first?

Much love, Hexxagon.

We’re still waiting for blizzard to provide us with new talent condition functionality.

There’s a slightly janky workaround you can do using the following macro template:

#showtooltip
/cast [@mouseover,harm,nodead] [] Phantom Singularity
/cast [@cursor] Vile Taint
/run local G=GetSpellInfo SetMacroSpell(GetRunningMacro(), G"Phantom Singularity" or G"Vile Taint")
1 Like

Alright! Ill check it out. Thanks for the help!

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