Seal/Judge Macros and their problems
Moderators: Fridmarr, Worldie, Aergis, _Chloe
12 posts
• Page 1 of 1
Seal/Judge Macros and their problems
So, at first I used the simple Seal/Judge macro:
As many of you know, this results in re-casting the seal if you happen to hit it before you want to judge, wasting mana and a GCD. So spam judging right before you want to judge doesn't work.
So I switched to the advanced Seal/Judge macro:
Well, what happens then?
If I up SoR before the pull, then JoR, then up SoR for 8 seconds, then want to Judge Wisdom or Crusader, it breaks.
Why? Because after SoW is upped, then judged, then the SoR macro will not re-up the seal. The macro still expects to be able to judge an existing seal, since SoR was never judged. And it will not allow you to re-up SoR for another 22 seconds.
So, I decided to change the reset timer: reset=9. Well, now I can pull via SoR/JoR/SoR... SoW/JoW... SoR... and it works. But now I have two other problems: (1) If I up SoR before my pull, and use up more than 9 seconds before the mob gets to me(often happens on long pulls), I end up re-upping SoR, wasting both mana and seconds in order to get the initial judgment in. (2) If during a fight, I take longer than 9 seconds to judge, then I have to re-up SoR before JoR can take place, wasting both mana, and GCD, again.
Any ideas besides going back and using a separate judgment button?
- Code: Select all
/cast Judgment
/stopcasting
/cast Seal of Righteousness
As many of you know, this results in re-casting the seal if you happen to hit it before you want to judge, wasting mana and a GCD. So spam judging right before you want to judge doesn't work.
So I switched to the advanced Seal/Judge macro:
- Code: Select all
/castsequence reset=30 Seal of Righteousness, Judgment
Well, what happens then?
If I up SoR before the pull, then JoR, then up SoR for 8 seconds, then want to Judge Wisdom or Crusader, it breaks.
Why? Because after SoW is upped, then judged, then the SoR macro will not re-up the seal. The macro still expects to be able to judge an existing seal, since SoR was never judged. And it will not allow you to re-up SoR for another 22 seconds.
So, I decided to change the reset timer: reset=9. Well, now I can pull via SoR/JoR/SoR... SoW/JoW... SoR... and it works. But now I have two other problems: (1) If I up SoR before my pull, and use up more than 9 seconds before the mob gets to me(often happens on long pulls), I end up re-upping SoR, wasting both mana and seconds in order to get the initial judgment in. (2) If during a fight, I take longer than 9 seconds to judge, then I have to re-up SoR before JoR can take place, wasting both mana, and GCD, again.
Any ideas besides going back and using a separate judgment button?
Cordelia, Council Member of Unleashed
TankadinPoints Theory & Breakdown
TankadinPoints Theory & Breakdown
-

cordelia - Posts: 630
- Joined: Tue Oct 09, 2007 3:33 am
I personally only use the first macro. it means watching your timers but its simple and its never been problematic for me. In a fight like maiden I just spam the actual judge/seal buttson rather than my macro.
-

Zhalseran - Posts: 533
- Joined: Mon Oct 29, 2007 7:18 pm
cordelia wrote:Any ideas besides going back and using a separate judgment button?
It's for problems like these that I've never used any of the judgement macros - they just aren't very flexible. If you ever want to do something other than what they were designed for, you have to go back to just using the spells normally. Since this would require the normal spells to be on my bars anyway, I just forgo the macros and just use the spells when I want to.
I'd like to use macros to make things a bit easier, however the loss of flexibility is a deal breaker for me.
- adese
- Posts: 692
- Joined: Wed May 09, 2007 7:33 pm
- Location: Aggramar
The only macros I use related to seals are ones to make my action bar buttons each house 2 seals:
Button 6 -> SoW (SHIFT + 6 is SoL) Macro
Button 9 -> SoR (SHIFT + 9 is SotC) Macro
Button - -> SoV (SHIFT + - is SoJ) Macro
I could probably get more creative in how I lay it out, but I never tie judgement to my seal macros, so I have some flexibility.
Button 6 -> SoW (SHIFT + 6 is SoL) Macro
Button 9 -> SoR (SHIFT + 9 is SotC) Macro
Button - -> SoV (SHIFT + - is SoJ) Macro
I could probably get more creative in how I lay it out, but I never tie judgement to my seal macros, so I have some flexibility.
-

