< /br>< /br>< /br>

Elvenbane's Priest Macros

Post your easy buttons!

Elvenbane's Priest Macros

Postby Elvenbane » August 28th, 2012, 5:55 am

I personally hate castsequence macros and won't touch them with a 10ft pole. The purpose of these macros is to condense the number of physical keys you need to press by controlling which spell is cast via modifier (alt/shift/ctrl) and adding mouseover capabilities to all healing spells.

Originally posted here

--------------------

** Important **
Before using these macros make sure you disable the Action Page 1 - 6 keys in your key bindings. If you don't pressing any of the shift modified macros will cause you to change action page instead of casting the appropriate spell.

I've included the keys I have them bound to but you can use whatever. Also keep in mind that a lot of the Disc/Holy macros can be combined using the [spec] modifier.

--------------------
CC Macros

Clear Focus (shift), Set/Shackle Focus (alt), Shackle Target

Code: Select all
#showtooltip Shackle Undead
/focus [mod:alt,@focus,dead] [mod:alt,@focus,noexists]
/clearfocus [@focus,dead] [mod:alt,@focus,noexists] [mod:shift]
/cast [mod:alt,@focus,exists] [] Shackle Undead;


Clear Focus (shift), Set/Dominate Mind Focus (alt), Dominate Mind Target

Code: Select all
#showtooltip Dominate Mind
/focus [mod:alt,@focus,dead] [mod:alt,@focus,noexists]
/clearfocus [@focus,dead] [mod:alt,@focus,noexists] [mod:shift]
/cast [mod:alt,@focus,exists] [] Dominate Mind;


--------------------
Shadow - http://us.battle.net/wow/en/tool/talent ... 020.!pKcnP

#1 - Leap of Faith (shift+alt), Halo [or Cascade/Divine Star] (shift), Devouring Plague (alt), Shadow Word: Pain

Code: Select all
#showtooltip
/cast [mod:shift,mod:alt,@mouseover,help] [mod:shift,mod:alt] Leap of Faith; [mod:shift] Halo; [mod:alt] Devouring Plague; Shadow Word: Pain;


#2 - Void Shift (shift+alt), Vampiric Embrace (shift), Mind Sear (alt), Mind Flay

Code: Select all
#showtooltip
/cast [mod:shift,mod:alt,@mouseover,help] [mod:shift,mod:alt] Void Shift; [mod:shift] Vampiric Embrace; [mod:alt] Mind Sear; Mind Flay


#3 - Psychic Horror (shift+alt), Mind Spike (shift), Shadow Word: Death (alt), Mind Blast

Code: Select all
#showtooltip
/cast [mod:shift,mod:alt] Psychic Horror; [mod:shift] Mind Spike; [mod:alt] Shadow Word: Death;  Mind Blast


#4 - Shadowfiend (alt), Vampiric Touch

Code: Select all
#showtooltip
/cast [mod:alt] Shadowfiend; Vampiric Touch


#5 - Silence (shift), Fade

Code: Select all
#showtooltip
/cast [mod:shift] Silence; Fade


Volcanic Potion (shift), Shadowform (alt), Angelic Feather

Code: Select all
#showtooltip
/cast [mod:shift] Volcanic Potion; [mod:alt] Shadowform; Angelic Feather


--------------------
Holy - http://us.battle.net/wow/en/tool/talent ... !00202.!at
Note: alt click will cast the unmodified spell on yourself. ie Alt-1 = PoM on self

#1 - Leap of Faith (shift+alt), Circle of Healing (shift), Prayer of Mending

Code: Select all
#showtooltip
/cast [mod:shift,mod:alt,@mouseover,help] [mod:shift,mod:alt] Leap of Faith;[mod:shift,@mouseover,help] [mod:shift] Circle of Healing; [mod:alt,@player] [@mouseover,help] [help] [@targettarget,help] [] Prayer of Mending


#2 - Guardian Spirit (shift), Power Word: Shield

Code: Select all
#showtooltip
/cast [mod:shift,@mouseover,help] [mod:shift] Guardian Spirit; [mod:alt,@player] [@mouseover,help] [help] [@targettarget,help] [] Power Word: Shield


#3 - Shadowfiend (shift+alt), Holy Word (shift), Renew

Code: Select all
#showtooltip
/cast [mod:shift,mod:alt,@mouseover,harm] [mod:shift,mod:alt] Shadowfiend; [mod:shift,@mouseover,exists] [mod:shift] Holy Word: Chastise; [mod:alt,@player] [@mouseover,help] [help] [@targettarget,help] [] Renew


