I am rubbish at macros

So i recently went back to my Paladin and am loving it. But i am trying to create a macro where everytime i sue the three main attacks i can use Holy Bulwark aswell. Just would make it easier to have the Bulwark pop automatically. Anyone able to help create a macro where in using the three attacks the Bulwark goes off too?

Hopefully thanks in advance

1 Like

Try using the GSE addon for Lazy Macros;

I used them during MoP Remix bound to my mouse wheel just scrolling doing fine for casual stuff with alts you won’t bother being serious with.

Be careful. I know people that got banned for using the mouse this way.

Macros aren’t very useful for this kind of thing anymore. Back in MOP you could macro lots of things together.

These days I usually use them for /Tar Mobname so I can find mobs I’m looking for. Sometimes I add a line to put a {Skull} on its head.

I’m talking about ingame macros… not some macro software tied with your mouse/keyboard. You literally won’t get banned for spamming, for example, a target macro to cast off SW:Pain on a specific mob with your mouse wheel. :expressionless:

Create macro, choose the “?” symbol:

#showtooltip Spell2
/cast Spell1
/cast Spell2

“Spell1” must not be on the gcd, otherwise the second spell will be ignored.

to cast holy bulwark on your friends:

#showtooltip
/targetfriend
/cast Holy Bulwark
/targetlasttarget [help]

or

#showtooltip
/castsequence reset=5, Judgment, Holy Bulwark

1 Like

Holy Bulwark is on GCD. It’ll require two clicks regardless. But that will only work if one has a cooldown…then just put them under each other. I don’t think macroing Holy Bulwark is very useful, not like that at least.

How Do you do that

Here’s an example of one of my macros, used it in Dragon Soul to highlight the burning tendons whilst doing the Spine dance. The number chooses the marker to use, it can be skull or circle or moon, whichever one you find easier to see in the combat situation.

/cleartarget
/tar Burning
/stopmacro [noexists]
/run SetRaidTarget(“target”, 8)

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