1. #1

    Weak auras combat timer needed

    I have looked all over Google and the forums. I need a timer to track how long I been in combat. Any help would be great.

  2. #2
    I don't think there is anything built-in, but you can build a custom trigger off PLAYER_REGEN_ENABLED and PLAYER_REGEN_DISABLED; store GetTime() in a global when regen is disabled (you entered combat), set it to nil when regen is enabled, and have a custom text display that returns "" if the global is nil, or formats up GetTime() - global when it isn't.

  3. #3
    Deleted
    Well, a quick google search and I found this addon : http://www.curse.com/addons/wow/combattime
    Hope it helps

Posting Permissions

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