Download
(6Kb)
Download
Updated: 08-15-09 05:56 AM
Pictures
File Info
Updated:08-15-09 05:56 AM
Created:11-08-08 05:54 PM
Downloads:7,428
Favorites:52
MD5:

mBindings  Popular! (More than 5000 hits)

Version: 3
by: Mickelus [More]

Allows you to easily keybind abilities from your spellbook and macros from your macro frame(give your macros different names or this wont work).
Mouseover an ability/macro and press a key to bind them together.
I have also implented a profile system which allows you to easily swap between diffrent sets of keybindings.

mBindProfile(number or string) may be used change profile with a macro or an addon.
Example 1: mBindProfile(1) will load the first profile in the list.
Example 2: mBindProfile("tank") will load a profile named tank.
Example 3: /run if GetActiveTalentGroup()==1 then mBindProfile("damage") else mBindProfile("heal") end will change to the damage profile if you're in primary spec or change to the heal profile if you're in secondary spec.

2 Added macro bindings and profile thingie.
1.01 Fixed a major and a minor bug.
Optional Files (0)


Post A Reply Comment Options
Unread 11-08-08, 07:55 PM  
DJJoeJoe
A Murloc Raider
 
DJJoeJoe's Avatar
AddOn Compiler - Click to view compilations

Forum posts: 6
File comments: 172
Uploads: 1
Will this work for pets/companions/mounts and the like?
Will this continue to save binded keys to spells if I drop talents and lose a spell then gain it back?
__________________

Joetest - Ner'Zhul - Disciples of Death
Report comment to moderator  
Reply With Quote
Unread 11-08-08, 10:21 PM  
Mickelus
A Murloc Raider
AddOn Author - Click to view AddOns

Forum posts: 4
File comments: 117
Uploads: 8
No. it won't work for pets and mounts, it's just the spellbook so far.
I'm not sure but based on my observations I'd guess the spells would remain binded if you lose them as long as you won't bind anything else to that key.
Report comment to moderator  
Reply With Quote
Unread 11-09-08, 03:28 AM  
Korkosh
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 26
Uploads: 7
very useful addon, thanks

Could You make this for the macro-window too and could You make a localisation file for this addon?

e.g. German:

Code:
is no longer bound to = "ist nicht mehr gebunden an"
is now bound to = "ist nun gebunden an"
Click to start/stop... = "Aktivieren um Tastenebelegungen zu \195\164ndern. \nBewege den Mauszeiger \195\188ber eine F\195\164higkeit \nund dr\195\188cke die zu belegende Taste. \nDie Tastenbelegung kann mit ESC wieder \nentfernt werden."
enable bindings = "Tastenbel."

And could you insert a confirmationbox in case a key is already bound to something? (tried to move while keybinding enabled and now I can't move anymore.. *cry* jk)


@Joe
You could bind a key to a makro like this
Code:
Macro:
/dismount
/run CallCompanion("mount","1");
(for Minipet replace "mount" by "critter"
change the number "1" to your prefered mount/critter)

after that use the two slashcommands like this
Code:
/run SetBindingMacro("Key", "macroname");
/run SaveBindings(2)

sry for my bad english =)
Report comment to moderator  
Reply With Quote
Unread 11-09-08, 04:53 AM  
Mickelus
A Murloc Raider
AddOn Author - Click to view AddOns

Forum posts: 4
File comments: 117
Uploads: 8
Thank you for the localization and yes, I'm planning to make this work for macros aswell.
Report comment to moderator  
Reply With Quote
Unread 11-09-08, 08:25 AM  
vpr
A Theradrim Guardian

Forum posts: 65
File comments: 272
Uploads: 0
Will it bind to mouse buttons too?
Report comment to moderator  
Reply With Quote
Unread 11-09-08, 11:59 AM  
Mickelus
A Murloc Raider
AddOn Author - Click to view AddOns

