BoP/Blessing of Spellwarding Macro

Hi. Currently I’m using:

#showtooltip [known:204018] Blessing of Spellwarding; Blessing of Protection
/cast [known:204018] Blessing of Spellwarding; Blessing of Protection

To cast Spellwarding in place of BoP when I have it talented. It works great on its own but I’m having issues making it function as a @party1 and @party2 macro.

#showtooltip [known:204018] Blessing of Spellwarding; Blessing of Protection
/cast [@party1] [known:204018] Blessing of Spellwarding; Blessing of Protection

Doesn’t seem to work. Any help would be appreciated.

1 Like
[this, and this]
[this] [or this]

This is setup for party1. If you want more complex logic let me know.

#showtooltip
/cast [known:204018,@party1] Blessing of Spellwarding; [@party1] Blessing of Protection

That said, speccing into Spellwarding doesn’t replace Protection, like it did in previous expansions, so I’d recommend setting up something so you can use both.

3 Likes

This works really well. Using the second one. Thank you sir.

Hi i have a similar issues, i am trying to make that macro works with Framesort but when u aplied the #framesort frame 1 only modify the first @party1 so the second part of the macro don´t work.

Probably need to do

#FS F1 F1

Big Thanks, it work with some modifications but u clue was the key.