#4 - Holy Fire (shift+alt), Heal (shift), Flash Heal

Code: Select all
#showtooltip
/cast [mod:shift,mod:alt,@mouseover,harm,nodead] [mod:shift,mod:alt] Holy Fire; [mod:shift,@mouseover,help] [mod:shift] Heal; [mod:alt,@player] [@mouseover,help] [help] [@targettarget,help] [] Flash Heal


#5 - Power Word: Solace (shift), Binding Heal

Code: Select all
#showtooltip
/cast [mod:shift,@mouseover,harm] [mod:shift] Power Word: Solace; [@mouseover,help] [help] [@targettarget,help] [] Binding Heal


#6 - Cascade (shift), Greater Heal

Code: Select all
#showtooltip
/cast [mod:shift,@mouseover,exists] [mod:shift] Cascade; [mod:alt,@player] [@mouseover,help] [help] [@targettarget,help] [] Greater Heal


Power Infusion (shift), Desperate Prayer (alt), Prayer of Healing

Code: Select all
#showtooltip
/cast [mod:ctrl] Power Infusion; [mod:alt] Desperate Prayer; [@mouseover,help] [] Prayer of Healing


--------------------
Discipline - http://us.battle.net/wow/en/tool/talent ... 00222.!fcQ
Note: alt click will cast the unmodified spell on yourself. ie Alt-1 = PoM on self

#1 - Leap of Faith (shift+alt), Penance (shift), Prayer of Mending

Code: Select all
#showtooltip
/cast [mod:shift,mod:alt,@mouseover,help] [mod:shift,mod:alt] Leap of Faith; [mod:shift,@mouseover,exists] [mod:shift] Penance; [mod:alt,@player] [@mouseover,help] [help] [@targettarget,help] [] Prayer of Mending


#2 - Inner Focus (shift+alt), Pain Suppression (shift), Power Word:Shield

Code: Select all
#showtooltip
/cast [mod:shift,mod:alt] Inner Focus; [mod:shift,@mouseover,help] [mod:shift] Pain Suppression; [mod:alt,@player] [@mouseover,help] [help] [@targettarget,help] [] Power Word: Shield


#3 - Shadowfiend (shift+alt), Spirit Shell (shift), Renew

Code: Select all
#showtooltip
/cast [mod:shift,mod:alt,@mouseover,harm] [mod:shift,mod:alt] Shadowfiend; [mod:shift] Spirit Shell; [mod:alt,@player] [@mouseover,help] [help] [@targettarget,help] [] Renew


#4 - Holy Fire (shift+alt), Smite (shift), Flash Heal

Code: Select all
#showtooltip
/cast [mod:shift,mod:alt,@mouseover,harm] [mod:shift,mod:alt] Holy Fire; [mod:shift,@mouseover,harm] [mod:shift] Smite; [mod:alt,@player] [@mouseover,help] [help] [@targettarget,help] [] Flash Heal


#5 - Power Word: Barrier (shift), Binding Heal

Code: Select all
#showtooltip
/cast [mod:shift] !Power Word: Barrier; [@mouseover,help] [help] [@targettarget,help] [] Binding Heal


#6 - Cascade (shift), Greater Heal

Code: Select all
#showtooltip
/cast [mod:shift,@mouseover,exists] [mod:shift] Cascade; [mod:alt,@player] [@mouseover,help] [help] [@targettarget,help] [] Greater Heal


Power Infusion (ctrl), Archangel (alt), Prayer of Healing

Code: Select all
#showtooltip
/cast [mod:ctrl] Power Infusion; [mod:alt] Archangel; [@mouseover,help] [] Prayer of Healing
Last edited by Elvenbane on April 30th, 2013, 5:36 am, edited 29 times in total.
User avatar
Elvenbane
Member
 
Posts: 67
Joined: August 28th, 2012, 5:45 am
Location: Vek'nilash

Re: Elvenbane's Priest Macros

Postby Amadeus451 » August 30th, 2012, 5:16 am

I applaud your macro work! Sometimes it's quite frustrating trying to find some macros for basics. However, I question some of the spells you've combined onto the same button.

It's really a non-issue I suppose, since one could just alter whatever modifier (I like shift as my main, ctrl as my second) and spell to suit your own needs. Still, mint stuff!
Try not. Do, or do not. There is no try. --Yoda
User avatar
Amadeus451
Member
 
Posts: 10
Joined: August 18th, 2012, 12:29 am
Location: Draenor

Re: Elvenbane's Priest Macros

Postby Alexanne » August 30th, 2012, 7:06 am

