ESOUI

ESOUI (https://www.esoui.com/forums/index.php)
-   Bug Reports (https://www.esoui.com/forums/forumdisplay.php?f=187)
-   -   [outdated] EVENT_COMBAT_EVENT returning actionResult wrong order (https://www.esoui.com/forums/showthread.php?t=7566)

Letho 01/15/18 01:09 PM

[outdated] EVENT_COMBAT_EVENT returning actionResult wrong order
 
Title mostly states it: When casting a buff and recasting it, before it has run out, EVENT_COMBAT_EVENT returns the actionResults (2245 = gained | 2250 = faded) in the wrong order.

EVENT_EFFECT_CHANGED does it properly:
- recasting a buff "x" before it fell off
=> x faded
=> x gained


EVENT_COMBAT_EVENT does it wrong:
- recasting a buff "x" before it fell off
=> x gained
=> x faded

That is a problem as a recasting a buff will tell addons that the buff is no longer present.

ArtOfShred 03/30/18 06:47 PM

I'd like to weigh in here as well. There is a bug that happens on EVENT_EFFECT_CHANGED with the same behavior of:
- recasting a buff "x" before it fell off
=> x gained
=> x faded

for various effects and makes it pretty difficult to implement proper buff tracking for the abilities that function this way.

Last time I check Sorcerer's Rune Prison ability had this issue with the 2 minute buff on the player.


All times are GMT -6. The time now is 12:27 PM.

vBulletin © 2024, Jelsoft Enterprises Ltd
© 2014 - 2022 MMOUI