1. #1

    Flap Macro Help!

    Been trying to get this to work for a while, but seem to be struggling...

    Basically, would like the macro to:

    Cast Moonkin form if I'm not already in it
    1st press: Cast Flap
    2nd press: Cancel Flap Aura

    Anyone got any idea if this is even possible?

    If it isn't possible with the the first line of changing into moonkin form, a macro for the 2nd two lines would be great!

  2. #2
    Herald of the Titans Serpha's Avatar
    10+ Year Old Account
    Join Date
    May 2011
    Location
    London
    Posts
    2,521
    What if you need to refresh it and you cancel instead?

  3. #3
    Try this:
    Code:
    #showtooltip Flap
    /use [nostance:4] Moonkin Form
    /use [nochanneling:Flap] Flap
    /cancelaura Flap
    First line gets the tooltip right
    If you are not in Moonkin form, it puts you in it (the macro will then terminate, since shapeshifting uses a GCD, so you will need a 2nd push to Flap)
    If you aren't already flapping, you will Flap, and the last line will do nothing (you cant cancael the Flap aura yet, they game hasnt had time to give you the aura since macros execute in a single frame).
    If you are already Flapping, you wont re-flap, and the cancelaura will stop your current flap.
    Last edited by Yxiomel; 2016-11-22 at 06:11 PM.
    BreweRyge: Adds a resource meter for Brewmaster brews, as if they were on a rage- or energy-type system.
    Hidden Artifact Tracker: Adds your progress on unlocking the extra tints for your hidden artifact appearance to the item tooltip.

  4. #4
    Quote Originally Posted by Yxiomel View Post
    Try this:
    Code:
    #showtooltip Flap
    /use [nostance:4] Moonkin Form
    /use [nochanneling:Flap] Flap
    /cancelaura Flap
    First line gets the tooltip right
    If you are not in Moonkin form, it puts you in it (the macro will then terminate, since shapeshifting uses a GCD, so you will need a 2nd push to Flap)
    If you aren't already flapping, you will Flap, and the last line will do nothing (you cant cancael the Flap aura yet, they game hasnt had time to give you the aura since macros execute in a single frame).
    If you are already Flapping, you wont re-flap, and the cancelaura will stop your current flap.
    This worked!

    Thank you so much!

  5. #5
    Immortal FuxieDK's Avatar
    10+ Year Old Account
    Join Date
    Apr 2012
    Location
    København
    Posts
    7,930
    FYI pressing Escape cancels Flap..
    Fact (because I say so): TBC > Cata > Legion > ShaLa > MoP > DF > BfA > WoD = WotLK

    My pet collection --> http://www.warcraftpets.com/collection/FuxieDK/

Posting Permissions

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