Download
(13 Kb)
Download
Updated: 06/02/14 09:48 AM
Pictures
File Info
Compatibility:
Craglorn (1.1)
Updated:06/02/14 09:48 AM
Created:05/29/14 02:15 AM
Monthly downloads:22
Total downloads:7,802
Favorites:18
MD5:
Categories:Discontinued & Outdated, Buff, Debuff, Spell, Casting Bars, Cooldowns, Info, Plug-in Bars
Set Buddy (Cooldown Tracker)  Popular! (More than 5000 hits)
Version: 0.244
by: lyravega [More]
Discontinued
Moved to Wildstar. No one wanted to maintain my little add-ons. Some even went far and made fun of the small userbase. I allow no one to continue/maintain my work unless I explicitly say so. Forgive me.

Now, is also STAND-ALONE! With additional features through FTC as a plug-in!

Description
This add-on adds cooldown tracking feature for set boni to the game. A customizable icon on the screen will provide you with such information. You can access feature customization via the Set Buddy's settings menu. For now, customization is rather limited, but you can drag it across the screen, and resize it for example.

Also adds features to FTC, like showing cooldowns as buffs/debuffs, and also make them pop notifications up whenever you'd like to. You can access these additional features only if you have FTC installed, and through FTC's own menu by clicking "Cooldown Options" from there (last screenshot).

NOTE: Currently, has support for Warlock set bonus ONLY (Magicka Flood). If you'd like to see a cooldown added with haste, contacting me from here or via in-game (@lyravega on EU server) may be helpful.

Stand-Alone Features
-Cooldown Tracking: Features a cooldown tracker which will inform you of the status of your set bonus, whether or not the cooldown is ready, or how long till it is ready...
-Highly Customizable: Many customize options allows you to customize the cooldown tracker according to your tastes. Drag it around, make it bigger, get rid of the counter, etc... all is up to you
-Compatible with Quest Buddy

FTC Plug-In Features
-Show cooldowns as a buff/debuff: Choose your style, and show cooldowns like a debuff or buff
-Notifications: Pop notifications for cooldowns via combat text, whenever they are ready and/or used
-Ready Icons: Show the cooldown icons like a long buff when they're ready, or always

In-Progress
-Adding other sets to the list (need to acquire missing pieces first)
-Feature expansion

Known Issues
-Most settings apply when the cooldowns apply for the first time upon launching the game or reloading the UI
-FTC long buff display is limited to 8; you can easily get that many buffs, where you won't see the set icons

