Results: 4Comments by: Juanito
File: EventHorizon Continued09-10-12
I'm not sure how you're predicting...
Posted By: Juanito
I'm not sure how you're predicting ticks at the moment, but I've found out the AURA_APPLIED/AURA_REFRESHED timestamp and the initial instant tick of SW:P (PERIODIC_DAMAGE) are always identical, so it seems like that should be an easy to filter out issue. Sorry for all the spam. :P I've become so dependent on EventHorizon that a...
File: EventHorizon Continued09-10-12
Re: Re: Re: Re: Re: Re: Shadow Priest suggestions
Posted By: Juanito
Are you positive? The last time I inspected this during Cataclysm beta I was watching the tooltip of my applied dot change as I gained and lost dynamic haste, and we know that doesn't happen. What would you do? Cycle through the aura's destination unit debuff buttons? How are you going to deal with non unitID'd applications such a...
File: EventHorizon Continued09-10-12
Re: Re: Re: Re: Shadow Priest suggestions
Posted By: Juanito
I'm actually experimenting with pulling the tick-time information from the tooltips themselves rather than attempting to calculate it manually in the rewrite. Not sure if I'll end up keeping it this way as it mostly depends on whether I can reliably get the tick time from the debuff/buffs on units, but my cursory inspection of debuff...
File: EventHorizon Continued09-09-12
Regarding hastedSpellID...
Posted By: Juanito
It has been awhile since I've played with my UI, but knowing they had your "proper spell haste" on your paper doll frame, it appears they've added "UnitSpellHaste(unitID)" to the WoW-api, so instead of using the hastedSpellID method we came up with during the WOTLK->Cata transition, wouldn't this be easier to use? As it gives your a...