Tizer
05-05-2009, 06:35 AM
I've been moving away from multiboxing over the last few weeks and playing my Pally with Ret spec. Gear isnt great but im really enjoying the "break" from playing so many characters. I'll probably cancel my shaman once i've go over 100k gold on my pally which isnt far away, then i'll never have to worry about gold again \o/.
Anyway. While tanking on the pally i used to have a single button spam macro for tanking, making use of the /click ability.
I've been trying to come up with something similar for ret spec but realised there are a lot less abilities to worry about, so i've gone down the single button macro route using different judgements.
So far i've come up with this:
Bind to "Q" - Health Regen
/startattack
/console Sound_EnableSFX 0
/castrandom Crusader Strike, Divine Storm, Judgement of Light, hammer of wrath, divine plea, exorcism
/run UIErrorsFrame:Clear()
/console Sound_EnableSFX 1
Bind to "E" - Mana regen
/startattack
/console Sound_EnableSFX 0
/castrandom Crusader Strike, Divine Storm, Judgement of Wisdom, hammer of wrath, divine plea, exorcism
/run UIErrorsFrame:Clear()
/console Sound_EnableSFX 1
These are the two macros i've been messing around with in raids and i've managed to put out 2k+ dps which is ok considering my ret gear is shite.
I only just realised that because of my talent spec i get "the art of war" when i judge light, giving me an instant cast Flash of Light. (Art of War ('http://www.wowhead.com/?spell=53489') )
I thought it would be quite nice to make use of this within the macro so im trying to set it up to auto cast on a target of my choice. i.e.
/startattack
/console Sound_EnableSFX 0
/cast [target=xxxxxx] Flash of light
/castrandom Crusader Strike, Divine Storm, Judgement of Light, hammer of wrath, divine plea, exorcism
/run UIErrorsFrame:Clear()
/console Sound_EnableSFX 1
where xxxxx is hard coded into the macro, perhaps i might use on the MT in a fight, or myself in PVP.
This above macro doesnt work as it always attempts to cast FoL even if the Art of war ('http://www.wowhead.com/?spell=53489') buff isnt up, i've had to put
/cast [target=xxxxxx] Flash of light
Into another hot key macro and listen out for the sound the buff makes before i use it.
Anyway, waffle waffle, i think that gives enough info for what i want to achieve, any bright sparks out there able to comment?
Ta!
Anyway. While tanking on the pally i used to have a single button spam macro for tanking, making use of the /click ability.
I've been trying to come up with something similar for ret spec but realised there are a lot less abilities to worry about, so i've gone down the single button macro route using different judgements.
So far i've come up with this:
Bind to "Q" - Health Regen
/startattack
/console Sound_EnableSFX 0
/castrandom Crusader Strike, Divine Storm, Judgement of Light, hammer of wrath, divine plea, exorcism
/run UIErrorsFrame:Clear()
/console Sound_EnableSFX 1
Bind to "E" - Mana regen
/startattack
/console Sound_EnableSFX 0
/castrandom Crusader Strike, Divine Storm, Judgement of Wisdom, hammer of wrath, divine plea, exorcism
/run UIErrorsFrame:Clear()
/console Sound_EnableSFX 1
These are the two macros i've been messing around with in raids and i've managed to put out 2k+ dps which is ok considering my ret gear is shite.
I only just realised that because of my talent spec i get "the art of war" when i judge light, giving me an instant cast Flash of Light. (Art of War ('http://www.wowhead.com/?spell=53489') )
I thought it would be quite nice to make use of this within the macro so im trying to set it up to auto cast on a target of my choice. i.e.
/startattack
/console Sound_EnableSFX 0
/cast [target=xxxxxx] Flash of light
/castrandom Crusader Strike, Divine Storm, Judgement of Light, hammer of wrath, divine plea, exorcism
/run UIErrorsFrame:Clear()
/console Sound_EnableSFX 1
where xxxxx is hard coded into the macro, perhaps i might use on the MT in a fight, or myself in PVP.
This above macro doesnt work as it always attempts to cast FoL even if the Art of war ('http://www.wowhead.com/?spell=53489') buff isnt up, i've had to put
/cast [target=xxxxxx] Flash of light
Into another hot key macro and listen out for the sound the buff makes before i use it.
Anyway, waffle waffle, i think that gives enough info for what i want to achieve, any bright sparks out there able to comment?
Ta!