1. #1
    Field Marshal
    10+ Year Old Account
    Join Date
    Nov 2010
    Location
    Chicago, Illinois
    Posts
    82

    Target party and modifier macro

    Weird macro I'm trying to make, works for me in my head but I can't seem to get it to work, even though I know I've made something similiar to it before... I'm trying to make a macro where base clicking the hotkey (Z, in this case) it uses Dispel magic on party member 1, but if I use the modifier Control, it uses Shadow Word: Pain. Anyone help me out here? Doing the same thing with (X) and party 2/Devouring Plague....




    #showtooltip
    /cast [target= party1] Dispel Magic; [modifier:control] Shadow Word: Pain

    That's what I've been messing with and its not working. The Dispel Works just fine, but the modifier does not. Thank you in advance!

    ---------- Post added 2011-10-06 at 08:47 PM ----------

    Nevermind, seems control is too efficient...ctrl is what is needed!

  2. #2
    Deleted
    Other way around. First matching conditional is executed.
    Code:
    #showtooltip
    /cast [mod:ctrl]Shadow Word: Pain; [@party1]Dispel Magic

Posting Permissions

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