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






