IzZaGod 0 Report post Posted January 26, 2017 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. 0 Share this post Link to post Share on other sites
TheDruidCode 28 Report post Posted January 26, 2017 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. 0 Share this post Link to post Share on other sites
Shadov_v 0 Report post Posted January 26, 2017 @IzZaGod, https://forum.elysium-project.org/topic/23325-paladin-macros/. Do not thank! 0 Share this post Link to post Share on other sites