Jump to content
IzZaGod

Pally seal+judgement macro question

Recommended Posts

So I have a macro that looks like this

/cast Judgement

/cast Seal of Righteousness

And it works fine but I just can't spam it without it constantly casting Seal of Righteousness when Judgement is on a cooldown and I want it to were it blocks the Seal from casting if it is already up. It also keeps me from being able to spam Judgement before I'm in range of the target were it will cast asap and I don't have to watch the macro icon so I know I'm in range and its annoying. 

 

The vanilla macro commands seem different then current commands and I'm not used to them. From what I've read it looks like it might be a /script command of some kind.

Share this post


Link to post
Share on other sites

If using super macro addon it should be something like:

/script if buffed("Seal of Righteousness") then CastSpellByName("Judgement") else CastSpellByName("Seal of Righteousness"); end

If not using super macro it's more complicated. I really recommend using it or zorlen or castmodifier to make your macro experience less of a hassle.

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×