Thread Tools Display Modes
09/24/20, 04:04 AM   #1
ArtOfShred
 
ArtOfShred's Avatar
AddOn Author - Click to view addons
Join Date: Jun 2016
Posts: 103
[open] EVENT_EFFECT_CHANGED sourceType issue with new Major/Minor buff handling

EVENT_EFFECT_CHANGED (number eventCode, MsgEffectResult changeType, number effectSlot, string effectName, string unitTag, number beginTime, number endTime, number stackCount, string iconName, string buffType, BuffEffectType effectType, AbilityType abilityType, StatusEffectType statusEffectType, string unitName, number unitId, number abilityId, CombatUnitType sourceType)
I was having an issue on the PTS with some buffs/debuffs not displaying on LUIE today (I filter by COMBAT_UNIT_TYPE_PLAYER to make sure only abilities the player casts are tracked).

After looking into it, I discovered certain major/minor debuffs are returning a CombatUnitType of COMBAT_UNIT_TYPE_NONE instead of COMBAT_UNIT_TYPE_PLAYER.

However - if I use GetUnitBuffInfo(unitTag) to get the buffs on the player/target however, the CastByPlayer boolean returns as true for these effects.

So far at the very least I know Minor Mangle from Pulsar, Minor Protection from Frost Impulse (and the morphs) & some of the status effect procs have this issue. It doesn't effect everything - for example - Critical Surge and potions I've tried that have Major effects have worked so far.

Last edited by ArtOfShred : 09/24/20 at 04:31 AM.
  Reply With Quote

ESOUI » Developer Discussions » Bug Reports » [open] EVENT_EFFECT_CHANGED sourceType issue with new Major/Minor buff handling

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