View Single Post
07-17-17, 05:42 AM   #1
Splynx
A Deviate Faerie Dragon
 
Splynx's Avatar
Join Date: Jul 2017
Posts: 10
Need help on making my addon robust

Hello guys and girls.

I have created this addon: https://mods.curse.com/addons/wow/27...ocrateinformer
With this GIT repository: https://github.com/IgorSzyporyn/ProcRateInformer

As the name says it is a Proc Rate Informer.

In it I am starting my routing when a craft cast is started, and then I stop my routine when a cast is stopped.

I also check for a success cast to keep track of expected amount (casts * yield) and I set a "timeout" to end my routing in case no new cast is detected within that timeout.

This is not soo secure and failsafe - I can get a report all of a sudden mid way.

Anyone know how to failsafe this?
  Reply With Quote