Pally Macros
garreth — Sun, 03/16/2008 - 15:46
Holy Light:
/use 13
/use 14
/cast Divine Favor
/cast Divine Illumination
/cast [modifier:alt,target=player] Holy Light; [target=target,help] Holy Light; [target=targettarget,help] Holy Light;
Flash of Light
/use 13
/use 14
/cast Divine Favor
/cast Divine Illumination
/cast [modifier:alt,target=player] Flash of Light; [target=target,help] Flash of Light; [target=targettarget,help] Flash of Light;
Mouseover Cleanse
/cast [target=mouseover] Cleanse;



Bump for
garreth — Fri, 09/26/2008 - 22:22Bump for jai.
-----------------------------------------------------------------------------
"Yes; analogies, it turns out, can sometimes be used to draw parallels between things that are not exactly the same." - Ratgirl
My new macro (pending a
saedo — Tue, 03/18/2008 - 11:44My new macro (pending a re-ordering as I lvl):
#showtooltip
/cast [mod:ctrl] Seal of the Crusader; [mod:alt] Seal of Justice; [mod:shift] Seal of Light; [mod:ctrl, modifier:alt] Seal of Wisdom; [mod:ctrl, mod:shift] Seal of Vengeance; [] Seal of Righteousness;
Here is my regular macros, i
Vulk — Mon, 03/17/2008 - 10:20Here is my regular macros, i have different ones for fights like archimonde that require the pvp trinket.
#showtooltip Holy Light(Rank 9)
/stopcasting
/run SetCVar("Sound_EnableSFX","0")
/use 13
/use 14
/cast Divine illumination
/cast Divine Favor
/run SetCVar("Sound_EnableSFX","1")
/cast Holy Light(rank 9)
And garreth it will stop the cast and begin it again if its outside the GCD and before the "red zone" which for me is about a .4second window. If you stop it before the GCD you will have to hit it again to start another cast so it doesn't work for FoL macros. If you are preloading your using Holy Light anyway.
"We cannot direct the winds, but we can adjust our sails."
Check out my videos at http://hosted.filefront.com/Vulkofgorg
/cast
Ardea — Mon, 03/17/2008 - 10:00/cast [modifier:alt,target=player] Flash of Light; [target=target,help] Flash of Light; [target=targettarget,help] Flash of Light;
What does this line do exactly?
I am still a macro n00b... but trying.
I think it does... If you
saedo — Mon, 03/17/2008 - 10:08I think it does...
If you hold alt while clicking, you FoL yourself.
If you just click and can heal your target, you FoL the target.
If you just click and target is a enemy, you FoL the target's target.
Exactly. This lets me
garreth — Mon, 03/17/2008 - 10:23Exactly. This lets me target a boss and heal the hell out of whatever they look at.
No, if you put in the
garreth — Mon, 03/17/2008 - 09:45No, if you put in the stopcasting, it will cancel it. Must hit one more time to start again. It will only restart automatically if it's in the "red zone" where lag begins and the cast is officially successful.
New question. Is there a
saedo — Mon, 03/17/2008 - 10:05New question. Is there a way to specify a downrank without actually putting in the rank? Like if my /cast Holy Light automatically does highest rank, say 4, anyway to make it automatically do 1 less than default.
Just thinking if there's a lazy way to make a macro last til 70 so don't have to change it each time I get a new rank. lol
Naw, but there are mods that
garreth — Mon, 03/17/2008 - 10:18Naw, but there are mods that can handle a flat downrank. There is NO way to dynamically downrank based on target health, btw. Ah, those were the good ol' days..
Well wasn't thinking of
saedo — Mon, 03/17/2008 - 10:24Well wasn't thinking of dyanamically doing it based on target health.
I was thinking more like default rank 4, alt rank 3, ctrl rank 2, shift rank 1. Without actually specifying numbers. So when I level, I can be lazy and not change anything as I get another rank. lol
LOL, no sorry, you'll have
garreth — Mon, 03/17/2008 - 10:33LOL, no sorry, you'll have to constantly muck with the rank text. But good news it you only get another 6 ranks of HL!
Your macro would look like this atm:
/cast [modifier:alt,target=target,help] Holy Light(Rank 3); [target=target,help] Holy Light(Rank 4); [modifier:shift,target=target,help] Holy Light(Rank 1); [modifier:ctrl,target=target,help] Holy Light(Rank 2);
Cool. Heh, next question!
saedo — Mon, 03/17/2008 - 11:07Cool. Heh, next question! Are modifier keys restricted to only alt, ctrl, and shift? Or can I use any damn key (within reason) I want?
Also, another though comes to mind. Is Lay on Hands affected by healing? Or just a pally's max hp like it says? Cause my next thought was to macro equip a stam shield/weapon before use! Kinda like a mage's int weapon for evocating.
I can say this though Saedo,
Dragonspear — Tue, 03/18/2008 - 12:20I can say this though Saedo, I do equip my healing shield/weapon when I go to heal in PvP on my paladin. Well when they are worth something. SO far as I can tell the amount of bonus a heal gets is calculated at the time the cast is completed and not when its started. Allows for clever use of the GCD.
As Garreth said though, LoH is such an O Shit ability that macroing LoH to change for more stam could very well allow a target to die :(
~Legendary Nobody
Since LoH is such an "oh
garreth — Mon, 03/17/2008 - 12:37Since LoH is such an "oh shit" ability, you'd get your ass kicked by the GCD from switching in weapons.
What is that pre-load
saedo — Mon, 03/17/2008 - 08:48What is that pre-load macro?
All I did was:
#showtooltip Holy LIght
/stopcasting
/cast Holy Light;
Which kinda works I think. It stop casts when I hit it again. But have to click one more time to start up the next Holy Light. Is that how it's supposed to be? Is there a way where it can start casting again with just one click?