Macro Sticky
Moderators: Fridmarr, Worldie, Aergis, _Chloe
73 posts
• Page 1 of 3 • 1, 2, 3
Macro Sticky
Please post any useful macros here. I'll be updating this thread with any good submissions.
-
_Chloe - Moderator
- Posts: 831
- Joined: Fri Dec 07, 2007 6:36 pm
- Location: Santa Monica, CA
Re: Macro Sticky [[4.x]]
[[Reserved]]
-
_Chloe - Moderator
- Posts: 831
- Joined: Fri Dec 07, 2007 6:36 pm
- Location: Santa Monica, CA
Re: Macro Sticky [[4.x]]
[[Reserved]]
-
_Chloe - Moderator
- Posts: 831
- Joined: Fri Dec 07, 2007 6:36 pm
- Location: Santa Monica, CA
Re: Macro Sticky [[4.x]]
[[Reserved]]
-
_Chloe - Moderator
- Posts: 831
- Joined: Fri Dec 07, 2007 6:36 pm
- Location: Santa Monica, CA
Re: Macro Sticky [[4.x]]
Ill put in a request for a macro here:
Requesting macro that changes my glyphs around. eg:
Switching between two setups like this with a macro or addon
Requesting macro that changes my glyphs around. eg:
theckhd wrote:Theck's Recommendation:
For an all-purpose load out, I would recommend glyphing:
Prime: Seal of Truth, Shield of the Righteous, Hammer of the Righteous
Major: Consecration, Divine Protection, Holy Wrath
Minor: Lay on Hands, whatever else you want.
For a single-target DPS configuration, the recommendation is:
Prime: Seal of Truth, Shield of the Righteous, Judgement
Major: Focused Shield, Consecration, Divine Protection
Minor: Lay on Hands, whatever else you want.
...
Switching between two setups like this with a macro or addon
Thought without action is a daydream.
Action without thought is a nightmare.
Action without thought is a nightmare.
-
Solitatis - Posts: 85
- Joined: Tue Apr 15, 2008 6:47 pm
Re: Macro Sticky [[4.x]]
These are super basic and only meant to save space for your bars, but seeing as Crusader Strike and Hammer share cooldowns, I use
#showtooltip
/cast [nomod] Crusader Strike; [mod:shift] Hammer of the Righteous
/use 10
/use Avenging Wrath
I added the /use 10 because I'm an engineer, and seeing as Rockets on gloves stack with armor enchant, figured I'd lump it into a main ability in that it doesn't use a GCD. I also added Avenging Wrath to the mix because seeing as how it too is not on a GCD, and the change to it not causing other abilities to be delayed(Divine prot, etc)it'd be a save of a keybinding to just use it off cooldown. It might be a bit problematic due to it coming up during trash and not having it immediately for a boss, so I'll have to do some work, but, hope you enjoy!
#showtooltip
/cast [nomod] Crusader Strike; [mod:shift] Hammer of the Righteous
/use 10
/use Avenging Wrath
I added the /use 10 because I'm an engineer, and seeing as Rockets on gloves stack with armor enchant, figured I'd lump it into a main ability in that it doesn't use a GCD. I also added Avenging Wrath to the mix because seeing as how it too is not on a GCD, and the change to it not causing other abilities to be delayed(Divine prot, etc)it'd be a save of a keybinding to just use it off cooldown. It might be a bit problematic due to it coming up during trash and not having it immediately for a boss, so I'll have to do some work, but, hope you enjoy!
- Robrocop
- Posts: 2
- Joined: Thu Oct 14, 2010 10:25 am
- Location: Waco, TX
Re: Macro Sticky [[4.x]]
/cast [@mouseover, help, nodead] [help, nodead] [target=targetstarget, help, nodead] Righteous Defense; [@mouseover, harm, nodead] [harm, nodead] [] Hand of Reckoning
/cast Avenger's Shield
I think this works. Im not totaly sure cause i havent had time to test it.
Basically it check if you have mouseover target that is friendly if not it checks if your target is friendly and if not it checks if your targetstarget is friendly and if any of the criterias is met it cast RD.
Else it checks if your (mouseover)target is hostile and not dead and cast Reckoning
It should cast avengers shield to make sure you will be top on aggro if its out of range from melee.
/cast Avenger's Shield
I think this works. Im not totaly sure cause i havent had time to test it.
Basically it check if you have mouseover target that is friendly if not it checks if your target is friendly and if not it checks if your targetstarget is friendly and if any of the criterias is met it cast RD.
Else it checks if your (mouseover)target is hostile and not dead and cast Reckoning
It should cast avengers shield to make sure you will be top on aggro if its out of range from melee.
- gabrielz
- Posts: 1
- Joined: Sat Oct 16, 2010 11:58 pm
Re: Macro Sticky [[4.x]]
So I've been messing around with our Single and AE rotations for macro's that will help with bar space and management like the 2 button 969 rotation. The only difference is we have 2 rotations 1 for single target and 1 for AE.
Here is what I have for Single target: I didn't include Crusaders Strike in this as it doesn't need to be.
/castsequence reset=combat Judgement, Holy Wrath, Shield of the Righteous, Judgement, Avenger's Shield, Shield of the Righteous, Judgement, Consecration, Shield of the Righteous
Notes: The first initial rotation I put in HW assuming you used AS to pull so it will be on CD. The second rotation you will use AS as it is off CD. Now for the last rotation before it starts all over again I put Consercration after judgement because I was noticing a less then optimal CD's on HW & AS and didn't want to wait to cast them. On another issue if you spec into Grand Crusader I would like to have the macro set up like x J x HW or AS x SotR x J x HW or AS x SotR x J x Consercration x SotR meaning that if AS is off CD after judgement it will cast that over HW while casting Consercration in the third rotation.
Let me know what you guys think of this single target 9's rotation.
Now for the AE 9's rotation:
Here is where things get a little dicey. As we currently know Consercration > HW > AS > WoG (for AE currently).
The problem is where does Judgement come into play? comments, concerns <----- Insert Here!
/castsequence reset=combat Consecration, Holy Wrath, Avenger's Shield, Word of Glory
Notes: The judgement issue in the rotation. Also if there is a way to set up the macro for priority like the priority of the old ret priority rotation. The reason why I am concerned is once the macro comes around to Consercration again it is on CD so having the macro skip it and move on to HW or AS would be more optimal until Consercration comes off of its CD.
Update! (Current AE 9's macro) /castsequence reset=combat Consecration, Holy Wrath, Word of Glory, Judgement, Avenger's Shield, Word of Glory
Notes: Once the macro gets to Consecration your will have like 5 seconds before it comes off of CD so just spam HotR till it does. At that point in time you shouldn't have any aggro issues.
Comments, concerns <---- Insert Here!
Here is what I have for Single target: I didn't include Crusaders Strike in this as it doesn't need to be.
/castsequence reset=combat Judgement, Holy Wrath, Shield of the Righteous, Judgement, Avenger's Shield, Shield of the Righteous, Judgement, Consecration, Shield of the Righteous
Notes: The first initial rotation I put in HW assuming you used AS to pull so it will be on CD. The second rotation you will use AS as it is off CD. Now for the last rotation before it starts all over again I put Consercration after judgement because I was noticing a less then optimal CD's on HW & AS and didn't want to wait to cast them. On another issue if you spec into Grand Crusader I would like to have the macro set up like x J x HW or AS x SotR x J x HW or AS x SotR x J x Consercration x SotR meaning that if AS is off CD after judgement it will cast that over HW while casting Consercration in the third rotation.
Let me know what you guys think of this single target 9's rotation.
Now for the AE 9's rotation:
Here is where things get a little dicey. As we currently know Consercration > HW > AS > WoG (for AE currently).
The problem is where does Judgement come into play? comments, concerns <----- Insert Here!
/castsequence reset=combat Consecration, Holy Wrath, Avenger's Shield, Word of Glory
Notes: The judgement issue in the rotation. Also if there is a way to set up the macro for priority like the priority of the old ret priority rotation. The reason why I am concerned is once the macro comes around to Consercration again it is on CD so having the macro skip it and move on to HW or AS would be more optimal until Consercration comes off of its CD.
Update! (Current AE 9's macro) /castsequence reset=combat Consecration, Holy Wrath, Word of Glory, Judgement, Avenger's Shield, Word of Glory
Notes: Once the macro gets to Consecration your will have like 5 seconds before it comes off of CD so just spam HotR till it does. At that point in time you shouldn't have any aggro issues.
Comments, concerns <---- Insert Here!
Last edited by Viktorfrank on Sun Oct 17, 2010 10:06 am, edited 1 time in total.
- Viktorfrank
- Posts: 2
- Joined: Sat Oct 16, 2010 6:25 pm
Re: Macro Sticky [[4.x]]
gabrielz wrote:...[target=targetstarget...]
Isn´t it target=targettarget without the s?
- Dantriges
- Posts: 658
- Joined: Wed Jan 30, 2008 12:39 am
Re: Macro Sticky [[4.x]]
hey,
yes Dantriges, or simply [@targettarget]
Blockcap-Macro:
You need only 85.1% combined Avoidance unbuffed because Horn of Winter (and Shamy-Totem) adds 155 Str ( -> Parry) and 155 Agi ( -> Dodge). This value came from an experiment with a fellow shaman, so if somebody can correct it, I'll be happy
Bye, RedAces.
yes Dantriges, or simply [@targettarget]
Blockcap-Macro:
- Code: Select all
/script DEFAULT_CHAT_FRAME:AddMessage("Need 102.4 combat table coverage. 87.4 w/o HS, 85.1 unbuffed. Currently at: "..string.format("%.2f", GetDodgeChance()+GetBlockChance()+GetParryChance()+5))
You need only 85.1% combined Avoidance unbuffed because Horn of Winter (and Shamy-Totem) adds 155 Str ( -> Parry) and 155 Agi ( -> Dodge). This value came from an experiment with a fellow shaman, so if somebody can correct it, I'll be happy

Bye, RedAces.
-
RedAces - Posts: 374
- Joined: Tue Dec 01, 2009 9:39 am
- Location: Germany
Re: Macro Sticky [[4.x]]
RedAces wrote:hey,
You need only 85.1% combined Avoidance unbuffed because Horn of Winter (and Shamy-Totem) adds 155 Str ( -> Parry) and 155 Agi ( -> Dodge). This value came from an experiment with a fellow shaman, so if somebody can correct it, I'll be happy
Bye, RedAces.
So if I'm at 85.37, I'm at block cap provided we have either a dk or shaman in our raid? That's good to know. I was trying to figure out which gems to trade out to get the last couple of points.
- Ruxpin
- Maintankadonor
- Posts: 108
- Joined: Thu Sep 20, 2007 9:31 am
- Location: Houston
Re: Macro Sticky [[4.x]]
hey,
just test it! Grab a shaman or warrior or DK, let him buff the str/agi-thing and put up BoK and check again with the macro !
I altered my macro to also show my (real) avoidance:
Bye, RedAces.
just test it! Grab a shaman or warrior or DK, let him buff the str/agi-thing and put up BoK and check again with the macro !

I altered my macro to also show my (real) avoidance:
- Code: Select all
/script local avoid = GetDodgeChance()+GetParryChance()+5; DEFAULT_CHAT_FRAME:AddMessage(string.format("Combat table coverage (need 87.4 w/o HS, 85.15 unbuffed): %.2f, Avoidance: %.2f", avoid+GetBlockChance(), avoid))
Bye, RedAces.
-
RedAces - Posts: 374
- Joined: Tue Dec 01, 2009 9:39 am
- Location: Germany
Re: Macro Sticky [[4.x]]
Macro Request:
Please help. I made a macro to combine my filler buttons (Avenger's Shield and Holy Wrath) into one button. It's working fine, fine enough that I will keep using it. But I do notice sometimes it seems to be counting down the Holy Wrath timer when I suspect Avenger's Shield is already available. Does anyone know a better macro than what I am using:
#showtooltip
/cast Avenger's Shield
/cast Holy Wrath
Please help. I made a macro to combine my filler buttons (Avenger's Shield and Holy Wrath) into one button. It's working fine, fine enough that I will keep using it. But I do notice sometimes it seems to be counting down the Holy Wrath timer when I suspect Avenger's Shield is already available. Does anyone know a better macro than what I am using:
#showtooltip
/cast Avenger's Shield
/cast Holy Wrath
Last edited by GlockComa on Thu Oct 28, 2010 9:54 pm, edited 1 time in total.
- GlockComa
- Posts: 8
- Joined: Tue Oct 26, 2010 9:26 am
Re: Macro Sticky [[4.x]]
RedAces wrote:hey,
yes Dantriges, or simply [@targettarget]
Blockcap-Macro:
- Code: Select all
/script DEFAULT_CHAT_FRAME:AddMessage("Need 102.4 combat table coverage. 87.4 w/o HS, 85.1 unbuffed. Currently at: "..string.format("%.2f", GetDodgeChance()+GetBlockChance()+GetParryChance()+5))
You need only 85.1% combined Avoidance unbuffed because Horn of Winter (and Shamy-Totem) adds 155 Str ( -> Parry) and 155 Agi ( -> Dodge). This value came from an experiment with a fellow shaman, so if somebody can correct it, I'll be happy
Bye, RedAces.
85.1 unbuffed debends on your gear-statpool. if you got mostly 277 loot, it can be below the "85.1 unbuffed". pop this macro twice, unbuffed and buffed and compare your number in "Curently at:"
dont nerf me bro
-
Morwo - Posts: 18
- Joined: Wed Oct 20, 2010 11:33 am
- Location: Germany
Re: Macro Sticky [[4.x]]
And now, one day after my suggestion^^. My Raidboss Pull-Makro. I pop it as i count via voice down "3,2,1 inc!"
- Code: Select all
#showtooltip
/sequencecast reset=combat/target/alt Avenging Wrath, Hand of Reckoning, Avenger's Shield
dont nerf me bro
-
Morwo - Posts: 18
- Joined: Wed Oct 20, 2010 11:33 am
- Location: Germany
Re: Macro Sticky [[4.x]]
Morwo wrote:And now, one day after my suggestion^^. My Raidboss Pull-Makro. I pop it as i count via voice down "3,2,1 inc!"
- Code: Select all
#showtooltip
/sequencecast reset=combat/target/alt Avenging Wrath, Hand of Reckoning, Avenger's Shield
Hand of Reckoning no longer does damage, so opening with it is pointless. You'd be better off opening with Exorcism instead.
I've never been a fan of AW on the pull as you waste a couple GCDs to movement. I usually don't bother popping wings until just before my first 3HP SHoR.
-
fuzzygeek - Maintankadonor
- Posts: 3447
- Joined: Wed Aug 01, 2007 1:58 pm
Re: Macro Sticky [[4.x]]
fuzzygeek wrote:Morwo wrote:And now, one day after my suggestion^^. My Raidboss Pull-Makro. I pop it as i count via voice down "3,2,1 inc!"
- Code: Select all
#showtooltip
/sequencecast reset=combat/target/alt Avenging Wrath, Hand of Reckoning, Avenger's Shield
I've never been a fan of AW on the pull as you waste a couple GCDs to movement.
This statement confuses me, and I may be reading it wrong. AW isn't on the GCD. Just like trinkets.
-
Racerover - Posts: 60
- Joined: Mon Mar 23, 2009 2:24 pm
Re: Macro Sticky [[4.x]]
Racerover wrote:fuzzygeek wrote:Morwo wrote:And now, one day after my suggestion^^. My Raidboss Pull-Makro. I pop it as i count via voice down "3,2,1 inc!"
- Code: Select all
#showtooltip
/sequencecast reset=combat/target/alt Avenging Wrath, Hand of Reckoning, Avenger's Shield
I've never been a fan of AW on the pull as you waste a couple GCDs to movement.
This statement confuses me, and I may be reading it wrong. AW isn't on the GCD. Just like trinkets.
Also if you have a rogue tricksing you, you cancel the +15% damage increase with your Wings. Wait after tricks have finished and then pop Wings. I usually cast Wings directly before my first ShoR.
Bye, RedAces.
-
RedAces - Posts: 374
- Joined: Tue Dec 01, 2009 9:39 am
- Location: Germany
Re: Macro Sticky [[4.x]]
Racerover wrote:fuzzygeek wrote:Morwo wrote:And now, one day after my suggestion^^. My Raidboss Pull-Makro. I pop it as i count via voice down "3,2,1 inc!"
- Code: Select all
#showtooltip
/sequencecast reset=combat/target/alt Avenging Wrath, Hand of Reckoning, Avenger's Shield
I've never been a fan of AW on the pull as you waste a couple GCDs to movement.
This statement confuses me, and I may be reading it wrong. AW isn't on the GCD. Just like trinkets.
The GCD u waste are the ones ur moving, casting it does not triggers GCD, but since you pull with wings you basically will use AS and then run toward the boss. While running, youre wasting AW's uptime.
Ontopic:
I use this basic macros:
#showtooltip
/startattack
/castsequence reset=combat,6 Crusader Strike, Judgement, Crusader Strike, Crusader Strike, Shield of the Righteous
#showtooltip
/startattack
/castsequence reset=combat,6 Hammer of the Righteous, Judgement, Hammer of the Righteous, Hammer of the Righteous, Word of Glory
#showtooltip
/startattack
/castsequence Avenger's Shield, Holy Wrath
#showtooltip
/startattack
/cast [nomod]Exorcism; [mod]Consecration
#showtooltip
/startattack
/rw >>>RAIDWALL -ON- ¡Drobent! <<<
/raid RAIDWALL -ON- <Drobent>
/party RAIDWALL -ON- <Drobent>
/cast Divine Guardian
/cast Divine Protection
#showtooltip
/cancelaura Divine Shield
/cast Divine Shield

- Drobent
- Posts: 34
- Joined: Fri Nov 21, 2008 12:46 pm
Re: Macro Sticky [[4.x]]
To target a mob, and place a raid icon on it:
where X is a number between 1 and 8 depending on which icon you want applied (Skull is 8 for example)
counts down from 3 to 0, useful for those who like to time a haste or armor potion to use two of them.
- Code: Select all
/tar mobname
/script SetRaidTarget("target", X)
where X is a number between 1 and 8 depending on which icon you want applied (Skull is 8 for example)
- Code: Select all
/rw Pull of %T in ...
/in 1 /rw 3
/in 2 /rw 2
/in 3 /rw 1
/in 4 /rw --- PULL ---
counts down from 3 to 0, useful for those who like to time a haste or armor potion to use two of them.
Fetzie | Protection/Holy Paladin | EU-Kazzak
Former Author of the TankSpot Protection Paladin Guide

Former Author of the TankSpot Protection Paladin Guide
Sagara wrote:You see, you need to *spread* the bun before you insert the hot dog.
bldavis wrote:we are trying to extend it as long as we can...it just never seems to last very long
-
Fetzie - Posts: 2093
- Joined: Sat Feb 07, 2009 9:43 am
- Location: Karlsruhe, Germany
Re: Macro Sticky [[4.x]]
I ran across this on the official forums and it's been extremely useful for me. This lets you use world marker flares from your toolbar.
/click CompactRaidFrameManagerDisplayFrameLeaderOptionsRaidWorldMarkerButton
/click DropDownList1Button#
Replace # with the number for the desired color:
1=blue
2=green
3=purple
4=red
5=white
6=clear all
/click CompactRaidFrameManagerDisplayFrameLeaderOptionsRaidWorldMarkerButton
/click DropDownList1Button#
Replace # with the number for the desired color:
1=blue
2=green
3=purple
4=red
5=white
6=clear all
- Fierabras
- Posts: 1
- Joined: Sat Oct 16, 2010 7:34 pm
Re: Macro Sticky [[4.x]]
I'd like to request a working version of my failed attempt at a mounting macro.
I would like to default to a flying mount where useable, lest use the raven lord, and with use of a modifier (in this case shirt) cast the vendor mount.
#showtooltip
/cast [nomounted] Icebound Frostbrood Vanquisher
/cast [nomounted][modifier:shift] Raven Lord; Traveler's Tundra Mammoth
/dismount [mounted]
I would like to default to a flying mount where useable, lest use the raven lord, and with use of a modifier (in this case shirt) cast the vendor mount.
#showtooltip
/cast [nomounted] Icebound Frostbrood Vanquisher
/cast [nomounted][modifier:shift] Raven Lord; Traveler's Tundra Mammoth
/dismount [mounted]
- Ignition
- Posts: 3
- Joined: Mon Jun 28, 2010 8:07 am
Re: Macro Sticky [[4.x]]
/cast [nomounted,flyable,nomod:shift] Icebound Frostbrood Vanquisher; [nomounted,noflyable,nomod:shift] Raven Lord; [nomounted,mod:shift] Traveler's Tundra Mammoth
/dismount [mounted]
/dismount [mounted]
- KysenMurrin
- Posts: 5209
- Joined: Thu Jun 26, 2008 6:37 am
- Location: UK
Re: Macro Sticky [[4.x]]
hey,
This will also leave any Vehicles you're in (Oculus, Flame Leviathan, ...). I've also lost the condition on dismount and leaveVehicle() because it's unnecessary. Because if you're mounted, none of the casts above it will trigger and will proper dismount you. If you're dismounted, it will cast the appropiate mount and attempts to dismount you, but thats not possible because you're not mounted (just casting a mount doesn't count as mounted).
Bye, RedAces.
- Code: Select all
/cast [mod:shift]Traveler's Tundra Mammoth; [nomounted,flyable]Icebound Frostbrood Vanquisher; [nomounted,noflyable]Raven Lord
/dismount
/script LeaveVehicle()
This will also leave any Vehicles you're in (Oculus, Flame Leviathan, ...). I've also lost the condition on dismount and leaveVehicle() because it's unnecessary. Because if you're mounted, none of the casts above it will trigger and will proper dismount you. If you're dismounted, it will cast the appropiate mount and attempts to dismount you, but thats not possible because you're not mounted (just casting a mount doesn't count as mounted).
Bye, RedAces.
-
RedAces - Posts: 374
- Joined: Tue Dec 01, 2009 9:39 am
- Location: Germany
Re: Macro Sticky [[4.x]]
Racerover wrote:fuzzygeek wrote:Morwo wrote:
- Code: Select all
#showtooltip
/sequencecast reset=combat/target/alt Avenging Wrath, Avenger's Shield
I've never been a fan of AW on the pull as you waste a couple GCDs to movement.
This statement confuses me, and I may be reading it wrong. AW isn't on the GCD. Just like trinkets.
He means:
AW+AS->{several seconds while boss runs to you and you can't do anything}->Stuff
reduces some of the damage you do, as compared to popping AW once the target is in melee range and you can CS/HW/etc.
Granted, now that Judgement has a long range too, you can AW,AS,Judge, and then start melee'ing with less loss of buffed (Avenging Wrath) time. That said, I still prefer to wait until they're in melee range and I have some extra holy power on hand. (If you time it right, you can get a third ShoR in. In fact, I may macro it to my ShoR once I get home.) Given how we can frontload threat (exo/judge/AS) on a pull, waiting another 9 seconds to get your first ShoR (and the subsequent 2) affected by AW ought to be a bigger threat boost. Assuming you don't eat Tricks with it.
-
Kelaan - Posts: 2551
- Joined: Thu Jan 03, 2008 12:01 pm
73 posts
• Page 1 of 3 • 1, 2, 3
Return to Add-ons, UI, and Macros
Who is online
Users browsing this forum: No registered users and 1 guest