jere - Posts: 2877
- Joined: Fri May 11, 2007 5:12 pm
I used to use the macro you listed first, 2.3 broke it. Judgement used to reset any macro that was at the Judgement step, now it only does that for the specific macro you press. I'm wondering if some combination of the two would work...
Might work, will experiment with it tonight.
- Code: Select all
#showtooltip Seal of Righteousness
/cast Judgment
/castsequence reset=10 Seal of Righteousness, Judgment
Might work, will experiment with it tonight.
-

s4dfish - Posts: 64
- Joined: Wed May 02, 2007 1:30 pm
- Location: NE Wyoming
http://www.failsafedesign.com/maintanka ... highlight=
I've heard that this will be fixed in the next patch. In the meantime, the reset suggestion works well enough.
I've heard that this will be fixed in the next patch. In the meantime, the reset suggestion works well enough.
- Code: Select all
/castsequence reset=30/ctrl Seal of Righteousness, Judgement
- Tenkiller
- Posts: 9
- Joined: Wed Jun 27, 2007 2:10 pm
Might try this. Left-click for normal sequence, right-click to re-seal. Helpful in PvP when you get purged. Note that the normal sequence resets in 28 seconds to account for the global cooldown of 1.5 sec.
I'm waiting for Blizzard to allow [button:2] to be used for resetting.
#show
#showtootip
/cast [button:2] Seal of Righteousness
/stopmacro [button:2]
/castsequence reset=28/alt Seal of Righteousness, Judgement
I'm waiting for Blizzard to allow [button:2] to be used for resetting.
#show
#showtootip
/cast [button:2] Seal of Righteousness
/stopmacro [button:2]
/castsequence reset=28/alt Seal of Righteousness, Judgement
-

Arkellian - Posts: 16
- Joined: Thu Dec 13, 2007 1:08 pm
Arkellian wrote:Might try this. Left-click for normal sequence, right-click to re-seal. Helpful in PvP when you get purged. Note that the normal sequence resets in 28 seconds to account for the global cooldown of 1.5 sec.
I'm waiting for Blizzard to allow [button:2] to be used for resetting.
#show
#showtootip
/cast [button:2] Seal of Righteousness
/stopmacro [button:2]
/castsequence reset=28/alt Seal of Righteousness, Judgement
that would make it a clicker though...
- SmurfZG
- Posts: 495
- Joined: Sat Aug 11, 2007 8:51 am
This seems to work fairly well, though I'd set the reset at a second under you judgement cooldown as it occasionally will not cast SoR in the same press so you have to mash, the shorter reset should keep you from missing refreshes.s4dfish wrote:
- Code: Select all
#showtooltip Seal of Righteousness
/cast Judgment
/castsequence reset=10 Seal of Righteousness, Judgment
-

s4dfish - Posts: 64
- Joined: Wed May 02, 2007 1:30 pm
- Location: NE Wyoming
I'm a mouse clicker, got into the habit from healing with grid and clique and cant break it, so this wont help most people but anyway here's what I do I use the second macro you listed and I use bongos set up and alt bar set to shift with the same seal underneath. If I swap seals and the macro breaks just press shift and then click the non macro seal.
Now that I think about it, no macro guru by any stretch of the imagination, you could probably accomplish the same thing by adding a modifier directly into your macro, makes sense to me that this would work but a lot of things make sense to me that don't really work out the way I see them, so who knows.
Now that I think about it, no macro guru by any stretch of the imagination, you could probably accomplish the same thing by adding a modifier directly into your macro, makes sense to me that this would work but a lot of things make sense to me that don't really work out the way I see them, so who knows.
- Ereur
- Posts: 29
- Joined: Tue Nov 27, 2007 11:33 am
SmurfZG wrote:that would make it a clicker though...
I have seals on function keys, so when I'm spamming F1 keypresses, I find it awkward to reach for ALT F1 to reset it. Can't do that for F4 either! Instead I right-cick the icon and coontinue spamming the keypresses.
My main actionbar is full, and I've been using this setup for a couple of years so I can't change.
-

Arkellian - Posts: 16
- Joined: Thu Dec 13, 2007 1:08 pm
12 posts
• Page 1 of 1
Return to Add-ons, UI, and Macros
Who is online
Users browsing this forum: No registered users and 3 guests







