Power Infusion Macro

I Run the Power Infusion for 2 people legendary in pvp and i dont wanna swap macros every time i swap from pvp to pvp and vice versa. Is there a way to tell the macro use Power Infusion on me in pve and on my teammate in pvp ?

Use a focus macro?

/cast [@arena2,exists,nodead] Power Infusion; [@player] Power Infusion

Assuming your mate is the second member in the group. I’m not sure if membership order is consistent, but… this is the closest I can think of. If you never play with your mate in PvE, you can also use this:

/cast [target=yourmate,exists,help] Power Infusion; [@player] Power Infusion
1 Like

That first macro will attempt to cast it on the enemy while in arena.

Hmm, indeed. I seemed to remember there is a target modifier that is based on your arena team, but… it seems there isn’t. So I guess it’s the second option, or if you PvP with a different talent set than what you PvE with (normal talents, pvp talents not included), that could be abused as a conditional too.

The 2nd macro could work

#showtooltip
/cast [@name,help,nodead] [@player] Power Infusion

Replace name with their name.

the problem with a focus macro is that i need the focus target for kicks/ccs on the enemy
the only one ive come up with so far is cheating the equipped condition with using 2 sets of gear one with a tarbard 1 without like so

/cast [@Umgris,equipped:Tarbard,]Power Infusion
didnt test it yet tho

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