1. #1

    [Solved] PvP Hand of Protection / Bubble Macro

    Hi there,
    I need some help with a Macro that should work in Arena and RBG.
    The conditions are:
    I cast Divine Shield (on me by simply klicking the button)
    IIcasting Hand of Protection on my Arena mate (target=NAME) when clicking the button with shift (mod:shift)
    IIIcasting Hand of Protection on any player with mouseover.

    What I thought would work is:
    #showtooltip
    cast [atmouseover,exists] Hand of Protection; Divine Shield
    cast [mod:shift, target=NAME] - Y u no work....:-/

    Still it doesnt work I always start casting Divine Shield on me nothing else...
    Help is appreciated, thx in advance

    edit: somehow i wasnt able to place / or at symbol nevertheless they are written in the macro

  2. #2
    Stood in the Fire Crieve's Avatar
    10+ Year Old Account
    Join Date
    May 2009
    Location
    Azeroth
    Posts
    470
    /cast [nomod] Divine Shield; [mod:shift, tar=NAME, exists][tar=mouseover, help, exists] Hand of Protection
    I have posted the macro you desire. Haven't tested it or anything, so good luck.

    Edit: Oh, and I don't play paladin. Sorry.
    Last edited by Crieve; 2012-03-31 at 03:04 PM.

  3. #3
    Deleted
    Code:
    #showtooltip
    /cast [mod:shift,@name][@mouseover,exists]Hand of Protection; Divine Shield

  4. #4

    Smile

    Thx M8s, works like a charm

Posting Permissions

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