Download
(14 Kb)
Download
Updated: 06/03/24 05:32 AM
Pictures
File Info
Compatibility:
Gold Road (10.0.0)
Updated:06/03/24 05:32 AM
Created:09/14/19 12:05 PM
Monthly downloads:16,992
Total downloads:373,634
Favorites:172
MD5:
Categories:Action Bar Mods, Casting Bars, Cooldowns
10.0.0
Fancy Action Bar  Popular! (More than 5000 hits)
Version: 2.8
by: andy.s [More]
This addon shows both weapon bars and tracks durations of your active skills. Its main goal is to be as lightweight as possible and fine tune each tracked ability to show only most useful effects.

Features

1. Highlighted active skills and current weapon bar.
2. Instant swap animation. No more boring flipping icons.
3. Fine tuned abilities like Teleport Strike (show Minor Vulnerability applied by it), Focused Aim (Minor Fracture), Shadow Image (stop countdown after you port to your shade), etc.
4. Gamepad mode support.
5. High performance, which adds some limitations though (read below).

Missing features

1. This addon doesn't track ultimate duration. I'm still not sure if it's needed, and also showing both ultimates won't look neat due to their special button visuals, especially in gamepad mode.
2. The addon doesn't track your enemies debuffs, so if some abilities are purged or dodged, they will keep ticking on your bar. I'm not planning to change this behavior now, because I want to keep the addon as lightweight as possible.

If you want to move action bar, then I recommend using Azurah. There is no point to add this feature to the addon, because it will obviously conflict with other addons which allow to move UI elements. Note: Azurah re-enables weapon swap icon by default, so you will need to hide it in it's settings (Action Bar tab).
2.8
- Incorporated several fixes and improvements from different addon's forks and patches (mainly Kyzeragon's, but thanks to everyone who has been working on this addon for the past years!) to make it compatible with recently added stuff. I know there is a much more feature-heavy version named FAB+ by noget, but I still want to keep this version as simple as possible to maintain the original idea of the addon. There are still things to improve regarding scribing and some arcanist stuff, so hopefully there will be another update later on.

2.7
- Fixed UI error brought by High Isle update.
- Power of the Light shows 6 seconds duration by default now. It can be disabled in the addon settings (which will make it 9 seconds again).

2.6
- Fixed fake Crystal Fragments proc (internal game bug?), which could start and end at the same moment, but the timer kept ticking.
- Ability Bar Timers are re-enabled automatically now. The addon needs this setting to track some abilities since Waking Flame API update.

2.5
- Some fixes for Waking Flame. IMPORTANT: Due to ZOS changes to API once again the addon now requires Ability Bar Timers to be enabled, otherwise the required in-game event doesn't happen and some timers don't work. I did my best to get rid of default timers and stuff, but feel free to report any issues you find.

2.4
- Fixed a variety of skills not tracked properly by ZOS. Note: the addon uses ESO API functions to get abilities' remaining durations once they are cast. If something is not tracked properly, then it's not a bug in FAB, but I can adjust it manually until it's fixed by the game devs.

2.3
- Fixed Ring of Preservation duration.

2.2
- Removed most of the custom settings for skills from config.lua and replaced them with the new API functions, although there are still enough skills which are not tracked properly with the new ability bar timers and need to be handled manually.
- Due to the changes above, all skills granting the same effect are tracked separately now, e.g. taunts, major resolve, evasion, etc.
- Seething Fury countdown now stops after using Molten Whip (which removes this effect from player).

2.1
- Fixed UI error on log in triggered by a causeless in-game weapon swap event before player activation.

2.0
- Timers are back on PTS!
- Expanded addon settings to fine-tune numbers and buttons to your liking (opacity, desaturation, colors, decimal numbers).
- It's now possible to always keep the active bar above the back bar when you swap weapons (the very first option in the addon settings).
- Bug fixes and ability updates.

1.1.3
- Fixed Subterranean Assault duration.
- Added Minor Berserk tracking to Camouflaged Hunter.

