Target's Target

Hi guys,

I’m playing a disc priest atm and want to ask if there is a way to shield the target’s target.

In groups it was pretty chill to use
/cast [target=focus, exists, nodead, nochanneling: Penance] Power Word: Shield
to allways have the shield and atonement on the tank.

In Raids you have 2 tanks, so it would be great to shield the target’s target of the Raid Boss.
I tried smth like
/cast [@targettarget,harm,nochanneling][@target,harm,nochanneling] Power Word: Shield
but it doesn’t work.

Any proposals?

/cast [@mouseover,help,nodead][help,nodead][@targettarget,help,nodead][@focus,exists,nodead][@player] Power Word: Shield

That conditional pretty much covers everything you need for disc healing/shielding :slight_smile:

For reference… what’s stopping your one from working is “Harm” you’re saying if the target is attackable then place a shield.
You’d need to replace it with “help” so if the target is friendly, shield them

thanks, also 4 the explanation =)