Thread Tools Display Modes
Prev Previous Post   Next Post Next
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.
 
 

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


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