Credits
Used libraries (LibAddonMenu & LibStub) are written/provided by Seerah
Foundry Tactical Combat is written by Atropos
0.244
-Renamed a few stuff
-A few more options
--Can hide ready icon (icon shown when there is no cooldown)
--Can choose between until/remaining modes (until starts from a filled icon, and goes empty as opposed to from empty to full)
--Can hide background icon (the de-saturated one; someone might find this option useful with "UNTIL" mode)
--Counter Text Opacity can go to 0 (necessary if you don't like the counter text, and also want to hide the cooldown icon when it is up)
-Reset to Defaults button has been added

0.243
Sorry for the quick hotfix
-Fixed several very rare bugs
-Added an option to keep FTC's notifications enabled, while buff icons disabled
-You can now lower icon opacity to 0, and just keep the timer on the screen
-Renamed some options, added more detailed tooltips and such to avoid confusion

0.241
-Add-on is now stand-alone, with FTC support
-Can now display cooldown notifications via FTC's SCT
-Added a customizable buff tracker icon
--Heavy WIP; currently, can drag it around, resize it, and such
--In the future, more customization will be added
-Adapting to custom library
-Quest Buddy support (also, version number sync)
--If you are using my other mod, Quest Buddy, stand-alone options will be in the combined settings menu

0.1
-Initial Release
Post A Reply Comment Options
Unread 11/06/14, 07:20 AM  
choekstr
 
choekstr's Avatar

Forum posts: 14
File comments: 391
Uploads: 0
This is incredibly useful for me running Warlock and healing; It won't be the same without having this as a cooldown counter. I *really* hope someone is going to have a quick look at it and find out what is broken with the LAM portion.

In the meantime, you can still get this working but lose the settings menu and FTC tie-in menu by changing lines 503 and 504 in FTC_setBuddy.lua from:
Code:
    FTC_SB_StandAlone_SettingsMenu()
    if FTC then FTC_SB_PlugIn_SettingsMenu() end
to
Code:
--    FTC_SB_StandAlone_SettingsMenu()
--    if FTC then FTC_SB_PlugIn_SettingsMenu() end
Realize you will loose your settings and won't be able to configure anything in the interface but this keeps it working still.
Last edited by choekstr : 11/06/14 at 07:44 AM.
Report comment to moderator  
Reply With Quote
Unread 11/05/14, 06:55 AM  
venomsky

Forum posts: 0
File comments: 4
Uploads: 0
Re: so addon dead?

Originally Posted by venomsky
whats very usefull addon and i hope someone can make patch
after patch 5 died about 3 of me addons!
Report comment to moderator  
Reply With Quote
Unread 11/05/14, 06:54 AM  
venomsky

Forum posts: 0
File comments: 4
Uploads: 0
so addon dead?

whats very usefull addon and i hope someone can make patch
Report comment to moderator  
Reply With Quote
Unread 08/23/14, 04:57 PM  
Dingodan
 
Dingodan's Avatar

Forum posts: 50
File comments: 276
Uploads: 0
Solved for german Client

Hello,

i have found out what to do to fix this addon for the german Client Version 1.3.x.

You have only change this

local warlock = {
["Robes of the Warlock"] = true,
["Roben des Hexers^p"] = true,
["Robes du sorcier^pf"] = true,
cooldown = 60,
bonusName = "Magicka Flood",
iconPath = "/esoui/art/icons/ability_sorcerer_044.dds",
iconTag = "mf",
alertColor = "c6666FF",
to this
local warlock = {
["Robes of the Warlock"] = true,
["Roben des Hexers"] = true,
["Robes du sorcier^pf"] = true,
cooldown = 60,
bonusName = "Magicka Flood",
iconPath = "/esoui/art/icons/ability_sorcerer_044.dds",
iconTag = "mf",
alertColor = "c6666FF",
in the FTC_setBuddy.lua file.

And change this
## APIVersion: 100004
to this
## APIVersion: 100008
in the FTC_SetBuddy.txt to get rid off the "out of date" shown in the addon list.
Report comment to moderator  
Reply With Quote
Unread 08/07/14, 05:12 AM  
Morwo
 
Morwo's Avatar

Forum posts: 44
File comments: 100
Uploads: 0
"Discontinued..."

Sad to read this. i liked this addon. Farewell (:
Report comment to moderator  
Reply With Quote
Unread 06/09/14, 06:48 PM  
JadeKnightblazer

Forum posts: 24
File comments: 38
Uploads: 0
More Armor Set cooldown suggestions:

Song of Lamae: 5 piece
http://elderscrollsonline.wiki.fextr...g+of+Lamae+Set

Shalidor's Curse: 5 piece
http://elderscrollsonline.wiki.fextr...%27s+Curse+Set
Report comment to moderator  
Reply With Quote
Unread 06/02/14, 09:52 AM  
lyravega
AddOn Author - Click to view AddOns

Forum posts: 93
File comments: 15
Uploads: 2
I have added more options, including the one you requested. I'll add more options later on, but for now I'd like to focus on some other features (like adding other cooldowns) & my other add-on unless someone discovers a terrible bug with this add-on

A note though, if you were hiding the cooldown counter (numeric text). You need to keep it ON but set its opacity to 0 as hiding function is directly connected to that counter. I could've done it with another way, but that'd mean the code would get bigger for no reason, so I just used whatever is already there.
Report comment to moderator  
Reply With Quote
Unread 06/02/14, 12:24 AM  
heyguyslol
AddOn Author - Click to view AddOns

Forum posts: 24
File comments: 53
Uploads: 1
Perfect, tyvm for make this a standalone addon. Would it be possible to add one more feature? I'd like the icon to hide when the set bonus cool down ends, basically only displaying the icon timer when the set bonus is on cool down.
Report comment to moderator  
Reply With Quote
Unread 05/31/14, 08:39 PM  
lyravega
AddOn Author - Click to view AddOns

Forum posts: 93
File comments: 15
Uploads: 2
Apologies to people that is looking for the stand-alone version. Some complications arose, hopefully will deliver it tonight or something. Still want to add some more options before I release the stand-alone.
Report comment to moderator  
Reply With Quote
Unread 05/30/14, 05:58 AM  
lyravega
AddOn Author - Click to view AddOns

Forum posts: 93
File comments: 15
Uploads: 2
Do you have that set? I know the bonuses are the same, but the ability name itself may differ in the game. That's why there is only one set supported right now; I don't have any other sets, and trying to get them
Report comment to moderator  
Reply With Quote
Unread 05/30/14, 02:19 AM  
Saftsuse
 
Saftsuse's Avatar

Forum posts: 13
File comments: 149
Uploads: 0
Super nice, add the same functionality for Shroud of the Lich too then?
Report comment to moderator  
Reply With Quote
Unread 05/29/14, 05:47 AM  
lyravega
AddOn Author - Click to view AddOns

Forum posts: 93
File comments: 15
Uploads: 2
I am working on a stand-alone version; you will just get extra options and choices, whether or not to use the add-on via FTC's buff component will be up to you.

Here is a what I'm working on (not dependant on FTC, nowhere near finished, just slapped some stuff together):


Will try to make everything customizable - from the icon choice to size, font choice to color, etc...
Last edited by lyravega : 05/29/14 at 05:48 AM.
Report comment to moderator  
Reply With Quote
Unread 05/29/14, 05:17 AM  
Saftsuse
 
Saftsuse's Avatar

Forum posts: 13
File comments: 149
Uploads: 0
THanks alot for this addon, cant wait to try it out!

Would it be possible to make it work without the buffs needing to be active?
Last edited by Saftsuse : 05/29/14 at 05:43 AM.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: