Download
(68 Kb)
Download
Updated: 09/28/14 04:49 PM
Pictures
File Info
Compatibility:
Update 4 (1.4.3)
Updated:09/28/14 04:49 PM
Created:04/30/14 03:58 AM
Monthly downloads:83
Total downloads:111,784
Favorites:236
MD5:
Categories:Discontinued & Outdated, Discontinued & Outdated
Srendarr - Aura, Buff & Debuff Tracker (Outdated)  Popular! (More than 5000 hits)
Version: 1.43
by: Kith [More]
Srendarr adds the ability to track your buffs and debuffs you cast on others, both the long-duration abilities that appear under the Character window as well as the short-term buffs that normally only show via graphical effects on your character. The aura tracking is designed to visually mesh with the standard UI theme but includes many options to change the appearance.

Please note that this initial release, while it has been bugtested, uses a database of durations to "fake" timers for short-term buffs and this database uses durations obtained out of game from wikis and thus may not be entirely accurate for every ability. In a situation where you discover a timer not matching the duration, please let me know so I can update the numbers

/srendarr unlock -- unlock the aura display for movement
/srendarr lock -- relock the display

Additional options will be found in the Settings menu under S'rendarr.
-- 1.43 --
NEW Russian translations added, provided by KiriX
FIX Typos in EN locale for Blessing of Protection (and Restoration) and Flames of Oblivion (and Sea of Flames)

-- 1.42 --
API Version Update for 1.4
Internal Libraries updated
NEW German translations added, provided by Tonyleila
FIX Timings adjusted on Molten Armour (14.4 -> 10.4)
FIX Weakness to Elements spelling corrected in English
FIX Tooltips being shown no longer blocks the ability to move windows when unlocked

-- 1.41 --
FIX French translations updated to fix Aura Data mismatches, assisted by Lumber
FIX Timing on some auras adjusted to better match usage

-- 1.4 --
NEW French translations, both for settings and Aura Data, provided by Yombee
NEW Profiling system added/enabled to allow copying one characters settings to the active character.

-- 1.31 --
API Version Update for 1.1

-- 1.3 --
NEW Can now filter target auras in the same way as player auras
NEW Auras can now 'grow' horizontally centered on their anchor
NEW Can now toggle showing the ability name and statusbar timer for vertical growth
FIX Corrected typo for Blinding Flashes, should now be tracked
FIX Corrected typo for Fed on ally, should now not be tracked when hiding Vamp/WW auras
FIX Debuffs should no longer stop working after a zone change

-- 1.22 --
FIX Added more Vampire/WW abilities to the checklist for hiding
FIX Corrected typo for Mages' Fury (and Wrath), should now be tracked
FIX Auras will now re-display after using the quickslot radial
FIX Auras will now update appropriately after going through a 'major' zoneline

-- 1.21 --
FIX Fixed an error caused by tracking passives

-- 1.2 --
NEW Can now track targets long-term buffs, toggles and passives in a new window (disabled by default)
NEW Can now toggle showing the 'Soul Summons' (rez) cooldown
NEW Can enable mouseover tooltips for aura icons on a per window basis
FIX Added a casting time for Crystal Fragments and its morphs
FIX Fixed typo preventing Blessing Of Restoration and its morphs showing up
FIX Fixed (hopefully) the Fed on Ally cooldown showing up if you choose to hide Vamp/WW abilities
FIX Drag overlay label being in the wrong place when auras grow to the right

-- 1.1 --
Core re-write to accomodate a host of new features and options. Unfortunatly this means previously made settings will be lost and need to be redone.
NEW Can now track your Debuffs on targets in a new window (enabled by default)
NEW Can set all aura windows to disappear out of combat (disabled by default)
NEW Can set whether short and long duration buffs are in seperate windows or combined (combined by default)
NEW Can configure all settings on a per-window basis for extra customizability
NEW Added transparency and scale (size) options for each window
FIX Toggled abilities will properly disappear when toggeled off rather than just 'greying out'
FIX Windows should now hide properly when banking, trading and crafting.
FIX (Partial) Added more Vampire abilities to the 'block' list when not showing Vamp|WW passives. Still need WW names.

-- 1.0 --
Initial Release
Archived Files (10)
File Name
Version
Size
Uploader
Date
1.42
60kB
Kith
09/16/14 08:40 PM
1.41
49kB
Kith
05/27/14 07:44 PM
1.4
48kB
Kith
05/26/14 05:03 AM
1.31
35kB
Kith
05/23/14 12:26 AM
1.3
35kB
Kith
05/13/14 12:51 AM
1.22
34kB
Kith
05/08/14 06:38 PM
1.21
34kB
Kith
05/07/14 06:21 AM
1.2
34kB
Kith
05/07/14 03:05 AM
1.1
32kB
Kith
05/04/14 03:18 AM
1.0
25kB
04/30/14 03:58 AM


Post A Reply Comment Options
Unread 12/09/14, 03:05 PM  
BornDownUnder
AddOn Author - Click to view AddOns

Forum posts: 59
File comments: 200
Uploads: 1
Re: Re: Re: Show only specific buffs?

Garkin and his coding genius strikes again!
Warning: Spoiler

Edit: moved my reply into spoiler, not needed now
Last edited by BornDownUnder : 12/09/14 at 03:08 PM.
Report comment to moderator  
Reply With Quote
Unread 12/09/14, 02:46 PM  
Garkin
 
Garkin's Avatar
AddOn Author - Click to view AddOns

Forum posts: 832
File comments: 1097
Uploads: 33
Re: Re: Re: Show only specific buffs?

Originally Posted by gx240
Originally Posted by BornDownUnder
AuraData.lua is the file that contains the list of buffs that this addon tracks. If you really want to track specific buffs, you need to comment out the buffs you do not want to be tracked, by putting -- infront of the line with the buff name.
Thanks for the help. I commented out all the other buffs except the two I wanted, and it seems to be working for the most part. None of my other skills trigger buff bars.

Unfortunately, buffs from other people and objects like Molten Armaments, Igneous Weapons, and Power of the Daedra still appear. I looked through the files in the Srendarr addon, but I was never able to find these buffs anywhere. Where is the addon getting info for these buffs? Is there some way to disable them too?
Better solution would be adding condition which will check if you want track that buff or not.

Add condition as the first line to the following functions in AuraData.lua:
Srendarr:IsWatchedTimed(ability)
Srendarr:IsWatchedPassive(ability, abilityType)

The condition you need is something like (buff names are case sensitive):
Lua Code:
  1. if not (name == "first buff name" or name == "second buff name") then return false end

If you want filter target buffs, make the same change to:
Srendarr:IsWatchedTimedTarget(ability)
Srendarr:IsWatchedPassiveTarget(ability, abilityType)

And if you want filter toggled effects, make the same change to:
Srendarr:IsToggled(ability)
Report comment to moderator  
Reply With Quote
Unread 12/09/14, 01:39 PM  
gx240

Forum posts: 0
File comments: 4
Uploads: 0
Re: Re: Show only specific buffs?

Originally Posted by BornDownUnder
AuraData.lua is the file that contains the list of buffs that this addon tracks. If you really want to track specific buffs, you need to comment out the buffs you do not want to be tracked, by putting -- infront of the line with the buff name.
Thanks for the help. I commented out all the other buffs except the two I wanted, and it seems to be working for the most part. None of my other skills trigger buff bars.

Unfortunately, buffs from other people and objects like Molten Armaments, Igneous Weapons, and Power of the Daedra still appear. I looked through the files in the Srendarr addon, but I was never able to find these buffs anywhere. Where is the addon getting info for these buffs? Is there some way to disable them too?
Last edited by gx240 : 12/09/14 at 01:39 PM.
Report comment to moderator  
Reply With Quote
Unread 12/08/14, 12:14 AM  
BornDownUnder
AddOn Author - Click to view AddOns

Forum posts: 59
File comments: 200
Uploads: 1
Post Re: Show only specific buffs?

Originally Posted by gx240
Is it possible to configure this addon to show only specific buffs? I only want it to track one or two specific spells, and ignore everything else.
To do that you would have to pretty much rewrite the code of this addon, with targeting the specific buffs you want to track.

If you want to track specific buffs, you are best to ask on the esoui forums, unless someone else here has an idea of how to do so.

EDIT: AuraData.lua is the file that contains the list of buffs that this addon tracks. If you really want to track specific buffs, you need to comment out the buffs you do not want to be tracked, by putting -- infront of the line with the buff name.
Last edited by BornDownUnder : 12/08/14 at 12:17 AM.
Report comment to moderator  
Reply With Quote
Unread 12/07/14, 03:33 PM  
gx240

Forum posts: 0
File comments: 4
Uploads: 0
Show only specific buffs?

Is it possible to configure this addon to show only specific buffs? I only want it to track one or two specific spells, and ignore everything else.
Last edited by gx240 : 12/07/14 at 04:12 PM.
Report comment to moderator  
Reply With Quote
Unread 11/23/14, 11:31 AM  
Garkin
 
Garkin's Avatar
AddOn Author - Click to view AddOns

Forum posts: 832
File comments: 1097
Uploads: 33
Originally Posted by spoqster
Originally Posted by Drakis07
I want to know if that addon will be updated for 1.5.2 or not and if yes when? I like that addon a lot but it suck to not be able to use it because it's out of date and can cause bug and errors to the game.
+1

