ascott18 / TellMeWhen

TellMeWhen is a combat tracking AddOn for World of Warcraft Retail and Classic
https://wow.curseforge.com/projects/tellmewhen
GNU General Public License v3.0
80 stars 11 forks source link

[BUG] Counter can't track stack build on Scintillation proc #2042

Closed Badkruka closed 1 year ago

Badkruka commented 1 year ago

WoW Version

Retail

TellMeWhen Version

10.0.5

Describe the bug

When I want to track stacks using counter for Evoker Devastation "Charged Blast" buff it fails to add +1 when Scintillation procs for each target it hits. I have a tellmewhen for Buff/Debuff tracking "Charged Blast" (spell ID: 370454). In that I have done like this:

In notification I have "On Stacks Increased" "mycountername add 1 I also have a counter that sets it to value 0 when the buff goes away.

I works everytime except when I proc "Scintillation" using "Disintegrate". That proc cast a level 1 "Eternity Surge" and can hit up to two targets. If it hits one target my counter value is one lower then the buff stacks and if it hits two targets my counter value is two less then the buff stacks.

Export Strings

^1^T^SType^Sbuff ^SName^S370454 ^SEvents^T ^N1^T ^SType^SCounter ^SCounter^Schargedblast ^SEvent^SOnStackIncrease ^t^N2^T ^SType^SCounter ^SCounter^Schargedblast ^SCounterAmt^N0 ^SCounterOperation^S= ^SEvent^SOnCondition ^SOnConditionConditions^T ^N1^T ^SType^SBUFFDUR ^SChecked^B ^SName^S370454 ^t^Sn^N1 ^t^t^N3^T ^SType^SCounter ^SCounter^Schargedblast ^SCounterAmt^N0 ^SCounterOperation^S= ^SEvent^SOnEventsRestored ^t^Sn^N3 ^t^SSettingsPerView^T ^Sicon^T ^STextLayout^Sicon2 ^STexts^T ^N1^S[Stacks:Hide(0)] ^t^t^t^SOnlyMine^B ^SEnabled^B ^t^N100500^S~`~| ^Sicon^^
ascott18 commented 1 year ago

Why are you trying to do this? Why not just track the stacks of Charged Blast? Or in other words, what's the point of the counter?

There's no bug here. When the stacks increase, it increments your counter. The stacks increase trigger does not trigger multiple times if the stacks increase by more than 1.

Badkruka commented 1 year ago

I want to see the stacks inside dragonrage and since dogtag string is bugging I tryed to make this workaround untill the bugfix is realeased.