Download
(12Kb)
Download
Updated: 11-26-14 01:28 AM
Compatibility:
Warlords of Draenor (6.0.3)
Warlords of Draenor Pre-Patch (6.0.2)
Updated:11-26-14 01:28 AM
Created:unknown
Downloads:129,098
Favorites:466
MD5:

Action Bar Saver  Popular! (More than 5000 hits)

Version: v2.3.3
by: Shadowed [More]

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 API

tag v2.3.3
ad89ad5bf9ece06e5b6ff53859c333241612ffa6
Shadowed <[email protected]>
2014-11-25 23:26:55 -0800

Tagging as release v2.3.3

--------------------

Shadowed:
- cleaned up files
- Updated for WoD

tag v2.3.2
238766229e5e521568f4f7c4d72348ff2f87a167
Shadowed <[email protected]>
2012-09-13 12:57:39 -0700

Tagging as release 2.3.2

--------------------

Shadowed:
- Permissions
- Fixed spell restoring (Thanks Morsker)

tag v2.3.1
e2dd8290c6d4b2e11c8d4673c396c408922b6db4
Shadowed <[email protected]>
2012-08-27 09:39:48 -0700

Tagging as release 2.3.1

--------------------

Shadowed:
- Given I'll be pushing 5.0.4 versions in the next day, I'll just bump TOC now
- Fixed macro handling (Thanks nebula169)
Optional Files (0)


Post A Reply Comment Options
Unread 11-25-11, 08:34 AM  
AnrDaemon
A Chromatic Dragonspawn
AddOn Author - Click to view AddOns

Forum posts: 156
File comments: 2231
Uploads: 5
Running diff through my installed ABS and r20110919, I noticed a few differences that I only can call "regressions".
I.e. "restoreRank = true," being default behavior.
Report comment to moderator  
Reply With Quote
Unread 01-28-12, 08:11 AM  
popnoart
A Kobold Labourer

Forum posts: 0
File comments: 3
Uploads: 0
Love this addon

I would only add an option to save specific action bar, not all at the same time. Would be awsome!
Report comment to moderator  
Reply With Quote
Unread 01-28-12, 08:58 AM  
AnrDaemon
A Chromatic Dragonspawn
AddOn Author - Click to view AddOns

Forum posts: 156
File comments: 2231
Uploads: 5
Re: Love this addon

Originally Posted by popnoart
I would only add an option to save specific action bar, not all at the same time. Would be awsome!
Not quite possible. Action bars are stored as a single string of buttons. All as one. Chopping and slicing it would be not an easy task.
Report comment to moderator  
Reply With Quote
Unread 02-01-12, 11:23 PM  
Xin
A Kobold Labourer

Forum posts: 1
File comments: 4
Uploads: 0
When restoring as a feral druid, mangle(bear form) is placed on the cat form action bars when mangle(cat form) was originally there. I have temporarily resolved the issue by using a mangle macro in place.
Report comment to moderator  
Reply With Quote
Unread 07-29-12, 09:38 PM  
KazamaSogetsu
A Kobold Labourer

Forum posts: 0
File comments: 8
Uploads: 0
For those trying to use it on beta and getting errors while trying to restore a profile:

Open the ActionBarSaver.lua file, line 278, and replace
Code:
PickupSpellBookItem(spellCache[spellName], BOOKTYPE_SPELL)
By
Code:
PickupSpellBookItem(spellName)
Report comment to moderator  
Reply With Quote
Unread 07-30-12, 06:08 PM  
Shadowed
...
Featured Addon Author

Forum posts: 387
File comments: 2513
Uploads: 83
Is that all you had to do? I'll release an update if so.
Report comment to moderator  
Reply With Quote
Unread 07-31-12, 09:50 AM  
Ketek777
A Kobold Labourer

Forum posts: 0
File comments: 2
Uploads: 0
Originally Posted by Shadowed
Is that all you had to do? I'll release an update if so.
I can confirm that his solution works. Only problem on my hunter is, that ABS can't restore Cobra Shot. I haven't tried on other characters yet.
Report comment to moderator  
Reply With Quote
Unread 08-03-12, 12:08 AM  
KazamaSogetsu
A Kobold Labourer

Forum posts: 0
File comments: 8
Uploads: 0
So far I had no other issues, so I guess that's about it.
Report comment to moderator  
Reply With Quote
Unread 08-04-12, 09:34 PM  
Fyl
A Kobold Labourer

Forum posts: 0
File comments: 7
Uploads: 0
The localization file needs to be updated for the new Monk class.
Report comment to moderator  
Reply With Quote
Unread 08-05-12, 10:33 AM  
Shadowed
...
Featured Addon Author

Forum posts: 387
File comments: 2513
Uploads: 83
If someone can double check that http://www.wowace.com/addons/action-bar-saver/ still works on live, I'll actually push the changes as a release.
Report comment to moderator  
Reply With Quote
Unread 08-07-12, 04:55 AM  
AnrDaemon
A Chromatic Dragonspawn
AddOn Author - Click to view AddOns

Forum posts: 156
File comments: 2231
Uploads: 5
Quickly checked on a Fury warrior.
Item, spell and macro restored correctly.
Report comment to moderator  
Reply With Quote
Unread 08-29-12, 03:20 PM  
ssianky
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
It would be great if the addon could save and restore the hotkeys too.
Report comment to moderator  
Reply With Quote
Unread 08-31-12, 09:49 AM  
AnrDaemon
A Chromatic Dragonspawn
AddOn Author - Click to view AddOns

Forum posts: 156
File comments: 2231
Uploads: 5
Originally Posted by ssianky
It would be great if the addon could save and restore the hotkeys too.
You can save and restore hotkeys yourself.
They are in your profile folder.
Report comment to moderator  
Reply With Quote
Unread 09-06-12, 07:16 AM  
bellcap
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
Hunter traps not being retored

Whenever I add traps to my bars as a hunter, they are lost. I get an error back that 4 buttons (added 4 traps) where not restored.
Report comment to moderator  
Reply With Quote
Unread 09-13-12, 01:36 PM  
Morsker
A Fallenroot Satyr
 
Morsker's Avatar
AddOn Author - Click to view AddOns

Forum posts: 22
File comments: 89
Uploads: 8
I have a patch that fixes the spellCache instead of avoiding it. It now restores mage Teleport flyouts and spec-overriden abilities like Inferno Blast correctly.

http://www.wowace.com/addons/action-...f-avoiding-it/
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump:

Support AddOn Development!

You have just downloaded by the author . If you like this AddOn why not consider supporting the author? This author has set up a donation account. Donations ensure that authors can continue to develop useful tools for everyone.