Forum posts: 4
File comments: 117
Uploads: 8
Yes, it will bind to mouse buttons too.
Report comment to moderator  
Reply With Quote
Unread 12-24-08, 05:05 PM  
Cala
A Fallenroot Satyr
 
Cala's Avatar
AddOn Compiler - Click to view compilations

Forum posts: 22
File comments: 48
Uploads: 1
Gotta say, I love this addon. Tiny, uncomplicated, wonderful.

However, the only thing that bugs me is macro/item keybinds - hearthstone keybound with Home, for instance. I know you said that you're working on making it work for macros, but would it be at all possible to use items as well? (Or would that be way too much like BindPad and just blow the mod all huge and complicated?)
Report comment to moderator  
Reply With Quote
Unread 12-26-08, 04:28 PM  
Mickelus
A Murloc Raider
AddOn Author - Click to view AddOns

Forum posts: 4
File comments: 117
Uploads: 8
Since the way the vehicle ui works I realized I still need the default actionbars, so I'll probably make it so that you can bind anything by mouseovering it and pressing a key while the addon is active.
Report comment to moderator  
Reply With Quote
Unread 03-13-09, 08:28 PM  
DJJoeJoe
A Murloc Raider
 
DJJoeJoe's Avatar
AddOn Compiler - Click to view compilations

Forum posts: 6
File comments: 172
Uploads: 1
Will this work with the 3.1 dual-spec feature and if not are you planning on trying to make it work? I've been using oBindings for so long and an active new addon to replace it would be nice
__________________

Joetest - Ner'Zhul - Disciples of Death
Report comment to moderator  
Reply With Quote
Unread 03-13-09, 09:25 PM  
Mickelus
A Murloc Raider
AddOn Author - Click to view AddOns

Forum posts: 4
File comments: 117
Uploads: 8
Yes, I'm planning to make it work with the dual-spec feature, I'm also working on making it work with macros.
Report comment to moderator  
Reply With Quote
Unread 04-29-09, 09:55 AM  
02cspearson
A Kobold Labourer
 
02cspearson's Avatar

Forum posts: 0
File comments: 10
Uploads: 3
Unbind

How do I unbind keys/spells?
Report comment to moderator  
Reply With Quote
Unread 04-29-09, 10:47 AM  
Mickelus
A Murloc Raider
AddOn Author - Click to view AddOns

Forum posts: 4
File comments: 117
Uploads: 8
Re: Unbind

You mouseover what you want unbinded(unbound?) and press escape. If you mouseover the enable bindings button the tooltip should say how to unbind a spell/macro. =c
Report comment to moderator  
Reply With Quote
Unread 05-07-09, 08:00 AM  
Dunrotar
A Kobold Labourer

Forum posts: 0
File comments: 10
Uploads: 0
Hello, is there a way to switch to a given profile using script on a macro?

I´m using this macro to switch between specs

/script if (GetActiveTalentGroup() == 2) then SetActiveTalentGroup(1); DEFAULT_CHAT_FRAME:AddMessage("Fury pra Arms"); else SetActiveTalentGroup(2) DEFAULT_CHAT_FRAME:AddMessage("Arms pra Fury"); end
I´d like to make it also switch my mbindings profiles

Plz help. Thanks in advance!

PS: Awesome addon
Report comment to moderator  
Reply With Quote
Unread 05-07-09, 09:08 AM  
Mickelus
A Murloc Raider
AddOn Author - Click to view AddOns

Forum posts: 4
File comments: 117
Uploads: 8
Originally posted by Dunrotar
Hello, is there a way to switch to a given profile using script on a macro?

I´m using this macro to switch between specs



I´d like to make it also switch my mbindings profiles

Plz help. Thanks in advance!

PS: Awesome addon
You can't do that right now, I'll add it tomorrow
Report comment to moderator  
Reply With Quote
Unread 06-28-09, 08:26 AM  
parker
A Kobold Labourer

Forum posts: 0
File comments: 4
Uploads: 0
Hi, I like this AddOn a lot and was wondering if any progress has been made lately on DualSpec support?
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: