Twilight Guild Forum

World of Warcraft => Class Discussion => Priest => Topic started by: Shadowwolf on May 17, 2007, 10:54:01 PM

Title: Priest Helpful Macros
Post by: Shadowwolf on May 17, 2007, 10:54:01 PM
I use some of these on my Priest, makes some things a lot easier in raids and groups.

http://borkweb.com/story/wow-priest-macros

My most helpful one is when I am needed to keep something Shackled during an encounter as well as heal.


      macro 1:
   1.
      /focus target

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


You could leave out #3 if you want, that just says what your Shackling to everyone nearby. Focus is a cool little feature to keep casting something on the focus target but not have to change your current target such as if youre throwing heals on the MT. Its 2 separate Macros, one to set the focus target and the other to perform the shackle.
Title: Re: Priest Helpful Macros
Post by: Kothnok on October 24, 2008, 12:19:38 PM
My priest uses the following shackle macro:


/clearfocus [modifier:alt][target=focus,dead][target=focus,help][target=focus,noexists]
/focus [target=focus,noexists]
/cast [target=focus]Shackle Undead


Using this script, it will make your target your focus if you don't have a focus yet and cast Shackle Undead on it.  If you already have a mob focused, it will cast Shackle on the focused mob.  If you hold ALT down with nothing targeted, you will clear your focus (helpful if you accidentally focused the wrong mob).

I usually try cast this well out of range once the shackle mark has been given so that I can start the pull with my shackle target already focused and just wait for it to come into range before pressing it again to cast it.  This way I can have the MT already targeted and can start healing immediately thereafter.
Title: Re: Priest Helpful Macros
Post by: Nasanna on October 24, 2008, 01:58:36 PM
I use something similar on my mage for sheeping and added the line  /targetlasttarget at the end which made it so i could sheep or resheep without losing my current target.
Title: Re: Priest Helpful Macros
Post by: fiere redfern on October 24, 2008, 03:40:09 PM
Works for banish, too! Thanks for posting that macro, koth - I used to have the same one on my warlock, but it was deleted with the new patch and I couldn't find the original script on wowwiki anywhere >.<
Title: Re: Priest Helpful Macros
Post by: Kothnok on October 24, 2008, 03:57:53 PM
I posted it here so I could easily copy/paste it for my mage someday and use it for sheeping.  With this macro, you won't need /targetlasttarget added to the end because you never change targets with it.  "/cast [target=focus] x" will force spell x to be cast upon your focus target instead of your normal one.