Action Bar Saver
Quick little mod, allows you to setup different profiles for your action bars. Mainly this is for hybrid classes that want to be able to respec without spending 10-20 minutes setting their action bars up. All you do is type /abs save <name> and it'll save the location of all your spells, macros and items.
For example, if you're currently a Feral Druid you can type /abs save feral then you can respec to Resto and setup your bars, then type /abs save resto once you go respec back to Feral you can then train all your spells again and type /abs restore feral and you'll get your feral setup without all the work of actually finding where you placed things.
Works with any custom interface like Bongos provided you're not using more then the standard 120 action buttons, ones that provided features to go past 120 will cause only the standard 120 to be saved/restored. This isn't a bug however, just a limitation in the WoW AP
-
View User Profile
-
Send Message
Posted Oct 28, 2020In reply to Shodas:
Shadowlands Pre-Patch, same problem, all abilities except mnacro's were removed across all specs ...
-
View User Profile
-
Send Message
Posted Jan 3, 2021In reply to Shodas:
Can confirm. Still happened to me today post-launch of SL. Can't recommend this addon until the author bothers to fix this issue.
-
View User Profile
-
Send Message
Posted Jan 3, 2021In reply to Shodas:
Can confirm. Still happened to me today post-launch of SL. Can't recommend this addon until the author bothers to fix this issue.
-
View User Profile
-
Send Message
Posted Jan 3, 2021In reply to Shodas:
Can confirm. Still happened to me today post-launch of SL. Can't recommend this addon until the author bothers to fix this issue.
-
View User Profile
-
Send Message
Posted Mar 27, 2020Are you still maintaining this?
-
View User Profile
-
Send Message
Posted Jan 23, 2020ActionBarSaver.lua
Line 281, replace
if( spellCache[spellName] ) then
by
if( spellCache[spellName] and self.db.restoreRank ) then
This fixes a botched implementation of rank restoring toggleable with /abs rank
Without it, ranks will always be automatically restored at max, with it, functionality is now as expected : you can either choose to auto restore max rank or restore same rank as was saved with /abs rank
-
View User Profile
-
Send Message
Posted Aug 21, 2018Best addon for saving action bars! Simple and efficient with no clutter (windows or panels).
*Addon needs updating for BfA (broken).
-
View User Profile
-
Send Message
Posted Sep 29, 2019In reply to Xolidan:
After 8.0 the addon can't save profiles, because of an API change. Changing the "and" on line 89 in ActionBarSaver.lua to an "or" makes the if clause pass, and it seems like nothing else breaks after that.
-
View User Profile
-
Send Message
Posted Nov 3, 2019In reply to Turtvaiz:
This little fix worked for me, thank you!
-
View User Profile
-
Send Message
Posted Aug 17, 2018Love this addon! could you please update it for bfa?
Thanks!!
-
View User Profile
-
Send Message
Posted Mar 5, 2018love the mod! super quick and easy to use. One concerning bug however... the mod does not save the spell "Summon Random Favorite Mount". I would assume since it is a unique cast that is not tied to the character's spellbook, but i hope you can figure this out.
-
View User Profile
-
Send Message
Posted Feb 2, 2018THANK YOU !!!!!!!! this is what I've wanted in a long time !!!!!
-
View User Profile
-
Send Message
Posted Jun 30, 2017Anyone got a working copy of this? I can t get it working and the file from
@Sezz2 from https://dl.dropboxusercontent.com/u/1365603/ActionBarSaver240.zip appears to be unreachable
-
View User Profile
-
Send Message
Posted Jul 19, 2018https://www.dropbox.com/s/lhp75ujsid0wx9l/ActionBarSaver.zip?dl=1
-
View User Profile
-
Send Message
Posted Oct 2, 2016The addon is great but I can't get it to restore my mounts to my bars. I have them on bar 1 and bar 3. Thanks for a life saver addon and I hope that I am doing something wrong here.
-
View User Profile
-
Send Message
Posted Sep 21, 2016@sezz2, you have an error in your first line. Must be
local restoreErrors, spellCache, macroCache, macroNameCache, highestRanks, mountCache = {}, {}, {}, {}, {}, {}(Basically, you added "mountCache", but didn't initialize it.)
-
View User Profile
-
Send Message
Posted Aug 17, 2016Great addon, used for years on 42 toons. It's by far the best, and simplest. Here are two small suggested optimizations:
1. You can probably remove the rank functionality, as, you know, ranks are gone.
2. Would love to be able to paste spells you haven't learned yet, you know, the "Unable to restore spell "something"to slot "something," it does not appear to have been learned yet" error message.
With the way people are changing talents all the time, especially Druids now with affinities, I just don't see a need to keep it this way. On copied druid characters, affinities are a PITA because each time you go from feral to guardian etc you have to swap in and out at least 6 buttons, or retype /abs save each time. Maybe add in a tiny override option? I can see the logic of not changing this, because it allows for a cleanerUI for low lvl alts. But the alts level, right? And they will learn the spells anyway.
Keep up the great work!
-
View User Profile
-
Send Message
Posted Aug 3, 2016@sezz2
Thanks a lot for your version working in 7.0 !
-
View User Profile
-
Send Message
Posted Jul 23, 2016@Thootem
the old version on curse/wowi still works fine
my version only adds mount/pets and the garrison spell (the mount journal changes from 7.0 are already in)
-
View User Profile
-
Send Message
Posted Jul 21, 2016@sezz2
sezz2, any chance of you taking a look if this will work in 7.0 now?
The best I can do is bump the .toc... seeing how Blizz just cleaned out all of my bars, setting them up again will be pain without this addon.