Thread Tools Display Modes
01/15/18, 01:09 PM   #1
Letho
AddOn Author - Click to view addons
Join Date: Apr 2016
Posts: 238
[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.
 
03/30/18, 06:47 PM   #2
ArtOfShred
 
ArtOfShred's Avatar
AddOn Author - Click to view addons
Join Date: Jun 2016
Posts: 103
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.

Last edited by ArtOfShred : 03/30/18 at 06:49 PM.
 

ESOUI » Developer Discussions » Bug Reports » [outdated] EVENT_COMBAT_EVENT returning actionResult wrong order

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off