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,427
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 08-16-09, 05:03 PM  
Lunarion
A Deviate Faerie Dragon
 
Lunarion's Avatar
AddOn Compiler - Click to view compilations

Forum posts: 12
File comments: 73
Uploads: 1
Originally posted by Mickelus
You can't bind the left and right mouse button. Click2Cast does what it does by modifying attributes of secure frames. So no, I have no intetions of adding such suppoer at this time.
Alright. Shame, but thanks for the info. I suppose I could run both and just use C2C for my cures whilse using mBindings and it's profiles for everything else if I reallly wanted too.

Good work on the addon none the less. ^.^
__________________
Report comment to moderator  
Reply With Quote
Unread 08-16-09, 07:21 AM  
Mickelus
A Murloc Raider
AddOn Author - Click to view AddOns

Forum posts: 4
File comments: 117
Uploads: 8
You can't bind the left and right mouse button. Click2Cast does what it does by modifying attributes of secure frames. So no, I have no intetions of adding such suppoer at this time.
Report comment to moderator  
Reply With Quote
Unread 08-16-09, 06:30 AM  
Lunarion
A Deviate Faerie Dragon
 
Lunarion's Avatar
AddOn Compiler - Click to view compilations

Forum posts: 12
File comments: 73
Uploads: 1
Because this addon supports profile, spec, and gear changes I love it a lot more than Click2Cast. The only catch however is that it is unable to bind Shift + Left Click and Shift + Right Click. Do you have any intentions of adding such support?
__________________
Report comment to moderator  
Reply With Quote
Unread 08-15-09, 01:51 PM  
Mickelus
A Murloc Raider
AddOn Author - Click to view AddOns

Forum posts: 4
File comments: 117
Uploads: 8
Originally posted by Annekynn
Is this able to bind Shift + Mouse Left Click?
Nope.

but is there a way to include changing mBinding profiles in a talent/gear macro?
Now there is, check the addon description.
Report comment to moderator  
Reply With Quote
Unread 08-15-09, 11:43 AM  
Annekynn
A Fallenroot Satyr

Forum posts: 21
File comments: 144
Uploads: 0
Is this able to bind Shift + Mouse Left Click?
Report comment to moderator  
Reply With Quote
Unread 08-14-09, 01:13 AM  
Argumentative
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
Change Profiles

Hey, sorry if this is a stupid question, but is there a way to include changing mBinding profiles in a talent/gear macro?

something like:

Code:
/equipset [spec:1] Prot; [spec:2] Holy
/mBindings setProfile [spec:1] Prot; [spec:2] Holy
/usetalents [spec:1] 2; [spec:2] 1

Edit: Thanks for the info.
Last edited by Argumentative : 08-15-09 at 11:31 AM.
Report comment to moderator  
Reply With Quote
Unread 06-28-09, 09:47 AM  
Mickelus
A Murloc Raider
AddOn Author - Click to view AddOns

Forum posts: 4
File comments: 117
Uploads: 8
Originally posted by parker
Hi, I like this AddOn a lot and was wondering if any progress has been made lately on DualSpec support?
It already supports dualspec?
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
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 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 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 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 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 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 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
Post A Reply



Category Jump: