AkadenTK / enemybar2

Evolution of the simpler Windower addon that displays a target health bar prominently onscreen
16 stars 5 forks source link

Target Bar Debuff Issue #3

Closed eyeshark closed 2 years ago

eyeshark commented 2 years ago

I have noticed that even if I use the command to enable debuffs to show on the target bar (command goes through and responds with an echo that it's turned on), I don't see any debuff indicators on the target bar. Neither through normal play or while setup mode is enabled.

AkadenTK commented 2 years ago

I'll need more information, as debuffs/buffs in game are very differently tracked depending on the target.

Enemies' debuffs are tracked through the action packet, and only a few are actively tracked. Party members' debuffs are tracked much more accurately though the party member buffs packet sent to the client. Local Player buffs are tracked through the player buffs packet sent to the client.

eyeshark commented 2 years ago

I am specifically referring to mob debuffs. i.e. when targetting a mob I am fighting, I don't see any debuffs. I suppose, as you mentioned, that's just sort of hit and miss?

AkadenTK commented 2 years ago

Very hit and miss. And probably easily broken with an update from SE. I wouldn't rely on it anyway as the server state of the enemy's buffs is never sent to the user. EnemyBar2 basically has to infer that a debuff was applied, and won't know for sure if/when the debuff is removed.

eyeshark commented 2 years ago

Thank you for the response!