Sigil life hack. Get 2 talents with 1 point

I made a macro for my sigils, and discovered something cool.

In the DH talent tree there is a choice node for sigils.
Concentrated sigils makes it so your sigils are always cast on your character, like a palas consecration, without having to aim the circle on the floor and click again. There is also a macro that can do this…
/cast [@player] sigil of…

The other talent in that node is precise sigils, which makes it so your sigils are cast on your target.
There is no macro that can do this, but there is a macro that makes ground based aoe be cast where your mouse cursor is when you press the button.
/cast [@cursor] sigil of…

During lvling I have been using these in a macro for my sigils.

But here is what I discovered. If you pick the talent precise sigils, it won’t cast on your cursor, but on your target.

So with the macro below you get both concentrated sigils and precise sigils.

#showtooltip
/cast [mod:alt, @cursor] Sigil of Flame
/cast [@player] Sigil of Flame

It might also work with this… (with precise sigils selected).

#showtooltip
/cast [mod:alt, @player] Sigil of Flame
/cast Sigil of Flame

But the first one works for sure. I’ve tested it. I don’t know if this is common knowledge among DH mains, but I haven’t seen it anywhere or heard anyone talk about it.

one more threat about how useless DH Talent Tree is. We need rework yes.

1 Like

I guess you can look at it that way… but I think its kind of fun that you can use a macro to get both options of a choice node…

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