1.1.2
- Updated some abilities ids to work with Markarth DLC (sorry, don't have time for more features atm).

1.1.1
- Added Burning Talons DoT timer.

1.1.0
- Added tracking of different stacks, like Grim Focus, Bound Armaments, etc. Note: Stone Giant stacks are only tracked in Harrowstorm, because the skill was changed there.
- Fixed buggy icons when using a special action bar like Werewolf, Frostvault skeever bar, etc.
- Fixed some durations.
- Fixed an empty action bar after /reloadui.
- Switching between Gamepad and Keyboard modes doesn't reload UI anymore (but it's possible that under some circumstances action bars won't be aligned perfectly).
Optional Files (1)
File Name
Version
Size
Author
Date
Type
2.7.1
13kB
04/18/24 10:35 AM
Patch


Archived Files (14)
File Name
Version
Size
Uploader
Date
2.7
12kB
andy.s
06/06/22 07:31 AM
2.6
12kB
andy.s
08/23/21 07:49 AM
2.5b
12kB
andy.s
08/23/21 05:59 AM
2.5
12kB
andy.s
08/23/21 03:53 AM
2.4
12kB
andy.s
06/03/21 12:53 PM
2.3
11kB
andy.s
06/01/21 01:02 PM
2.2
11kB
andy.s
06/01/21 03:49 AM
2.1
11kB
andy.s
05/11/21 02:28 PM
2.0
11kB
andy.s
05/11/21 01:19 PM
1.1.3
9kB
andy.s
11/05/20 09:02 AM
1.1.2
9kB
andy.s
11/02/20 03:07 PM
1.1.1
9kB
andy.s
02/26/20 12:09 PM
1.1.0
9kB
andy.s
02/21/20 03:47 AM
1.0
8kB
andy.s
09/14/19 12:05 PM


Post A Reply Comment Options
Unread 12/07/20, 11:28 PM  
taugrim
AddOn Author - Click to view AddOns

Forum posts: 4
File comments: 22
Uploads: 1
Originally Posted by taugrim
First off, thank you for creating this addon, it elegantly solved the problem I had which was being able to see both weapon bars all the time with clear indicators which weapon bar was active.

I noticed a minor defect that may or may not be strictly visual.

It has to do with comparing the timers in the default UI (Settings > Combat > Buffs & Debuffs > "Always Show") with this addon's timers.

Activate a buff and compare the timer on the ability in weapon bar from this addon with the timer provided by the UI.

They're slightly off.

You can fix this by adding the code in red to the following line in Main.lua:
local duration = math.floor(effect.endTime - time())
I've been testing the UI, and boy am I frustrated with how it looks like the built-in buffs & debuffs work.

They seem to be off by a second. E.g. if I watch the buff timers go to zero, the skill tooltips still have the buffed value for another second. Which seems to imply the built-in buff timers are wrong.

So ignore the post from me that is quoted above - your FAB addon is fine.
Report comment to moderator  
Reply With Quote
Unread 12/07/20, 10:48 PM  
taugrim
AddOn Author - Click to view AddOns

Forum posts: 4
File comments: 22
Uploads: 1
First off, thank you for creating this addon, it elegantly solved the problem I had which was being able to see both weapon bars all the time with clear indicators which weapon bar was active.

I noticed a minor defect that may or may not be strictly visual.

It has to do with comparing the timers in the default UI (Settings > Combat > Buffs & Debuffs > "Always Show") with this addon's timers.

Activate a buff and compare the timer on the ability in weapon bar from this addon with the timer provided by the UI.

They're slightly off.

You can fix this by adding the code in red to the following line in Main.lua:
local duration = math.floor(effect.endTime - time())
Last edited by taugrim : 12/07/20 at 11:11 PM.
Report comment to moderator  
Reply With Quote
Unread 12/05/20, 04:40 PM  
zelenin
AddOn Author - Click to view AddOns

Forum posts: 7
File comments: 196
Uploads: 12
FAB does not work correctly with EFFECT_RESULT_UPDATED. While events with EFFECT_RESULT_UPDATED are coming, the timer is infinitely updated to ability duration.
Try jumping on lava with Dumpen Magic in Vateshran Hollows
Last edited by zelenin : 12/05/20 at 05:11 PM.
Report comment to moderator  
Reply With Quote
Unread 12/04/20, 06:21 PM  
freqmaister14

Forum posts: 0
File comments: 1
Uploads: 0
Changes to bar

Hi!

Not sure if this is seen by the author, or if anyone else can assist... I love this addon, but would like to be able to have the bars side by side, so looks like one long bar, with maybe a slight glow around the bar that you are currently on.

Any ideas, thoughts or even maybe idea for future release, I would love to hear back!

Thank you all.

Have a great time gaming.
Report comment to moderator  
Reply With Quote
Unread 11/23/20, 09:46 AM  
Nelegalu

Forum posts: 0
File comments: 5
Uploads: 0
Exclamation One issue

When self buffs and debuffs are activated, they hide the synergy prompt (press X). Any way to fix it?
Report comment to moderator  
Reply With Quote
Unread 11/06/20, 01:23 AM  
Kyzeragon
 
Kyzeragon's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1
File comments: 274
Uploads: 8
Empowering Grasp would be nice to have:
Code:
[118352] = {61737}, -- empowering grasp
Report comment to moderator  
Reply With Quote
Unread 09/17/20, 04:27 AM  
Cairnkid

Forum posts: 0
File comments: 3
Uploads: 0
Additional UI Option

Hi

Thank you for the addon

Is there a possibility to add an option to either hide the off-bar (similar to ADR, with only the active skills from the back bar above the active bar) or switch the bars, so you can always see both bars, but the active bar is always at the bottom, so you always look at the same place for the active bar instead of switching from upper to lower?

Regards,
Savanna
Report comment to moderator  
Reply With Quote
Unread 08/24/20, 02:17 PM  
Apox
 
Apox's Avatar

Forum posts: 0
File comments: 64
Uploads: 0
fancy action bar timers tracks the major expedition aspect of rapid maneuvers instead of the gallop
Report comment to moderator  
Reply With Quote
Unread 08/15/20, 03:32 AM  
catch22atplay

Forum posts: 0
File comments: 20
Uploads: 0
Any way you can make this addon work with Only cast Crystal Fragments Proc? It doesn't work with your addon enabled.
Report comment to moderator  
Reply With Quote
Unread 08/09/20, 11:09 AM  
awfuldead
AddOn Author - Click to view AddOns

Forum posts: 17
File comments: 30
Uploads: 8
Originally Posted by catch22atplay
So every time this addon or advanced settings addon is updated, like today. I keep having to change a line in config.lua so i can see the 30 second timer 57477 major gallop and not the 8 second timer 101169 major expedition when set to true.


line 86

from
[40211] = true,--{57477}, -- retreating maneuver
to
[40211] = {57477},--{57477}, -- retreating maneuver

Any way you can change some of these ability timers to show the longer timer and not the short one besides me having to edit it all the time? thanks and very helpful addon
the author deliberately set the output of a shorter (and often more important buff) by default, but at the same time left a commented out major galop ID (for those who have it more priority)
Report comment to moderator  
Reply With Quote
Unread 08/08/20, 10:42 PM  
catch22atplay

Forum posts: 0
File comments: 20
Uploads: 0
So every time this addon or advanced settings addon is updated, like today. I keep having to change a line in config.lua so i can see the 30 second timer 57477 major gallop and not the 8 second timer 101169 major expedition when set to true.


line 86

from
[40211] = true,--{57477}, -- retreating maneuver
to
[40211] = {57477},--{57477}, -- retreating maneuver

Any way you can change some of these ability timers to show the longer timer and not the short one besides me having to edit it all the time? thanks and very helpful addon
Last edited by catch22atplay : 08/08/20 at 10:54 PM.
Report comment to moderator  
Reply With Quote
Unread 08/03/20, 02:58 PM  
taugrim
AddOn Author - Click to view AddOns

Forum posts: 4
File comments: 22
Uploads: 1
Just wanted to say thanks.

I view this addon as essential. It makes it far easier to track which bar I'm in and managing skill timers.
Report comment to moderator  
Reply With Quote
Unread 07/15/20, 11:18 PM  
sMuggle

Forum posts: 6
File comments: 124
Uploads: 0
Originally Posted by seven777sense
is it possible to implement decimal count down when timer is almost over. that help me with timing of skill activation and better alert of skills that's almost run out. thanks great addon
If author decides to add decimals, please have an option to disable it as well. I prefer it being lightweight. Thanks!
Last edited by sMuggle : 07/15/20 at 11:18 PM.
Report comment to moderator  
Reply With Quote
Unread 06/12/20, 11:55 AM  
maxxcaffeine

Forum posts: 0
File comments: 6
Uploads: 0
Re: Re: Re: Re: Re: Re: Re: Action Bar Problems

Originally Posted by maxxcaffeine
Originally Posted by awfuldead
Originally Posted by maxxcaffeine

Hi, I downloaded the zip files are replaced the ones in the FancyActionBar folder. It does add a slider in the options but it doesn't actually move the ultimate ability button.

If you set to -50 it is still in the same place and if you set it to +50 it is still in the same place.

Love the Addon, it's perfect except for not being able to resize. I have a 34" monitor and use Azurah to increase the size of the Action bar but you can't with this addon
Its working but u need reloadui after any changes this slider
Thanks, it does change position after /reloadui

This is the best Action bar addon !! Keep up the great work!
Actually, when you resize the bar in Azurah, you can use the slider to move the Ult botton (which works after /reloadui) but you get desync on the timers, they are not on top of the Abilities anymore.
Report comment to moderator  
Reply With Quote
Unread 06/12/20, 11:24 AM  
maxxcaffeine

Forum posts: 0
File comments: 6
Uploads: 0
Re: Re: Re: Re: Re: Re: Action Bar Problems

Originally Posted by awfuldead
Originally Posted by maxxcaffeine

Hi, I downloaded the zip files are replaced the ones in the FancyActionBar folder. It does add a slider in the options but it doesn't actually move the ultimate ability button.

If you set to -50 it is still in the same place and if you set it to +50 it is still in the same place.

Love the Addon, it's perfect except for not being able to resize. I have a 34" monitor and use Azurah to increase the size of the Action bar but you can't with this addon
Its working but u need reloadui after any changes this slider
Thanks, it does change position after /reloadui

This is the best Action bar addon !! Keep up the great work!
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: