Close
Showing results 1 to 4 of 4

Hybrid View

  1. #1

    Default Help with druid macro

    ok, well here is what im trying to do. I want to be able to do a mouseover macro for my heals, but i dont want it to take me out of my bear form when i have my clones heal.

    /cast [target=mouseover, exists][] Rejuvenation

    this is what ive got on my main. It works great, but i want to add nostance into it, so i will only cast it when in normal caster form. But i cant seem to find a way to get it to work.


    any help would be great
    3 Boxing (3xDruid) Started Dec. 20, 2007
    Terbulous, Terbuluos, Terbuloas
    Nathrezim - US Horde

  2. #2

    Default

    I use the following on my 70 druid. It did wonders for my arena rating.

    #showtooltip Rejuvenation
    /stopmacro [stance:1] [stance:2] [stance:3] [stance:5]
    /cast [target=mouseover,exists,help] Rejuvenation; [modifier:ctrl,target=player] Rejuvenation; [target=target,help] Rejuvenation; [target=targettarget,help] Rejuvenation;

    Basically this macro casts rejuv as long as your not in any stance (other than travel form, if you want to exclude travel form put [stance:4] also). It tries to cast on a friendly target mouseover first, then target, then target of target. Granted they are in range and within LOS.

    Hope this helped.
    Good luck

  3. #3

    Default

    Quote Originally Posted by shocktrot
    #showtooltip Rejuvenation
    /stopmacro [stance:1] [stance:2] [stance:3] [stance:5]
    /cast [target=mouseover,exists,help] Rejuvenation; [modifier:ctrl,target=player] Rejuvenation; [target=target,help] Rejuvenation; [target=targettarget,help] Rejuvenation;
    I would offer this version of the above macro

    #showtooltip Rejuvenation
    /stopmacro [stance:1][stance:2][stance:3][stance:5]
    /cast [modifier:ctrl,target=player][target=mouseover,help][help][target=targettarget,help] Rejuvenation

    Reasons:
    1. the use of a ; is redundant if you are casting the same spell
    2. I have moved [target=player,modifier:ctrl] to the first in the list. This will ensure that if you are mousing over a friendly but have the CTRL key down that you will get the heal (The macro system takes the first TRUE condition and casts the spell on that target).
    3. target=target is the default setting ... save those characters

    Riault

  4. #4

    Default

    Good catch Riault. Saves a lot of macro space too.

Similar Threads

  1. Druid DPS and Heal macro help
    By Starbuck_Jones in forum Macros and Addons
    Replies: 20
    Last Post: 05-27-2009, 05:27 PM
  2. Druid treant macro x4
    By Ogloo in forum Macros and Addons
    Replies: 2
    Last Post: 03-03-2009, 08:20 PM
  3. someone got a druid healing macro for me plz ??
    By larifari in forum Macros and Addons
    Replies: 4
    Last Post: 12-18-2008, 10:19 AM
  4. Need help with a Macro for Pally/Druid Buffs
    By Hotnutz in forum Macros and Addons
    Replies: 4
    Last Post: 04-15-2008, 01:08 PM
  5. Druid treant macro x4
    By Wubba in forum General WoW Discussion
    Replies: 0
    Last Post: 01-01-1970, 12:00 AM

Posting Rules

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •