Thread: Disengage macro

  1. #1

    Disengage macro

    #showtooltip Disengage/console targetNearestDistance 5.000000
    /targetenemy [noharm][dead]
    /cast [nomod][harm,nodead]Wing Clip
    /cast [nomod]Disengage
    /use [nomod]15
    /targetlasttarget
    /use [mod:shift]15

    I want to make the modifier shift disable the parachute!

  2. #2
    Quote Originally Posted by Convertabull View Post
    #showtooltip Disengage/console targetNearestDistance 5.000000
    /targetenemy [noharm][dead]
    /cast [nomod][harm,nodead]Wing Clip
    /cast [nomod]Disengage
    /use [nomod]15
    /targetlasttarget
    /use [mod:shift]15

    I want to make the modifier shift disable the parachute!
    Try:
    Code:
    /cancelaura [mod:shift] nameofparachutebuff


    Quote Originally Posted by Lich King
    "You speak of justice? Of cowardice? I will show you the justice of the grave... and the true meaning of fear."

  3. #3
    That looks like one of my macros but butchered up a bit.

    Code:
    /cancelaura [mod:shift]Parachute
    is the line you're looking for if you want to cancel the parachute buff, but that console targetNearestDistance thing was taken out of the game about two expansions ago, so ditch it.

    Gershuun @ Borean Tundra US - Interface & Macros Moderator

  4. #4
    You should throw in a Raptor Strike, especially if its glyphed.

  5. #5
    Wing Clip and Raptor Strike are both on GCDs.

    Gershuun @ Borean Tundra US - Interface & Macros Moderator

  6. #6
    What do you want the macro to do?
    Wing Clip, Disengage and Parachute. Then Use shift to Remove the Parachute buff (After it has fired).
    Or
    Wing Clip then Disengage, and ONLY use the Parachute if shift is not pressed?

    For the second option, try
    Code:
    #showtooltip Disengage
    /cast Wing Clip
    /cast Disengage
    /use [nomod:shift] 15

  7. #7
    What do you want the macro to do?
    Wing Clip, Disengage and Parachute. Then Use shift to Remove the Parachute buff (After it has fired).


    this

  8. #8
    Code:
    #showtooltip Disengage
    /cast Wing Clip
    /cast Disengage
    /use 15
    /cancelaura [mod:shift]Parachute

  9. #9
    Ok, I thought about it. It would make more sense to only use the parachute by modifying the macro with SHIFT. Then without SHIFT the macro would just be a normal wing-clip closest target then, re-target my previous target. Also is it possible to make the macro POP parachute with shift, then also remove the buff with shift?

  10. #10
    Code:
    #showtooltip Disengage
    /targetenemy [help][dead][noexists]
    /cast Wing Clip
    /cast Disengage
    /cancelaura [mod:shift]Parachute
    /use [mod:shift]15

    Gershuun @ Borean Tundra US - Interface & Macros Moderator

  11. #11
    I love the pink mohawk!

Posting Permissions

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