priest macros menu

User Tag List

Results 1 to 6 of 6
  1. #1
    r.tar's Avatar Contributor

    Reputation
    80
    Join Date
    Dec 2015
    Posts
    38
    Thanks G/R
    5/104
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    priest macros

    Shackle version 1
    This macro will cast Shackle Undead if the target is hostile. It will then tell the party that you’re shacking the target. The stopmacro line will prevent the announcement if the target is not hostile, cutting down on unnecessary spam. However, I think you’ll still get a /p message if you attempt to cast shackle undead on a non-valid target. (confirmed for 2.0.1)

    /cast [harm] Shackle Undead
    /stopmacro [noharm]
    /p Shackling %t! DO NOT TOUCH!


    Shackle version 2 (Focus Combo)
    Allows you to set your focus and bind a spell directly to that focus. You should be able to cast the second spell without ever losing your current target. If used with a heal spell instead of shackle, this should also be very helpful for MT/Raid healing.

    macro 1:
    /focus target
    macro 2:
    /cast [target=focus,harm] Shackle Undead; [harm] Shackle Undead
    /stopmacro [target=focus,noharm]
    /script SendChatMessage(UnitName("focus").." is shackled! DO NOT BREAK!")


    Note: if you don’t know what /focus target does…well, it allows you to mark a target as a focused target which allows you to target other objects and cast spells on that focus without losing your current target.

    Healing Macros
    Simple Greater Heal
    This simple macro will cast Greater Heal (the highest rank you have) if the target is friendly, and alert the party about whom you’re healing. It will stop the announcement if the target is not friendly. (confirmed for 2.0.1)


    /cast [help] Greater Heal
    /stopmacro [nohelp]
    /p Healing %t


    Target/Self Heal Macro
    This macro checks to see if you have the “alt” key selected – if you do, then it casts Flash Heal on yourself. If you do not, it wil cast Flash Heal on your friendly target. It also announces to the party when you heal a target.

    /cast [modifier:alt,target=player] Flash Heal; [help] Flash Heal
    /p Healing %t


    A Better Target/Self Healing Macro
    Llenyd and Augur wrote this one, which I think is better than the one listed above. It will heal yourself if the target is harmful, otherwise it will heal your target – and announce whomever you’re healing, including yourself. The above macro would only announce your targetted healing. (confirmed for 2.0.1)

    /cast [help] <healing Spell>; [target=player] <healing Spell>
    /script local n if(UnitIsFriend("player","target")) then n=UnitName("target") else n=UnitName("player") end SendChatMessage("Healing"..n.."in 3 seconds","SAY",nil)


    Combat Macros
    Space Saving Mind Blast/SW:Pain Macro
    This macro uses the new “cast sequence” ability – yay more bar space! When you first click it, it should cast Mind Blast – when you click the button again, it will cast Shadow Word: Pain. The sequence will reset to Mind Blast if the player drops out of combat, or chooses a different target.


    /castsequence reset=combat/target Mind Blast, Shadow Word: Pain

    MindFlay When Not Channeling Macro
    Should cast Mind Flay only if you are not currently already channeling Mind Flay. For those “duh” moments.

    /cast [nochanneling:Mind Flay] Mind Flay

    Devouring Plague Macro
    Good example of the timed reset macro. This macro will, on the first button press, cast Inner Focus. On the second press, it will cast Devouring Plague. The sequence resets after Devouring Plague, or if enough time passes between button presses (170).

    /castsequence reset=170 Inner Focus, Devouring Plague

    Shadowform Heal
    For our shadow friends, this macro will drop shadowform on the first click, cast Flash Heal on the second click, and revert you to shadowform on the third click. If you are not in shadowform, it won’t do anything.

    /castsequence [stance:1] Shadowform, Flash Heal, Shadowform

    Correct Your Smiting
    Casts smite on a harmful target…OR if you target a friendly to heal them, and they’re targeting a mob, casts smite on your target’s target.

    /cast [harm] Smite; [target=targettarget, harm] Smite


    Troll Berserking/PI/IF Macro
    Sirona’s Troll Berserking / Power Infusion / Inner Focus — Smite macro does just what it says. If any of the first spells are on cooldown it should give you an error message, but continue on through the other spells. You can also turn this into a healing macro if you change the final spell.

    /cast Berserking
    /stopcasting
    /cast Power Infusion
    /stopcasting
    /cast Inner Focus
    /stopcasting
    /cast Smite


    Misc Macros
    Mouseover Dispell
    Sylphael’s macro (ty, Sylphael!) will cast dispel magic on whatever target your mouse is presently hovering over. So if you bind it to a mouse button and hit that button while hovering over a character, you’ll cast dispel on that character.

    /cast [target=mouseover] Dispel Magic

    Instant Shield
    This will stop the current spell and cast PW:S on your target if it is friendly, or (if that fails) it will cast PW:S on your target’s target.

    /stopcasting
    /cast [help] Power Word: Shield; [target=targettarget] Power Word: Shield


    Handy Resurrection Macro
    Just a simple resurrection macro that announces your casting!

    /cast [dead] Resurrection
    /stopmacro [nodead]
    /script SendChatMessage("Resurrecting "..UnitName("target")..". w00t!")


    Raid Shield
    Pretty simple macro to cast shield on your target if he’s in your group and friendly or if your target’s target is friendly and in group, or else shield yourself.

    /cast [raid] Power Word: Shield; [target=targettarget, raid] Power Word: Shield; [target=player] Power Word: Shield

    priest macros
  2. #2
    light.angel's Avatar Member
    Reputation
    6
    Join Date
    Feb 2018
    Posts
    1
    Thanks G/R
    1/5
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    so helpful . thank you

  3. Thanks elementallwow, macec, lapos, codis, pareno (5 members gave Thanks to light.angel for this useful post)
  4. #3
    HUSKY BOOST's Avatar Banned 100% trusted CoreCoins Purchaser
    Reputation
    53
    Join Date
    May 2017
    Posts
    123
    Thanks G/R
    8/29
    Trade Feedback
    344 (100%)
    Mentioned
    0 Post(s)
    Tagged
    1 Thread(s)
    It's good that the light.angel found this post and lifted it up, took a couple of macros from here

  5. Thanks r.tar (1 members gave Thanks to HUSKY BOOST for this useful post)
  6. #4
    elementallwow's Avatar Active Member
    Reputation
    19
    Join Date
    Oct 2018
    Posts
    3
    Thanks G/R
    2/18
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Some macros were very interesting and helpful. Thankful

  7. Thanks r.tar, macec, migofefoga, lapos, codis, selenic, recihi, sotakabas, maxawina, xpas, segemogo, romarihe, yoneg, nexedide, pareno, xexeleb, picimos, dokiwime (18 members gave Thanks to elementallwow for this useful post)
  8. #5
    gemiwed's Avatar Member
    Reputation
    1
    Join Date
    Apr 2019
    Posts
    1
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Some macros were very functional. Thankful

  9. #6
    dozevube's Avatar Member
    Reputation
    1
    Join Date
    Aug 2019
    Posts
    1
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Some macros are very useful and work well. Thank you for your hard work

Similar Threads

  1. Priest Macro Heaven!
    By cbraccia in forum World of Warcraft Guides
    Replies: 3
    Last Post: 07-20-2009, 10:55 AM
  2. My Favorite Priest Macro's
    By delphina in forum WoW UI, Macros and Talent Specs
    Replies: 2
    Last Post: 09-03-2008, 09:28 AM
  3. [Priest] Macro
    By timmeg in forum World of Warcraft Guides
    Replies: 10
    Last Post: 07-21-2008, 07:19 PM
  4. Priest macros!
    By Nugma in forum WoW UI, Macros and Talent Specs
    Replies: 12
    Last Post: 05-09-2007, 04:22 AM
  5. Priest macros!
    By Nugma in forum World of Warcraft Guides
    Replies: 10
    Last Post: 05-08-2007, 02:34 PM
All times are GMT -5. The time now is 03:51 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search