1. #1

    [WA] Tracking fatigue and breath

    Hello all.

    I am looking for at way to track breath and fatigue with Weakauras.
    I am currently using quartz for this and I have been looking through the LUA file for the mirror module of Quartz (which is the one tracking it). But I can't seem to find anything useful - it might just be me that's blind and don't know what to look for.

    So I am reaching out to you guys in hope of any of you know how to do it or can help me find out how to make this work.

    Thank you in advance.
    /Rakhyt

  2. #2
    You can write some custom lua to track it via a progress bar. Here is the relevant API call you need.

    http://wowprogramming.com/docs/api/GetMirrorTimerInfo

    Edit:
    Here's a high resolution timer as well.
    http://wowprogramming.com/docs/api/G...rTimerProgress
    Last edited by Clebane; 2014-03-03 at 08:39 PM.

  3. #3

  4. #4
    Thank you both. That was exactly what I was looking for.
    I appreciate it!

Posting Permissions

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