1. #1

    Autoattack Stops sometimes

    Hey , i recently encounted new problem .
    my warrior sometimes stop to autoattack during a boss fight.
    I havnt manage to see why that keep happening and have no clue how to try and fix it .

    any suggestions would help to fix the issue

    that is pretty annoying with my Arms spec since Autoattack is every 3+ secs ( im tracking it with WA)

    thx in advance

  2. #2
    Do you have a /stopattack condition in a macro somewhere?

  3. #3
    Quote Originally Posted by promithius View Post
    Do you have a /stopattack condition in a macro somewhere?
    I haven't used any special macro's like that in a while, but I've noticed this on Warriors as well. Rogues and Monks too.

    I think with Legion, Warriors finally got Auto-Attack to auto-start from using abilities. For the longest time, I've remember that Auto-attacking didn't always start when using damage dealing special abilities. (Cleave, Whirlwind, Bladestorm, and Charge for a while would initiate auto attacking if a target was selected prior to using the ability.)

    Monks, too.

    Rogues, though, only seemed to be bugged on a few abilities.
    I'm a Kitsune! Not a cat, or a mutt!

  4. #4
    hey guys an update here ,

    some say that this autoattack stop is due to the legendary neck proc , well i do have the neck
    and that might be the thing.

    still havnt test that out .

  5. #5
    Deleted
    Something funky going on with autoattack since 7.1. Some of my macros are enabling it, and some aren't.

    My Devastate macro...
    Code:
    #showtooltip Devastate
    /cleartarget [noharm];[dead]
    /targetenemy [@target,noexists]
    /use [@mouseover,harm,nodead][@target,harm,nodead]Devastate
    ...enables autoattack just fine.

    My Shield Slam macro...
    Code:
    #showtooltip Shield Slam
    /cleartarget [noharm];[dead]
    /targetenemy [@target,noexists]
    /use [@mouseover,harm,nodead][@target,harm,nodead]Shield Slam
    ...doesn't enable autoattack.

    Stripping most of the stuff out from those macros, I have figured out that it's the /use -line which does it. None of the rest in those macros have any effect. So basically the...

    /use [@mouseover,harm,nodead][@target,harm,nodead]Devastate

    ...does enable autoattack, while the...

    /use [@mouseover,harm,nodead][@target,harm,nodead]Shield Slam

    ...does not.

    Same goes with other abilities; some of them enable it, some of them don't. Doesn't matter which button or which bar I put them in.

Posting Permissions

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