1. #1

    help with a Macros

    Hello all I need some help with a Macro. I am tried to put together two of MD macros into one

    /cast [button:1, nomodifier][@focus,exists] Misdirection;[@pet,exists] Misdirection
    /cast [@targettarget, button:2, nomodifier] Misdirection


    And I do not know what I am doing wrong. Can anyone help, I want top one to be left click and the other one to be right click

  2. #2
    Deleted
    If you specify what you want this macro to do, it would be a bit simplier to help.

  3. #3
    Deleted
    Code:
    #showtooltip
    /cast [btn:1,nomod][btn:1,@focus,help,nodead][btn:1,@pet,exists,nodead][@targettarget]Misdirection

  4. #4
    Quote Originally Posted by Treeston View Post
    Code:
    #showtooltip
    /cast [btn:1,nomod][btn:1,@focus,help,nodead][btn:1,@pet,exists,nodead][@targettarget]Misdirection
    i will test to see if this work

    as for Althanza i want my left click on my mouse to be /cast [button:1, nomodifier][@focus,exists] Misdirection;[@pet,exists] Misdirection

    for my right click on my mouse i want it to be /cast [@targettarget, button:2, nomodifier] Misdirection
    on the macros right now i am use two macros to do the job

Posting Permissions

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