Thread: MD macro

  1. #1

    MD macro

    Hi!
    I was wondering can you help me with making a macro for MD.I want it to cast MD on my target, if I don't have a target to cast MD on (for ex I'm targeting the boss) to cast MD on my focus target, and if I don't have one to cast it on my pet.I know there are macros for MD on focus/pet all over the internet but i suck at writing a macro so if it's even possible to have such a macro can you pls write it down? :P

    Thanks.

  2. #2
    Stood in the Fire
    10+ Year Old Account
    Join Date
    Jan 2010
    Location
    Denmark
    Posts
    383

    Re: MD macro

    Have you considered a mouseover macro?
    Just hold your mouse at the target you want to MD, and click! xD

    Code:
    /cast [target=mouseover,exists][target=player] Misdirection

  3. #3

    Re: MD macro

    #showtooltip misdirection
    /focus [modifier:shift, exists] target
    /stopmacro [modifier:shift]
    /cast [help] misdirection; [target=focus, help] misdirection; [target=pet, exists] misdirection

    You can remove the 2nd and 3rd line if you use something else to set your focus

  4. #4

    Re: MD macro

    Quote Originally Posted by Freelighter
    #showtooltip misdirection
    /focus [modifier:shift, exists] target
    /stopmacro [modifier:shift]
    /cast [help] misdirection; [target=focus, help] misdirection; [target=pet, exists] misdirection

    You can remove the 2nd and 3rd line if you use something else to set your focus
    meh
    ill post mine here in a sec, currently flying from felwood to gadget on my alt :\
    so inc macro in a few, but it does do these things...
    casts on focus above all other things
    casts on target if its friendly
    then it goes to a mouseover effect.
    It doesn't think, It doesn't feel,
    It doesn't laugh or cry.
    All It does from dusk till dawn,
    Is Make the soldiers die!

    Brewer - Daggerspine -> Brewer - Mok'Nathal -> Pshycoteddi - Mok'Nathal -> CØbrakai - Mok'Nathal

  5. #5

    Re: MD macro

    I myself like to use target's target. So whenever a boss is targeting a tank i can use this macro

    #showtooltip Misdirection
    /cast [target=targettarget,exists] Misdirection
    /cast Misdirection


    The reason why chose to add a second line of MD is because if i am not targeting anything i can still use the macro and click it on the appropriate person.

    It can get a little bit bad when you accidentally pop it and the mob switches targets. Not sure what happens in this scenario.
    Signature removed. Please read our guidelines. Venara

Posting Permissions

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