Download
(65Kb)
Download
Updated: 08-20-11 07:48 AM
Pictures
File Info
Updated:08-20-11 07:48 AM
Created:04-12-10 01:05 PM
Downloads:8,470
Favorites:31
MD5:

Respec Bind Saver  Popular! (More than 5000 hits)

Version: 2.1
by: siema_co [More]

Really simple addon to save all your keybindings between respecs.
It remembers EVERY single bind so you can for example walk with WSAD on mainspec and with ESDF on off (not that it would make any sense anyway).

No confguration needed, just install and go.

New in 2.0:

Since all profiles and dual-specness is handled by Ace libraries now, you can now create your own profiles for manual switching as well as automatic on respec.
Binds are saved to current profile any time you make new profile, reset profile or change any key.
For options type /rbs or find addon's entry in Blizzard interface menus.

However if you're not interested in all these shinies, the addon functions exactly like before without any configuration needed;P

One more thing: if you're upgrading from v1.x the old saved vars are wiped. Importing them was too much of a mess, sorry!

2.1 - ToC bump
2.0 - Complete rewrite using Ace libraries, improved efficiency, stability and code-readability:P
1.2 - ToC bump
1.1 - Several fixes and tweaks.
1.0 - Ninja rewrite;P It used to store only Bartender4 binds. Expanded to every bind.
Optional Files (0)


Post A Reply Comment Options
Unread 11-01-14, 02:03 PM  
lina22
A Kobold Labourer

Forum posts: 0
File comments: 19
Uploads: 0
Re: Fan update!

Originally Posted by Redtusk
Made this fully functioning update for 6.0/WoD!

http://www.emilblem.dk/RespecBindSaver_fanupdate.rar

Enjoy!
ty
Report comment to moderator  
Reply With Quote
Unread 10-22-12, 01:43 PM  
Mixus
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
in respecbindsaver.lua - you must change the line 67 to

local spec = GetSpecialization()
Report comment to moderator  
Reply With Quote
Unread 10-11-12, 08:22 PM  
Doomedx
A Kobold Labourer

Forum posts: 0
File comments: 2
Uploads: 0
Please update it someone :/
Report comment to moderator  
Reply With Quote
Unread 09-06-12, 07:46 AM  
Doomedx
A Kobold Labourer

Forum posts: 0
File comments: 2
Uploads: 0
respecbindsaver

i wish if someone can upgrade this addon to proper working on MOP
Report comment to moderator  
Reply With Quote
Unread 09-28-11, 06:22 AM  
Gore123
A Kobold Labourer

Forum posts: 1
File comments: 20
Uploads: 1
This addons is causing WoW Errors on the 4.3 PTR.

The error was too long to post so I put it in a .txt file here:

http://dl.dropbox.com/u/9147168/WoW/...39%20Error.txt
Last edited by Gore123 : 09-28-11 at 06:25 AM.
Report comment to moderator  
Reply With Quote
Unread 05-23-11, 05:59 PM  
Greevir
A Cyclonian
 
Greevir's Avatar
AddOn Compiler - Click to view compilations

Forum posts: 45
File comments: 94
Uploads: 1
Originally posted by juxtapose
disable all addons, only with dominos and rbs on, keybinds on actionbar 2
still not saved whenever i changed spec..



edit*actionbar 3 still saves the keybind though


do i need to follow this method?

And a little tip: if you happen to lose all keybindings don't panic, don't reload UI, don't relog.
Alt-tab and navigate to <wowFolder>/WTF/Account/<ACCOUNTNAME>/<SERVERNAME>/<CHARNAME> and set the file "bindings-cache.wtf" as read-only.
Switch back to WoW and reload UI or relog. You should have your bindings back.
Then set "bindings-cache.wtf" as readable again.
It's a little "hack" to prevent WoW from saving current settings permanently, which is done on relog/reloadUI.
__________________
ya, same issue. Keybinds on actionbar 2 not saving.

EDIT: Got rid of dominos and installed Bartender4. No longer have this issue.
Last edited by Greevir : 05-25-11 at 10:25 AM.
Report comment to moderator  
Reply With Quote
Unread 02-01-11, 10:44 PM  
juxtapose
A Murloc Raider

Forum posts: 4
File comments: 27
Uploads: 0
disable all addons, only with dominos and rbs on, keybinds on actionbar 2
still not saved whenever i changed spec..



edit*actionbar 3 still saves the keybind though


do i need to follow this method?

