1. #1

    Is there any way for WeakAuras to determine if your Auto Attack ability is toggled?

    I'm trying to make an auto-attack checker and knowing if Auto Attack is toggled or not will allow some more functionality to the WA.

  2. #2
    Did you think we had forgotten? Did you think we had forgiven? Behold, now, the terrible vengeance of the Forsaken!

  3. #3
    The events PLAYER_ENTER_COMBAT and PLAYER_LEAVE_COMBAT fire when auto attack turns on and turns off respectively. You can check if auto attack is active with IsCurrentSpell(6603). If that function doesn't work, find an addon that puts spell IDs in tooltips and mouse over your auto attack spell.
    Originally Posted by Zarhym (Blue Tracker)
    this thread is a waste of internet

  4. #4
    I'm not familiar with Lua code and I couldn't figure out anything using the spell id 6603.

  5. #5

Posting Permissions

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