Is it possible to have a 2nd focus?

I have blessing of sacrifice set to focus which is the tank. But I also want to a second focus that puts blessing of protection on the healer is this possible

There is only one focus unit token.

https://warcraft.wiki.gg/wiki/UnitId

1 Like

Can use an @name macro.

Create a blank macro called BOP.

Create a macro called Set BOP with the following

/run local n=UnitName("target") or "player" if not InCombatLockdown() then EditMacro(GetMacroIndexByName("BOP"),nil,nil,"#showtooltip\n/cast [@"..n.."] Blessing of Protection") print("BOP target set to "..n) end

Target the person you want to set as your BOP target, click Set BOP. Then use BOP to cast at them.

2 Likes

ty
I will try this xD