This site makes extensive use of JavaScript.
Please enable JavaScript in your browser.
Classic Theme
Thottbot Theme
Judgement Macro for a healer
Post Reply
Return to board index
Post by
330007
This post was from a user who has deleted their account.
Post by
150265
This post was from a user who has deleted their account.
Post by
Raleandris
#showtooltip Judgement of Light
/cast Judgement of Light
Post by
330007
This post was from a user who has deleted their account.
Post by
262843
This post was from a user who has deleted their account.
Post by
150265
This post was from a user who has deleted their account.
Post by
257031
This post was from a user who has deleted their account.
Post by
Lightrain
My solution to this problem was to use mouseover macros. All my spells for helping are on mouse overs(except hand spells including LoH because they are rarely used).
The reason for this, I put the MT on focus, and I keep the main target selected. If it dies, using my judgement will select the closest target, if not, I just select the tanks target on my focus target.
For PvP, this is a wierd play style. I can easily keep my target focused, but makes my HoP and HoF a bit slow when I need to use it on my partner. Keeping a melee enemy on target is nice tho. I never run out of mana with seal of wisdom on between JotW and auto swings(yes, 37/0/34 spec rules in 2v2).
This affords less targeting errors, and I don't have to click targets and pound keys, which IMO, makes mouseover macro's more accurate. I just need to learn a couple more binds on reflex for HoF and HoP.
Post by
262843
This post was from a user who has deleted their account.
Post by
gameldar
I've figured out what my problem seems to be with the macro as such (I always set my tank as my focus):
...
However, if I hit the button twice (the second time while judgement is still on cooldown) it sets my target back to what it was.... Isn't there a way to set it so that after a second or so I can switch my target? to account for lag or whatever may be the problem here?
If you always set your tank as focus you can just set it up to use that instead of hoping that targetlasttarget will work:
#showtooltip Judgement of Light
/cast Judgement Of Light
/stopattack
/target focus
Post by
262843
This post was from a user who has deleted their account.
Post by
gameldar
so the macro does what it's supposed to.. or at least it would if I had absolutely no latency, so I'm going to have to either find a way to put a pause in the macro itself or just hit it twice. I would prefer the former, but the latter is acceptable now that I know what the problem is.
Pause-wise there isn't an option (there is a couple of add-ons that allow you to do stuff after a time - which you see in some macros as a
/in
command) - because the targeting functions are protected - hence you cannot call them from a script/lua (which is how these delays work).
One thing I brought up in a very similar
thread
over in the UI & Macros forum - is perhaps trying to turn of the auto targeting/auto attack options in the interfaces menu (aka the how to wipe a raid with steady shot option). I'm not in front of WoW to give the exact name of it - but might be worth trying toggling some options.
Post by
frmorrison
Adds a few more options, you can mouseover target, actually target the boss, or target the tank and hit the macro:
#showtooltip Judgement of Wisdom
/cast [] Judgement of Wisdom
/targetlasttarget
Post Reply
You are not logged in. Please
log in
to post a reply or
register
if you don't already have an account.