TwistedRiddlesb14_ESO wrote: »The visual cues are DEFINITELY not sufficient, at least not for crowd control effects. I have had several situations where it seems like I must have been stunned, but I see no visual cue to tell me that. So I am left unsure of if it's a bug or a debuff, this means lots of a false bug reports. Just let us know when we have a debuff on us. It doesn't even have to tell us what it does. Just show us that we have one. If they think that "visual cues are enough" then they seem to think that we should know when we have one. So what is the harm in telling us we do?
There are ways to track buffs you caused by interecpting the "Ability activation"/"Buff Start" Events. FTC uses this approach.
But those are only guess values. There is no way to get actuall values from API right now.
I found FTC sufficient my buff and debuff tracking.
It does track stuff like DoT's (also for AoE dot) or debuffs you caused and when your Sorcs Dreadric Curse will trigger.There are ways to track buffs you caused by interecpting the "Ability activation"/"Buff Start" Events. FTC uses this approach.
But those are only guess values. There is no way to get actuall values from API right now.
I found FTC sufficient my buff and debuff tracking.
Yes same here. But FTC doesn't help with enemy buff/debuff tracking
It does track stuff like DoT's (also for AoE dot) or debuffs you caused and when your Sorcs Dreadric Curse will trigger.There are ways to track buffs you caused by interecpting the "Ability activation"/"Buff Start" Events. FTC uses this approach.
But those are only guess values. There is no way to get actuall values from API right now.
I found FTC sufficient my buff and debuff tracking.
Yes same here. But FTC doesn't help with enemy buff/debuff tracking
But there is simply no way for addon to get this data for other players or be notified of purges/the actuall values. The API gives us no way of figuring this out (might be intentional to make Combat Bots and Makroes impossible via Addons).
It does track stuff like DoT's (also for AoE dot) or debuffs you caused and when your Sorcs Dreadric Curse will trigger.There are ways to track buffs you caused by interecpting the "Ability activation"/"Buff Start" Events. FTC uses this approach.
But those are only guess values. There is no way to get actuall values from API right now.
I found FTC sufficient my buff and debuff tracking.
Yes same here. But FTC doesn't help with enemy buff/debuff tracking
But there is simply no way for addon to get this data for other players or be notified of purges/the actuall values. The API gives us no way of figuring this out (might be intentional to make Combat Bots and Makroes impossible via Addons).
That is one big problem of us Programmers: We regulary solve problems for wich a non-programmer would not understand why it is a problem or how it is one.TwistedRiddlesb14_ESO wrote: »I don't see the harm in ZOS allowing us to know that we have a debuff on us, even if we don't know what it does.
One reasons we programmers stay among ourselves is that we have simply nothing to talk abou with non-programmers.
There is a ingame feedback Formular. If you have a problem, you should use it. This is not the right place to voice complaints.Visual feedback in this game is sub-par at best.
Either it is just not there or not noticeable enough.
There is a ingame feedback Formular. If you have a problem, you should use it. This is not the right place to voice complaints.Visual feedback in this game is sub-par at best.
Either it is just not there or not noticeable enough.
This is the addon Forum. We can only do what the API allows us to do (wich events we can register and wich functions we can call). And with the API 100004/1.1/Craglorn Patch nothing has changed regarding the buff topic.
We already said it is only possible to the degree that half a dozen addons are already using. More is just not allowed by the game.