1. #1

    API for tracking CD like [Will of Necropolis]

    Hi guys! I'm an addon author. My users recently reported to me that if there is any way to track passive abilities with internal cooldown, like dk's [Will of Necropolis]. I wonder if there is any API available for this task? Thank you very much!

  2. #2
    there is no specific API to track internal CDs, you will have to use the power of math and the api fired when you get the buff (i think you get a buff with will of necropolis?)

    so for example, when you get the buff you create a frame with a timer that counts downwards from whatever the internal CD is. when it hits 0 the frame hides and then you can pressume the ICD is over!

  3. #3
    K thanks! I was just wondering if there is any API so that I don't have to add new stuff guess not then >_<

Posting Permissions

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