Thread: Macro Help

  1. #1

    Macro Help

    Hi!
    Im looking for a macro that will put my Disengage and Flexweave Underlay on two difrent presses. Disengage on first click and Underlay on secound.

  2. #2
    Try here, http://forums.worldofwarcraft.com/th...48776726&sid=1


    Macro is just

    #showtooltip
    /cast Disengage
    /use 15

    Flexweave will only work if you are off the ground apparently, so if you spam that macro (disengage counts as being a jump/off the ground) it should work fine.
    Last edited by Way; 2010-06-24 at 09:19 PM. Reason: changed cast to use

  3. #3
    hmm this might be good but youll have to click it i believe
    Code:
    #showicon Disengage
    /cast [button:1] Disengage [Button:2] Flexweave Underlay
    when you press your LEFT mouse button it disengages, right button= flexweave
    Quote Originally Posted by Synwyn View Post
    My first raiding guild, way back in Vanilla WoW - Kaywarrior was our DPS warrior. After a billion Nef kills, Ashkandi finally dropped. He jerked off on vent. Literally jerked off while keyed in. Best moment ever.
    Indeed.

  4. #4
    #showtooltip
    /cast Disengage
    /use 15

    :O nope, they both go off at the same time on that one

    ---------- Post added 2010-06-24 at 09:27 PM ----------

    #showicon Disengage
    /cast [button:1] Disengage [Button:2] Flexweave Underlay

    realy looking for one with a key
    Last edited by Rawrs; 2010-06-24 at 09:31 PM.

  5. #5
    oh wait, here it is i think

    #showicon Disengage
    /cast [mod:shift] Disengage ; Flexweave Underlay
    Quote Originally Posted by Synwyn View Post
    My first raiding guild, way back in Vanilla WoW - Kaywarrior was our DPS warrior. After a billion Nef kills, Ashkandi finally dropped. He jerked off on vent. Literally jerked off while keyed in. Best moment ever.
    Indeed.

  6. #6
    #showicon Disengage
    /cast [mod:shift] Disengage ; Flexweave Underlay

    :O I would but i use the shift for my Deterrence
    T.T getting low on keys for all these macros

  7. #7
    if

    /cast Flexweave Underlay

    works then you could try

    /castsequence [reset = 5] Disengage; Flexweave Underlay


    the reset = 5 will make the macro reset after 5 seconds if you decide not to use the Underlay.


    Other than this, I see no way to make it work with one button.


    #showicon Disengage
    /cast [mod:shift] Disengage ; Flexweave Underlay

    :O I would but i use the shift for my Deterrence

    You could also change the modifier to ctrl or alt

  8. #8
    /cast Flexweave Underlay

    works then you could try

    /castsequence [reset = 5] Disengage; Flexweave Underlay


    Nope the Flexweave wont go off intill Disengage does.

  9. #9
    Quote Originally Posted by Rawrs View Post
    #showicon Disengage
    /cast [mod:shift] Disengage ; Flexweave Underlay

    :O I would but i use the shift for my Deterrence
    T.T getting low on keys for all these macros
    then change the mod: to either

    alt
    ctrl


    ex.
    #showicon Disengage
    /cast [mod:alt] Disengage ; Flexweave Underlay

    #showicon Disengage
    /cast [mod:ctrl] Disengage ; Flexweave Underlay
    Quote Originally Posted by Synwyn View Post
    My first raiding guild, way back in Vanilla WoW - Kaywarrior was our DPS warrior. After a billion Nef kills, Ashkandi finally dropped. He jerked off on vent. Literally jerked off while keyed in. Best moment ever.
    Indeed.

  10. #10
    Quote Originally Posted by WarriorGuides View Post
    then change the mod: to either

    alt
    ctrl


    ex.
    #showicon Disengage
    /cast [mod:alt] Disengage ; Flexweave Underlay

    #showicon Disengage
    /cast [mod:ctrl] Disengage ; Flexweave Underlay

    lol actually i had it on alt but with the keys on my bourd i cant realy get it to give the air from the jump from the finger bending and its worn out key.
    Last edited by Rawrs; 2010-06-24 at 09:52 PM.

  11. #11
    /use 15
    /cast disengage

    ??

    Unfortunately my hunter is not high enough Engineer to test this myself.

    Double tapping may work.

  12. #12
    Quote Originally Posted by Way View Post
    /use 15
    /cast disengage

    ??

    Unfortunately my hunter is not high enough Engineer to test this myself.

    Double tapping may work.

    nope

  13. #13
    try

    /castsequence Disengage, 15

    Works with Parachute Cloak atleast

    can add reset=5 so if you decide not to use flexweave it will let you disengage again

    /castsequence reset=5 Disengage, 15
    Last edited by Way; 2010-06-24 at 10:25 PM.

Posting Permissions

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