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
-
View User Profile
-
Send Message
Posted Apr 14, 2017Okay, I'm STILL having issues with this one. I don't know what to do,
at this rate. I tried the suggestions given so far, I re-installed the add-on,
after I saw it was updated a second time, I tried using this one with
nothing else installed, and I even tried deleting the database file for all
the saved variables. So far, nothing works to fix this. :(
-
View User Profile
-
Send Message
Posted Apr 15, 2017Did you close the game completely before deleting the SavedVariables file?
-
View User Profile
-
Send Message
Posted Apr 15, 2017Yes. When I logged back in, tho', I was still seeing the results of SavedVariables everywhere, tho'. But yes, the game WAS completely closed. It was completely closed when I updated the add-on on my end.
Also, I disabled everything else first, thinking it was a conflict with another add-on, but that didn't help, either.
I'm about to give up, ... which is sad, because this is -- was the best add-on for its purpose I knew of ..
I don't know if this helps, but I did a file search just now, and there are SavedVariable files everywhere. Every character has one ...
Was this always the case?
-
View User Profile
-
Send Message
Posted Apr 16, 2017I only have one global SavedVariable in the main folder, none of my alts has an own one.
Did you try to remove them?
-
View User Profile
-
Send Message
Posted Apr 18, 2017Not yet. Not sure if I should. If there's only supposed to be one, how did all my Characters get their own?
UPDATE:
Well, I tried deleting all those SavedVariable Files -- and it didn't help.
The Add-On is STILL bugging out, so it's not that, either. >.<
-
View User Profile
-
Send Message
Posted Apr 21, 2017Yes, I did. I made no difference. Even now, this add-on is still largely broken for me. It seems to work well for my four Demon Hunters, but for all my other Classes, no. -_-
I hate to be a pest about this, but for some reason, it seems to just not like me anymore or something ...
-
View User Profile
-
Send Message
Posted Apr 21, 2017Yes, I did. I made no difference. Even now, this add-on is still largely broken for me. It seems to work well for my four Demon Hunters, but for all my other Classes, no. -_-
I hate to be a pest about this, but for some reason, it seems to just not like me anymore or something ...
(Sorry for the double post. Forgot the Quote.)
-
View User Profile
-
Send Message
Posted Apr 22, 2017-
View User Profile
-
Send Message
Posted Apr 14, 2017HELLO can you please add a honor talent part to your wonderful addon this would help me and alot of others i guess please and thank you
-
View User Profile
-
Send Message
Posted Apr 22, 2017-
View User Profile
-
Send Message
Posted Apr 12, 2017Okay, so I'm trying this now -- and for some reason, I cannot use Profiles from other servers???
Bugs out like this for many of my Characters. If it does give me other Profiles to choose from, it's the wrong Class!
For example, I am logged onto a Warlock -- and HER Profile Options show I can load a Warrior Profile or a Hunter Profile for her. ... What the heck.
http://i.imgur.com/wL5YR8V.jpg
http://i.imgur.com/2Mhd7ra.jpg
"Copy From" is also broken. And the button on the mini-map doesn't always work. >.<
-
View User Profile
-
Send Message
Posted Apr 13, 2017Switch the profile to the char class profile in the addon settings page for each char:
-
View User Profile
-
Send Message
Posted Apr 13, 2017-
View User Profile
-
Send Message
Posted Apr 10, 2017Is this going to be updated anytime soon? The newest patch broke it.
I and a lot of other people need this fixed ASAP! Please!
-
View User Profile
-
Send Message
Posted Apr 1, 2017Here's a better fix than deleting the GUI files or disabling the addon, it's working fine for me.
Edit ActionBarProfiles.lua, scroll to line 390, which should look like this:
PAPERDOLL_SIDEBARS[tab] = { name = name, frame = frame, icon = icon, texCoords = texCoords }Replace this line with the following lines of code:
PAPERDOLL_SIDEBARS[tab] = { name = name; frame = frame; icon = icon; texCoords = texCoords; disabledTooltip = nil; IsActive = function () return true; end }That should fix the error, and you'll see all your sidebar tabs again.
-
View User Profile
-
Send Message
Posted Apr 1, 2017Finally somebody who knows his stuff. Works fine, thank you!
-
View User Profile
-
Send Message
Posted Apr 1, 2017Thank you for sharing your work. I know I and many others greatly appreciate it.
-
View User Profile
-
Send Message
Posted Apr 2, 2017Thank you for sharing :).
-
View User Profile
-
Send Message
Posted Apr 2, 2017Thank you, Dakhran =)
-
View User Profile
-
Send Message
Posted Apr 5, 2017Thank you for sharing, works like a charm :)