Open aavvaavvaa opened 2 months ago
Thanks for the report. By boosted rake, do you mean a rake that consumed a Sudden Ambush buff (or from Stealth?)
For 2. - did you expect next and relative to be lower than current?
One thing I could think of is the function you have. Is it displayed on every frame, or by a trigger condition?
Thanks for the report. By boosted rake, do you mean a rake that consumed a Sudden Ambush buff (or from Stealth?)
Yes
For 2. - did you expect next and relative to be lower than current?
Yes I made a video for better understanding: https://youtu.be/w7x5oeAC1hs
One thing I could think of is the function you have. Is it displayed on every frame, or by a trigger condition?
WA i used: https://wago.io/vu9-F3qo- Sometimes this bug is hard to reproduce, sometimes not, like in the video.
One of the reasons for making this AddOn was to have the state of the snapshot for WAs without calculating it every frame.
However, this depends on FeralSnapshots to receive the aura update events before WA receives them.
The trigger action on that WA is on UNIT_AURA:player:target which should update the text when rake or SA change (add/update/remove).
Could you try to update that WA on every frame rather than an event trigger?
If you can reproduce it when the WA is updating every frame then it's in FeralSnapshots. If not, then we can look closer at how the WA is setup.
One of the reasons for making this AddOn was to have the state of the snapshot for WAs without calculating it every frame.
However, this depends on FeralSnapshots to receive the aura update events before WA receives them.
The trigger action on that WA is on UNIT_AURA:player:target which should update the text when rake or SA change (add/update/remove).
Could you try to update that WA on every frame rather than an event trigger?
If you can reproduce it when the WA is updating every frame then it's in FeralSnapshots. If not, then we can look closer at how the WA is setup.
WA i used(every frame): https://wago.io/gyNw8uqO0 https://www.youtube.com/watch?v=k89pUZuMDHE, first SA proc on 1:45 https://www.youtube.com/watch?v=XIH9HZaoXB0, same problem with stealth at start, proc on 0.37 As you can see sometimes it works, sometimes it doesn't.
Hello, same issue here, using FeralSnapshots Nameplates, video : https://www.youtube.com/watch?v=XZrecym6yVo&ab_channel=minorrus i use rake from stealth -> after i leave stealth nameplate rake should always be with the red mark (power loss), but first 2 times it doesnt have it, it shows no red icon (Equal power), the third time it shows the red mark. It bugs with default steal->rake combo and with Sudden Ambush proc (1:04 video)
https://www.youtube.com/watch?v=XIH9HZaoXB0, same problem with stealth at start, proc on 0.37 As you can see sometimes it works, sometimes it doesn't.
Interesting at about 0.56 when rake is applied with SA, there is a frame where the relative power indicator is red, then relative is gray. I can see it's not consistent.
Thanks for the reports. There are some assumptions this addon makes:
It looks like some of these assumptions need to change in TWW, so bear with me, it'll take some debugging time to find out how.
Hello, I noticed a bug with "Sudden Ambush", it returns wrong value of current, next and relative rake most of the time, in rare cases it returns proper value, there is an example https://imgur.com/a/R2p9TL8
You can see the TF is on cooldown, but i canceled it by myself before i applying the rake.
code:
update: after a few hours break i tried again and now it works fine, i'm trying to reproduce the bug, but no luck so far.