View Single Post
08/05/21, 03:09 PM   #3
SerLoras
 
SerLoras's Avatar
Join Date: Apr 2021
Posts: 6
Originally Posted by Baertram View Post
I think the game makes no difference between crouching and stealth in terms of set bonus?
Don't you need to be fully stealthed to get the bonus? Just pressing the crouch key and enemies around you who detect you is not granting it, isn't it?

Unfortunately there is no API function like IsUnitCrouching("player")
So one could only check if the event
EVENT_STEALTH_STATE_CHANGED (*string* _unitTag_, *[StealthState|#StealthState]* _stealthState_)
provides the info.
But this relies on the game's vanilla UI and shows you if you are stealthed, going to be stealthed or are detected etc. at the crosshair already.

And Miat's stealth addon already uses exactly that information.
I recently worked on Better Stealth Text to revive it, maybe you can use this one and try if it's better:
https://www.dropbox.com/s/v7l9rg7ywh...rtram.zip?dl=1

Not sure if it still contains the debugging messages, you need to try it out. But if anything is not working I'm not willing to fix it further. It was just a try to update the oudated addon, like described here in this forum thread:
https://www.esoui.com/forums/showthr...hlight=stealth
That is disappointing, but thank you very much for the information. Do you happen to know if there is any API function that could indicate specifically whether the Dacloc Brae 5 piece bonus is active?

AFAIK, the Darloc sustain bonus is active whenever you are crouching and not blocking, even if you are not fully hidden or you have been detected.

The effect seems to be indicated by a particle animation that appears on your character while you are crouching (see image below, notice the purple and gold sparkles). Unfortunately, I can't seem to find any other indicator of the effect. It doesn't appear in my buff tracker; I can see the effect in Combat Metrics, as Sustain and Healing, but the effect only seems to appear when it is actively effecting regen. (For example, I saw the effect in the Healing section and the Stamina sustain section, but not in the Magicka sustain section because I had full magicka while I was testing it).

  Reply With Quote