Hi Elven and others,

I am looking for a macro for shadowfiend/mindbender that sends it to either your target if enemy, or your 'target of target' if your target is friendly.

As disc I use macros for Holy Fire and Smite, and now PW: Solace to attack my target's (the tank) target. I want to press just one button consistent with that but would still work on fights where I actually target the boss.

Thank you in advance. :)
User avatar
Alexanne
Member
 
Posts: 5
Joined: August 29th, 2012, 9:48 am

Re: Elvenbane's Priest Macros

Postby Woaden » August 30th, 2012, 8:09 am

/cast [@focus]Shadowfiend
User avatar
Woaden
Moderator
 
Posts: 1288
Joined: May 22nd, 2012, 7:46 am
Location: Randomly AFK

Re: Elvenbane's Priest Macros

Postby Elvenbane » August 30th, 2012, 8:16 am

Alexanne wrote:I am looking for a macro for shadowfiend/mindbender that sends it to either your target if enemy, or your 'target of target' if your target is friendly.


Code: Select all
#showtooltip
/cast [harm] [@targettarget,harm] [] Shadowfiend


Fiend automatically converts to Bender if you spec for it so the macro doesn't change.
User avatar
Elvenbane
Member
 
Posts: 67
Joined: August 28th, 2012, 5:45 am
Location: Vek'nilash

Re: Elvenbane's Priest Macros

Postby Elvenbane » August 30th, 2012, 8:53 am

Amadeus451 wrote:I applaud your macro work! Sometimes it's quite frustrating trying to find some macros for basics. However, I question some of the spells you've combined onto the same button.

It's really a non-issue I suppose, since one could just alter whatever modifier (I like shift as my main, ctrl as my second) and spell to suit your own needs. Still, mint stuff!


Yeah I've been running and updating a lot of these macros since BC so some of the choices might seem odd as I added spells in where they would fit as I got them. I've got 14 85s (3 priests) all running full macro setups similar to these so some of the choices are also for consistency across toons (ie. heal/smite/nourish/healing wave/holy light are all in the same location)

I tend to go with alt as the primary modifier on dps/tank classes and shift as the modifier on healers (alt being self cast in that case)
User avatar
Elvenbane
Member
 
Posts: 67
Joined: August 28th, 2012, 5:45 am
Location: Vek'nilash

Re: Elvenbane's Priest Macros

Postby Alexanne » August 30th, 2012, 9:41 am

Elvenbane wrote:
Code: Select all
#showtooltip
/cast [harm] [@targettarget,harm] [] Shadowfiend


Fiend automatically converts to Bender if you spec for it so the macro doesn't change.


Thank you very much, that's the one I was looking for. :)
User avatar
Alexanne
Member
 
Posts: 5
Joined: August 29th, 2012, 9:48 am

Re: Elvenbane's Priest Macros

Postby Elvenbane » August 31st, 2012, 1:50 pm

You're welcome :)
User avatar
Elvenbane
Member
 
Posts: 67
Joined: August 28th, 2012, 5:45 am
Location: Vek'nilash

Re: Elvenbane's Priest Macros

Postby Elvenbane » October 8th, 2012, 9:13 am

Updated Shadow for lvl 90 aka added Halo & Void Shift
User avatar
Elvenbane
Member
 
Posts: 67
Joined: August 28th, 2012, 5:45 am
Location: Vek'nilash

Re: Elvenbane's Priest Macros

Postby Trimura » October 25th, 2012, 5:57 am

I have a question to those modification Macros.

At the Moment i'm using multiple Action Bars (exact: 4 ones), which aren't completly full.
I'm playing with a Razer Naga, so it's easy for my big hands to get to Numbers 1-9. Now i'm using following buttons:
Bar1: 1-7
Bar2: Shift+1-7
Bar3: CTRL+1-7
Bar4: Alt+1-7

I know, this sounds complicated, but i've got all Cooldowns on my sight. Now to my question xD: When i push shift, ctrl or alt, does the Icon of the Macro change to the Cast, which is modified by the modifier?
It works at my Warri with a Harm/NoHarm Macro for Charge and Intervene, it's depending on the Target.

When this works, i have to learn, to use Modifier Macros xD

Edit: Ok :) I've tested it, and it works fine :) now i just have to change the Skills to German and modify it a little bit to my needs :) Good Job there Elvenbane, thanks a lot!
User avatar
Trimura
Member
 
Posts: 14
Joined: October 25th, 2012, 3:25 am


Return to Macros



Who is online

Users browsing this forum: No registered users and 4 guests