As a tank it is incredibly important to know if the boss still has aggro or not. I don't know how to play without this addin any more. :-)
Switch to Other Files tab and select "Srendarr (for Update 5)". Try to install this version, it should work correctly.
Report comment to moderator  
Reply With Quote
Unread 11/23/14, 10:07 AM  
spoqster

Forum posts: 8
File comments: 129
Uploads: 0
Originally Posted by Drakis07
I want to know if that addon will be updated for 1.5.2 or not and if yes when? I like that addon a lot but it suck to not be able to use it because it's out of date and can cause bug and errors to the game.
+1

As a tank it is incredibly important to know if the boss still has aggro or not. I don't know how to play without this addin any more. :-)
Report comment to moderator  
Reply With Quote
Unread 11/22/14, 09:34 PM  
Drakis07

Forum posts: 0
File comments: 1
Uploads: 0
I want to know if that addon will be updated for 1.5.2 or not and if yes when? I like that addon a lot but it suck to not be able to use it because it's out of date and can cause bug and errors to the game.
Report comment to moderator  
Reply With Quote
Unread 11/14/14, 07:32 AM  
Lumber

Forum posts: 0
File comments: 55
Uploads: 0
Originally Posted by niocwy
Try just hitting ESC and back, it makes all the icons reappear without having to use /reloadui

Thanks for the tip
Report comment to moderator  
Reply With Quote
Unread 11/12/14, 01:32 AM  
niocwy
AddOn Author - Click to view AddOns

Forum posts: 11
File comments: 27
Uploads: 1
Originally Posted by Lumber
Hello here,

There is an issue since last update (1.5.x), sometimes (not in any case, but in most of them) when I die, all windows / icons disappear (as usual) but after be resurrected I need to do a /reloadui to display them again, or they are not displayed at all.

I use the updated version made by Garkin, don't know if the issue come to there, but I hope this can be fixed as soon as posible.

Regards
Yeah I get that too.

Try just hitting ESC and back, it makes all the icons reappear without having to use /reloadui

Also, I heard that Kith is back ?
Last edited by niocwy : 11/12/14 at 01:37 AM.
Report comment to moderator  
Reply With Quote
Unread 11/10/14, 05:51 AM  
Lumber

Forum posts: 0
File comments: 55
Uploads: 0
Hello here,

There is an issue since last update (1.5.x), sometimes (not in any case, but in most of them) when I die, all windows / icons disappear (as usual) but after be resurrected I need to do a /reloadui to display them again, or they are not displayed at all.

I use the updated version made by Garkin, don't know if the issue come to there, but I hope this can be fixed as soon as posible.

Regards
Report comment to moderator  
Reply With Quote
Unread 11/08/14, 04:30 PM  
Nafura

Forum posts: 0
File comments: 7
Uploads: 0
Is it possible to show the 6 sec. Weaponcrit buff from Molten Armaments?
Report comment to moderator  
Reply With Quote
Unread 11/05/14, 12:37 PM  
Garkin
 
Garkin's Avatar
AddOn Author - Click to view AddOns

Forum posts: 832
File comments: 1097
Uploads: 33
Originally Posted by Specialpatrol
After patch 1.5.2, I'm getting a UI Error display (see image below), whenever I log in with this addon enabled. Anyone else experiencing this - and is there any chance of a fix?

http://postimg.org/image/x8rz6n10x/

EDIT: For some reason, I couldn't post image directly here, so made it into a link.
Switch to the Other Files tab and click on "Srendarr (for Update 5)" in Optional Files category. This is a version which works with Update 5.

When this (original) version of Srendarr gets updated for the latest patch, switch back to the original version.

Also Update 5 has removed some fonts - Fontin, Arial Narrow, ESO Cartographer. If you were using this fonts you might want to install also LMP Removed Fonts addon.
Report comment to moderator  
Reply With Quote
Unread 11/05/14, 12:25 PM  
Specialpatrol

Forum posts: 0
File comments: 3
Uploads: 0
After patch 1.5.2, I'm getting a UI Error display (see image below), whenever I log in with this addon enabled. Anyone else experiencing this - and is there any chance of a fix?

http://postimg.org/image/x8rz6n10x/

EDIT: For some reason, I couldn't post image directly here, so made it into a link.
Last edited by Specialpatrol : 11/05/14 at 12:27 PM.
Report comment to moderator  
Reply With Quote
Unread 11/05/14, 11:40 AM  
Rainingblood

Forum posts: 0
File comments: 6
Uploads: 0
Harness Magicka

Love the app and can't wait for an update.

One thing I have noticed is that my "Harness Magicka" shows as being 20 secs on the display, but it's actually 26 secs at rank four.

Thanks!
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: