1. #1

    Multiple target modifier macros. [Solved]

    Hello!

    I have always used separate macros for each target on my paladin (in arena), and then another macro exactly the same with a different name for my other team member. ie:

    /cast [target=persephonex] Hand of Freedom

    But with WOD around the corner, and many years later after adopting this strategy, I would like to use a singular macro for all three targets using modifiers. For example, no modifier will cast the spell on myself, shift for another friendly target, then control for the other. For some strange reason I can not visualise the macro in my head.

    So, I come to the forums asking for some help. If anyone can help me out, that would be very much appreciated.

    Thanks!
    Last edited by solvexx; 2014-08-15 at 02:40 PM.

  2. #2
    Code:
    /cast [@player,nomod] Hand of Freedom
    /cast [@name,modifier:shift] Hand of Freedom
    /cast [@name,modifier:ctrl] Hand of Freedom
    Vereesa formerly of Paragon and Depraved
    WCL

  3. #3
    Quote Originally Posted by Vereesa View Post
    Code:
    /cast [@player,nomod] Hand of Freedom
    /cast [@name,modifier:shift] Hand of Freedom
    /cast [@name,modifier:ctrl] Hand of Freedom
    Perfect!

    Thank you very much.

  4. #4
    The Lightbringer
    15+ Year Old Account
    Join Date
    Jun 2008
    Location
    Italy
    Posts
    3,564
    Code:
    /cast [@name1,mod:ctrl][@name2,mod:shift][@player] Hand of Freedom
    condensed

  5. #5
    Deleted
    ...I mean...

    Code:
    /use [@name1,mod:ctrl][@name2,mod:shift][@player]Hand of Freedom

Posting Permissions

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