Thread: Macro problem

  1. #1

    Macro problem

    Hey,
    this is my standard Charge/Intercept macro that works prefectly in BC, but doesn't work on PTR; when in Zerk stance and in combat it only changes stance to battle without intercepting. Anyone kows why?

    Code:
    #showtooltip Intercept
    /cast [nocombat,stance:2/3] Battle Stance; [nocombat,stance:1] Charge(Rank 3); [combat,stance:3] Intercept(Rank 5)
    /cast Hamstring(Rank 4)
    /cast [stance:1] Berserker Stance
    /stopcasting

  2. #2

    Re: Macro problem

    I believe it broke since charge can be cast in combat now, so the macro is confused on what to do. So it bugs out and not work.

    Because of the update I had to redo a lot of my macros cause things changed, might have to re-write it.

  3. #3

    Re: Macro problem

    Charge is only usable in combat with the Protection talent Warbringer. So I don't see that being the culprit.

  4. #4

    Re: Macro problem

    I doubt it's charge, since he has the [nocombat] flag set for it, so it's not using Charge to determine if he's in combat anyway.

    Edit: Looked more over the macro a bit.
    If it's shifting to Battle Stance, it must be evaluating [nocombat,stance:2/3] as true, since that's the only place you case Battle Stance. I'd try making a much simpler macro and see nocombat is actually working.

    Maybe something like
    Code:
    /cast [nocombat] Battle Shout; [combat] Commanding Shout
    Naturally, the macro is useless for any real situation, but you can go agro some mob and hit it, see which shout it casts. If it casts battle while in combat, there's your problem. Check for any word on macro changes about how conditions like that work, and if it doesn't mention [nocombat] changing, I'd submit a bug report about it.
    Main: Enhance Shaman
    Current alt status:
    80 Unholy DK - 80 Feral Druid - 80 Disc Priest
    80 Ret Paladin - 80 Arcane Mage - 80 Prot Warrior
    77 Warlock - 80 Marks Hunter - 75 Rogue

    I participated in the legendary Bacon thread.

Posting Permissions

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