1. #1

    Macro Troubles - Expel Harm & Level 30 Talent

    Hey guys, I'm having some macro trouble.

    I want to have it so I cast Expel Harm with nomod, and my Level 30 Talent with mod:shift.
    I've tried the following:

    #Showtooltip
    /use [nomod] Expel Harm
    /use [mod:shift] Chi Wave
    /use [mod:shift] Zen Sphere
    /use [mod:shift] Chi Burst

    #Showtooltip
    /use [nomod] Expel Harm
    /use [mod:shift][]Chi Shaping

    #Showtooltip
    /use [nomod] Expel Harm
    /use [mod:shift]Chi Shaping

    #Showtooltip
    /use [nomod] Expel Harm
    /use [mod:shift][talent:2/1]Chi Wave;[talent:2/2]Zen Sphere;[talent: 2/3]Chi Burst

    None of the above work. If any of you have found a working macro, or have created one, please share!

  2. #2
    This one works for me:
    #showtooltip
    /cast [nomod] Expel Harm
    /cast [mod:shift] Chi Shaping

    Do you have something else bound to shift + the key you use for the macro?

  3. #3
    Nope - plus I tried it in multiple action bar slots =/

    - - - Updated - - -

    Still isn't working for me - it's doing a weird flickery thing when I'm pressing shift+keybind.

  4. #4
    Im not subbed atm, so I can't check, but I think you want something like:

    #Showtooltip
    /use [nomod] Expel Harm
    /use [mod:shift, talent:2/1]Chi Wave;[mod:shift,talent:2/2]Zen Sphere;[mod:shift,talent: 2/3]Chi Burst

    The way you had it, shift always applies to Chi Wave, even if you aren't using it.
    Last edited by Yxiomel; 2015-08-04 at 04:31 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.

  5. #5
    Make entirely sure that there isn't anything at all bound to shift+bind key. I had issues with a taunt-off-statue macro until I just removed the keybind entirely.

Posting Permissions

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