Action Bar Profiles (Saver)
Action Bar Profiles
Add-on that allows you to setup and quickly switch between different profiles of your action bars, talents, macros and key bindings.
Chat commands
/abp list - shows the list of available profiles
/abp use profile - activates profile
/abp save profile - saves current actions to profile
/abp del profile - deletes profile
Links
- The latest release is available on http://www.curse.com/addons/wow/action-bar-profiles
- The latest alpha build is available on http://www.wowace.com/addons/action-bar-profiles/files
- The source code is available on https://github.com/Silencer2K/wow-action-bar-profiles
- My other add-ons are available on http://www.curse.com/users/silencer2k/projects
can you please update it for dragonflight? :)
I've created an addon 'KeyBindProfiles' for the keybind profile functionality, allows for storing keybind profiles for different specs (Doesn't save action bars, just keybinds)
https://www.curseforge.com/wow/addons/keybindprofiles
In reply to Azaiko: It seems to be broken again now; Saved a Fire Mage profile, and without changing anything it showed 6 out of 39 buttons loadable.
This is now super broken in 10.1. :(
Hello
Im a new user.
I want to set diffrent keybind for my actionbar for the same spec but nothing happen when i try use /abp use "profil" that i save previously and press enter i can't
I use Elvui can it work with elvui or the addon not working atm ?
Fork created for saving and restoring DF version. This will allow users to save and restore their existing pre-DF profiles, or create, save, restore new profiles through the paperdoll (character) frame. Restoration of profiles can also be done through a broker add-on such as Bazooka
https://github.com/rhodan412/wow-action-bar-profiles
Thanks to IIeTpoc whose fork this fork was based off and further fixed (restore.LUA) to give the above.
In reply to Aurleis:
THANK YOU. I logged in JUST to say THANK YOU.
In reply to KrakenLatte:
Your compliment is appreciated, but all I did was pull from a recent fork and do some bug fixes to the Restore file, so the big thanks goes to IIeTpoc. I certainly don't have the knowledge to apply the fixes that this individual had provided.
In reply to Aurleis:
thanks for what you've done, but as Ulduar patch the addon is no longer working in WOTLK Classic. It used to work before the patch. Do you think you could try and look if it is fixable again this time?
In reply to Aurleis:
Will it be possible to make it copy and apply talents?
In reply to Friberg:
BtwLoadout is one of the best add-ons (currently only?) I know to create profiles for talents, and would recommend going this route for that integration into Wow. As far as I'm aware ActionBarProfiles macro saving should still work, but with the many toons I have, I just created a Batch file to copy a number of things from my warrior into other warriors' folders and Saved Variables.
In reply to Aurleis:
Looks like profile doest save Actionbars 10-14
In reply to Maerthos:
you fix it if you do on Const.lua:
Line 6:
replace
ABP_MAX_ACTION_BUTTONS = 120
with
ABP_MAX_ACTION_BUTTONS = 180
then you save and load all Auctionbars.
In reply to Aurleis:
Thank you!
In reply to Aurleis:
Thank you!
In reply to Aurleis:
Thank you!
Okay, so it seems that the add-on is now fixed, but you'll need to use a macro to save any new profiles and then a data broker like Bazooka to restore the action bars. I'll see about getting y'all a link to the add-on with the fixes as soon as I can figure out how to fork it on GitHub. In the meantime, the macros that I use for Evoker are:
/run if SecureCmdOptionParse("[nomod,btn:1]") then SetSpecialization(1) end
/stopmacro [nomod]
/abp save Evoker-Devastation
/abs save evoker-devastation
/run if SecureCmdOptionParse("[nomod,btn:1]") then SetSpecialization(2) end
/stopmacro [nomod]
/abp save Evoker-Preservation
/abs save evoker-preservation
I place each macro in a buttonforge bar and save that bar to a spec (I'm sure that you can place this on your actionbar as well, but it will allow you to switch between specs, but if you're holding ALT it will actually save your actionbars).
Any questions, do ask here.
It looks like the author and owner haven't logged in since the last release. I'm going to look at the add-on and see if I can come up with some fixes. While fairly confident, as I have a few ideas for making a fix or a fork, I make absolutely no promises that I'll be able to solve the issues given that the add-on hadn't been updated since early SL, but as I had come to rely on this, I am motivated.
EDIT:
So after several hours of tinkering around to try to see what other addons that used the PaperDollFrame did for a fix I came up empty handed. There is a fix I know that will take care of losing the UI functionality to this add-on that I will put in later today
In reply to Aurleis:
In reply to Aurleis:
Thank you, i hope you can solve this, i was about to learn LUA just for this addon