Help with Blessing of Sanc Macro

Hi there would anyone be able to help me create a blessing of sanctuary macro to be used on the healer on my team only.

I’m constantly changing my current macro to the new healers name every different arena game I play. 2v2, 3v3 and solo shuffle.

I know there is a mouse-over macro but I’m too slow to react with that.

Any help would be greatly appreciated.

My current macro is
#showtooltip Blessing of Sanctuary
/cast [target=Assisdragn] Blessing of Sanctuary

Rename your current Blessing of Sanctuary macro to BS.

Make another macro called Set BS put this in it:

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

Target your healer and hit the Set BS macro at the start of the match. Then your BS macro will be set to cast at them without needing to manually update it.

1 Like

So to clarify, it should work with this exact macro:

#showtooltip Blessing of Sanctuary
/cast [target=Assisdragn] Blessing of Sanctuary

Renamed to BS?

Does it matter if the macro is character specific or account wide?

Thanks.

Yup.

Shouldn’t so long as you don’t have multiple macros with the name BS.

1 Like