ESOUI

ESOUI (https://www.esoui.com/forums/index.php)
-   Alpha/Beta AddOns (https://www.esoui.com/forums/forumdisplay.php?f=171)
-   -   S'rendarr v2 BETA (https://www.esoui.com/forums/showthread.php?t=6119)

Scootworks 02/29/16 09:34 AM

degeneration/strucured entropy doesn't show it in my buff bar, it's just in the target bar. how can i add this into my buff bar?

Kith 03/01/16 07:22 PM

Quote:

Originally Posted by Scootworks (Post 26272)
degeneration/strucured entropy doesn't show it in my buff bar, it's just in the target bar. how can i add this into my buff bar?

That is the intended functionality for that spell. It never puts a buff on you, its a debuff on your target. The buff provided to the player is Major Sorcery which is categorised as part of the Major Effects group.

benawaw 03/02/16 06:05 AM

hey, i just wanna thank you first for the great addons. one thing if u could explain to me, idk if its a bug or not, but for ground aoe buff. if someone near me (even not in my group) use trap beast or volcanic rune, it also appear on my buff, even thou im not the one who casting that. could you please explain, if this is intended like that or not, and if not could you fix it. thank you very much. keep on the good work ^^

Scootworks 03/02/16 09:10 AM

Quote:

Originally Posted by benawaw (Post 26292)
hey, i just wanna thank you first for the great addons. one thing if u could explain to me, idk if its a bug or not, but for ground aoe buff. if someone near me (even not in my group) use trap beast or volcanic rune, it also appear on my buff, even thou im not the one who casting that. could you please explain, if this is intended like that or not, and if not could you fix it. thank you very much. keep on the good work ^^

oh yes, i have the same "issue".

and i can't see "burning" debuffs from sieg weapons :S

Kith 03/02/16 04:30 PM

Quote:

Originally Posted by benawaw (Post 26292)
hey, i just wanna thank you first for the great addons. one thing if u could explain to me, idk if its a bug or not, but for ground aoe buff. if someone near me (even not in my group) use trap beast or volcanic rune, it also appear on my buff, even thou im not the one who casting that. could you please explain, if this is intended like that or not, and if not could you fix it. thank you very much. keep on the good work ^^

Unfortunatly this seems to be a problem with the API provided by ZOS. There isn't really anything in the 'event' that distinguishes it being your ability vs somebody elses without doing a whole host of checking, and even then, it may not be clear cut as i'm pretty sure its not fully intended as it doesn't pop up on all GTAoEs by others (nor everytime with the same one, had somebody drop several near me and not all triggered). So, for the time being at least, there isn't a fix for it sorry :/

Quote:

Originally Posted by Scootworks (Post 26296)
oh yes, i have the same "issue".

and i can't see "burning" debuffs from sieg weapons :S

This would be another case of not being provided the data by the API I believe. I'm not able to test in person though to see if it may be accidental getting caught by the built-in filters to prevent "junk" auras appearing, though, unless its <2s in duration that is unlikely.

Tonyleila 03/02/16 08:19 PM

Quote:

Originally Posted by Kith (Post 26313)
Unfortunatly this seems to be a problem with the API provided by ZOS. There isn't really anything in the 'event' that distinguishes it being your ability vs somebody elses without doing a whole host of checking, and even then, it may not be clear cut as i'm pretty sure its not fully intended as it doesn't pop up on all GTAoEs by others (nor everytime with the same one, had somebody drop several near me and not all triggered). So, for the time being at least, there isn't a fix for it sorry :/

As far as I have noticed the spells have different ID's if they are from someone else. Or am I wrong?

Kith 03/02/16 10:16 PM

Quote:

Originally Posted by Tonyleila (Post 26317)
As far as I have noticed the spells have different ID's if they are from someone else. Or am I wrong?

Not that I recall, but I was primarily trying to find a difference in the source|target parts of the event. If you have somebody you could run tests with it'd be appreciated - I had to go hunting for a random person when doing it myself.

Additionally if you goto Line 47 of AuraControl.lua there is a commented out line there that shows details about auras before any filtering occurs. That may be useful for debugging any other abilities im not able to test myself (guess I should have got to Vet levels instead of making mods :P)

Scootworks 03/03/16 09:23 AM

Quote:

Originally Posted by Kith (Post 26313)
This would be another case of not being provided the data by the API I believe. I'm not able to test in person though to see if it may be accidental getting caught by the built-in filters to prevent "junk" auras appearing, though, unless its <2s in duration that is unlikely.

maybe we can help you? do you need id's or smtg to check it?

Kith 03/03/16 03:06 PM

Quote:

Originally Posted by Scootworks (Post 26329)
maybe we can help you? do you need id's or smtg to check it?

Yes please, the ID (in the aura name in the beta version between the square brackets) and, if in english, the spell name just to give me more idea. Those bits of info along with details as to whether its showing when it shouldn't be, or not showing when it should be, are what I need.

As mentioned in the above post, there is a line in AuraControl.lua (line 47) you can remove the comment (the -- at the start) from to make the mod display a line everytime it sees an aura before it filters it out for whatever reason - only rare cases for certain effects are filtered out before this point.

Tonyleila 03/03/16 05:48 PM

The WW bite cooldown is shown with the filter for it on: 40525

Kith 03/05/16 04:20 AM

Quote:

Originally Posted by Tonyleila (Post 26348)
The WW bite cooldown is shown with the filter for it on: 40525

I had actually left that off the filter (along with vamp bite) as I figured those may be two 'cooldowns' people would be interested in. I'm interested in your thoughts on that (and others!) as to whether that should be the case or it should be rolled in with the others?

This keeping in mind it can be blacklisted seperately from the Vamp/Lycan filter list if desired.

Scootworks 03/05/16 05:18 AM

Quote:

Originally Posted by Kith (Post 26313)
Unfortunatly this seems to be a problem with the API provided by ZOS. There isn't really anything in the 'event' that distinguishes it being your ability vs somebody elses without doing a whole host of checking, and even then, it may not be clear cut as i'm pretty sure its not fully intended as it doesn't pop up on all GTAoEs by others (nor everytime with the same one, had somebody drop several near me and not all triggered). So, for the time being at least, there isn't a fix for it sorry :/



This would be another case of not being provided the data by the API I believe. I'm not able to test in person though to see if it may be accidental getting caught by the built-in filters to prevent "junk" auras appearing, though, unless its <2s in duration that is unlikely.

Quote:

Originally Posted by Kith (Post 26341)
Yes please, the ID (in the aura name in the beta version between the square brackets) and, if in english, the spell name just to give me more idea. Those bits of info along with details as to whether its showing when it shouldn't be, or not showing when it should be, are what I need.

As mentioned in the above post, there is a line in AuraControl.lua (line 47) you can remove the comment (the -- at the start) from to make the mod display a line everytime it sees an aura before it filters it out for whatever reason - only rare cases for certain effects are filtered out before this point.


I don't know, which of the Buffs is the healing debuff of the meatbag.

I didn't test the flamming oil.

btw: thanks to @votan for testing with me

Scootworks 03/05/16 05:22 AM

Quote:

Originally Posted by Kith (Post 26358)
I had actually left that off the filter (along with vamp bite) as I figured those may be two 'cooldowns' people would be interested in. I'm interested in your thoughts on that (and others!) as to whether that should be the case or it should be rolled in with the others?

This keeping in mind it can be blacklisted seperately from the Vamp/Lycan filter list if desired.

i don't like to see the vamp/lycan timer. and i think most of the people don't wanna see that. even RP player wouldn't see that :D

Tonyleila 03/05/16 08:36 AM

Quote:

Originally Posted by Kith (Post 26358)
I had actually left that off the filter (along with vamp bite) as I figured those may be two 'cooldowns' people would be interested in. I'm interested in your thoughts on that (and others!) as to whether that should be the case or it should be rolled in with the others?

This keeping in mind it can be blacklisted seperately from the Vamp/Lycan filter list if desired.

Maybe you coud adding it to your list so that the display that says "hides ALL vamp/ww buffs" is true. When give us an option to whitelist buffs we want to see. I can imagine some want to see only the cooldown of WW/Vamp or they want to see only the stage of vampirism. Or it just needs more options for this 3 special buffs.

QuadroTony 03/05/16 09:13 AM

like an example i do not want to see Soul Summons cooldown(Soul Magic line)

but some1 maby will want to see it

Kith 03/05/16 02:37 PM

Quote:

Originally Posted by Scootworks (Post 26359)

I don't know, which of the Buffs is the healing debuff of the meatbag.

I didn't test the flamming oil.

btw: thanks to @votan for testing with me

Thanks for this! In the ones you listed, is the only 'issue' the double display for Meatbag? Or are the first ones not showing as actual auras even though the mod is 'seeing' them? Just need to check what needs fixing - though in the case of the Meatbag one, can either of the debuffs be cleansed/purged? If so it may be best to leave both visible so you know which has been.

In regards to the Bite timers. I think the best solution would be an extra filter for it seperate from the others - possibly with a 'global' setting to not show timers with a (starting) duration in excess of ... say... 8hrs ... that way even if enabled the bite timer would only show up when its got <8hrs remaining.

Scootworks 03/06/16 11:48 AM

Quote:

Originally Posted by Kith (Post 26368)
Thanks for this! In the ones you listed, is the only 'issue' the double display for Meatbag? Or are the first ones not showing as actual auras even though the mod is 'seeing' them? Just need to check what needs fixing - though in the case of the Meatbag one, can either of the debuffs be cleansed/purged? If so it may be best to leave both visible so you know which has been.

i can't test it the next week, because i'm not at home. i'm pretty sure, that the two debuffs are correct. but i just know, that meatbag makes a healing debuff, but i really can't explane the second debuff. maybe a long time pvp player can do that? can you recognize de healing debuff with the effect- /ability type no?

Kith 03/09/16 12:28 AM

S'rendarr has now been pushed out for the new rewrite to coincide as much as possible with Thieves Guild. Thank you for the assistance provided in testing so far, and feel free to let me know about any other auras that are displayed (or not displayed) in error.

Translations are still missing for French & Russian translations, and German translations are partially complete at this time. Any assitance with these is also highly appreciated.

Thank you

Ayantir 03/09/16 01:43 AM

fr incoming in 1 /2 hours

Tonyleila 03/11/16 11:19 PM

German Translation
 
1 Attachment(s)
Updated German Translation


All times are GMT -6. The time now is 11:37 AM.

vBulletin © 2024, Jelsoft Enterprises Ltd
© 2014 - 2022 MMOUI