And a little tip: if you happen to lose all keybindings don't panic, don't reload UI, don't relog.
Alt-tab and navigate to <wowFolder>/WTF/Account/<ACCOUNTNAME>/<SERVERNAME>/<CHARNAME> and set the file "bindings-cache.wtf" as read-only.
Switch back to WoW and reload UI or relog. You should have your bindings back.
Then set "bindings-cache.wtf" as readable again.
It's a little "hack" to prevent WoW from saving current settings permanently, which is done on relog/reloadUI.
__________________
Last edited by juxtapose : 02-01-11 at 10:47 PM.
Report comment to moderator  
Reply With Quote
Unread 01-06-11, 04:42 PM  
Sojik
A Wyrmkin Dreamwalker
 
Sojik's Avatar
AddOn Author - Click to view AddOns

Forum posts: 53
File comments: 166
Uploads: 10
Originally posted by siema_co
Using GetBindingByKey would be a tedious and pointless job because you'd have to check every single key combination manually (CTRL+A, A, 4, ALT+SHIFT+A etc). It's roughly 700-800 combinations on standard QWERTY keyboard;P
Not to mention localised ones like russian, chinese etc..

Apart from this, it'd make spec switching A LOT logner. Even when I make minimum operations it gets a little lag after respec.
I made quick addon to do it. It's a little unreliable right now and I don't use it (switched to using [spec:1/2] in my macros). You're welcome to check it out and steal any ideas if you want to. There's a market for this functionality because I've had people ask for support with my little alpha quality addon.

https://github.com/Sojik/ProSpecBindSwapper
Report comment to moderator  
Reply With Quote
Unread 11-25-10, 05:19 PM  
siema_co
A Deviate Faerie Dragon
 
siema_co's Avatar
AddOn Author - Click to view AddOns

Forum posts: 12
File comments: 64
Uploads: 7
Using GetBindingByKey would be a tedious and pointless job because you'd have to check every single key combination manually (CTRL+A, A, 4, ALT+SHIFT+A etc). It's roughly 700-800 combinations on standard QWERTY keyboard;P
Not to mention localised ones like russian, chinese etc..

Apart from this, it'd make spec switching A LOT logner. Even when I make minimum operations it gets a little lag after respec.
Report comment to moderator  
Reply With Quote
Unread 11-23-10, 11:04 PM  
Sojik
A Wyrmkin Dreamwalker
 
Sojik's Avatar
AddOn Author - Click to view AddOns

Forum posts: 53
File comments: 166
Uploads: 10
Hm.. I originally linked to your addon to point to some functionality that I wouldn't be offering but it seems this addon won't switch all bindings like I thought. GetBinding() and GetNumBindings() only work for bindings that can be found in the Blizzard binding interface. I'll have to work on method of saving bindings with GetBindingByKey unless you plan to incorporate this functionality.
Report comment to moderator  
Reply With Quote
Unread 10-20-10, 01:34 PM  
anakiim
A Kobold Labourer

Forum posts: 0
File comments: 2
Uploads: 0
sweet! yeah thats really all that would be needed a gui is more work and its easier to just type /whatever save and /whatever restore
Last edited by anakiim : 10-20-10 at 01:34 PM.
Report comment to moderator  
Reply With Quote
Unread 10-20-10, 11:21 AM  
siema_co
A Deviate Faerie Dragon
 
siema_co's Avatar
AddOn Author - Click to view AddOns

Forum posts: 12
File comments: 64
Uploads: 7
Originally posted by anakiim
any plans to allow this to save multiple profiles of keybinds (including movement and everything) without having to switching specs? i'd be willing to make a donation for this functionality as i've been really looking for an addon to do this that works in 4.0. (especially with also saving movement keybinds and all the other keybinds not just action bars)
Will think about it.
Most probably will end up with Ace profiles from command line since no GUI is in plans for now...
Report comment to moderator  
Reply With Quote
Unread 10-20-10, 12:40 AM  
anakiim
A Kobold Labourer

Forum posts: 0
File comments: 2
Uploads: 0
any plans to allow this to save multiple profiles of keybinds (including movement and everything) without having to switching specs? i'd be willing to make a donation for this functionality as i've been really looking for an addon to do this that works in 4.0. (especially with also saving movement keybinds and all the other keybinds not just action bars)
Last edited by anakiim : 10-20-10 at 12:52 AM.
Report comment to moderator  
Reply With Quote
Unread 10-19-10, 03:12 PM  
IceBound
A Kobold Labourer

Forum posts: 0
File comments: 11
Uploads: 0
Working perfectly for me -- thanks so much!

I HATED playing this game without an addon like this, I wonder why it is not built into WoW >.>
Report comment to moderator  
Reply With Quote
Unread 10-19-10, 05:18 AM  
juxtapose
A Murloc Raider

Forum posts: 4
File comments: 27
Uploads: 0
every addon updated..

you sure you keybind your skills to action bar 2?

*tried last night, i tried to keybind my spells to action bar 3, it works..

will disable all addon except yours and dominos to try it out again
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: