BindPad -- Created by Tageshi
-------------------------------------------------------------------------
1. WHAT IS "BindPad"?
-------------------------------------------------------------------------
BindPad is an addon to make KeyBindings for spells, items, and macros.
You no longer need actionbar slots just to make Key bindings for your macores etc.
BindPad addon provides many icon slots in its frame. You can drag and drop
anything into one of these slots, and click the slot to set KeyBindings.
-------------------------------------------------------------------------
2. HOW TO USE "BindPad"?
-------------------------------------------------------------------------
(1) Type /bindpad or /bp to display BindPad frame.
(Also you can find "Toggle BindPad" Keybinding command in standard
KeyBindings frame of Blizzard-UI.)
(2) Open spellbook frame (p), you bag (b), or Macro Panel (/macro).
(Also you can use three mini-icons on BindPad frame to open these windows.)
(3) Drag an spell icon, item icon, or macro icon using left button drag and
drop it onto the BindPad window.
(Maybe you need shift key + left button drag if action bars are locked.)
(4) Now you see the icon placed on BindPad frame. Click it,
and a dialog window "Press a key to bind" will appear.
(5) Type a key to bind. And click 'Close' button.
(6) When you want to remove icons from BindPad frame, simply drag away the icon
and press right click to delete it.
Note that KeyBinding itself will not be unbinded when you delete the icon.
To unbind it, click the icon and click Unbind button on the dialog window.
Also you can simply override Keybindings.
-------------------------------------------------------------------------
3. HOW TO USE TABS
-------------------------------------------------------------------------
There are four tabs on BindPad frame; 'General Slots', '<Character> Specific Slots',
'2' and '3'. (aka. 2nd and 3rd <Character> specific slots)
Any icons placed on 'General Slots' are for all characters of your account.
Those on '<Character> Specific Slots' are for that specific character only.
Note that you can use '<Character> Specific Slots' tab only after you click
'Character Specific Key Bindings' check box at standard KeyBindings frame of Blizzard-UI.
From BindPad version 1.5, you can see this checkbox on BindPad window itself too.
(Also BindPad will inform you about 'Character Specific Key Bindings' and automatically
activate it for you when you click '<Character> Specific Slots' tab.)
-------------------------------------------------------------------------
4. "You want to convert this icon into a BINDPAD MACRO?"... What?
-------------------------------------------------------------------------
"BindPad Macro" is a new feature from BidPad version 1.8.0 ;
which allow you to make almost unlimited number of virtual macro icons.
Older versions of BindPad just let you save your limited action bar slots.
This new BindPad will let you save your limited macro slots on the standard
"Create Macro" panel.
Usage:
- Click the small red "+" icon to create an empty BindPad Macro.
- Right-click an existing spell/item/macro icon on BindPad to convert it into a BindPad Macro.
- Right-click the "BindPad Macro" to edit macro-text.
- ...and you can use left-click to set keybindings as usual.
Note that BindPad Macro will only exist within the BindPad frame;
You can drag-and-drop them within BindPad, but you cannot drop them outside.
-------------------------------------------------------------------------
5. DETAILS AND MORE INFORMATIONS
-------------------------------------------------------------------------
BindPad addon utilizes new functions added from WoW API 2.0 .
You can use these functions (and many others) in any addons or macros.
GetBindingKey("command")
SetBinding("KEY", "command")
SetBindingSpell("KEY", "Spell Name")
SetBindingItem("KEY", "itemname")
SetBindingMacro("KEY", "macroname"|macroid)
Just don't forget to save changes by
SaveBindings(GetCurrentBindingSet());
There are some other similar addons by other authors.
Try them and choose what you like.
SpellBinder
http://www.wowinterface.com/downloads/info5614-SpellBinder.html
qUserKey
http://wow.curse.com/downloads/wow-addons/details/q-user-key-bind-a-key-to-any-spe.aspx
mBindings
http://www.wowinterface.com/downloads/info11614-2.html
Visit these links for more informations about keybindings and macros.
Strobe's Spam
http://bsyn.co.cc/blog/?p=40
or
http://bsyn.co.cc/blog/?tag=binding
WoWWiki
http://www.wowwiki.com/Making_a_macro
-------------------------------------------------------------------------
6. WHERE CAN I GET LATEST VERSION?
-------------------------------------------------------------------------
You can get latest version of BindPad from www.wowinterface.com:
http://www.wowinterface.com/downloads/fileinfo.php?id=6385
Or from Curse:
http://wow.curse.com/downloads/wow-addons/details/bind-pad.aspx
Version 2.2.4
- Added a workaround for a strange bug of GetCurrentBindingSet() API function.
- 2.2.4 doesn't include experimental code of 2.2.3
(Actually 2.2.3 DOES include this workaround of 2.2.4 already.)
Version 2.2.3
DON'T INSTALL THIS EXPERIMENTAL VERSION
UNLESS YOU WANT THIS CHANGE.
- Restores standard bindings for Action Button 1-9 back to
the key 1-9 when in vehicle UI.
Version 2.2.2
- Fixed a bug which breaks keybindings for Downranking spells.
Version 2.2.1
- Fixed a SavedVariable conversion bug introduced in 2.2.0
which breaks existing keybindings.
Version 2.2.0
- Now all keybindings made by BindPad is triggered on key-down instead of key-up.
(You can disable this future by a toggle button.)
- Added "Fast Trigger" option toggle button on the Keybinding frame;
keybindings with this option enabled will be triggered on
both pressing and releasing a key.
- Fixed a bug which prevent a BindPadMacro to work after converting
from spell/item/macro icon.
- Fixed a bug which made some broken action string when using
control+drag to duplicate a BindPadMacro.
Version 2.1.7
- Fixed bug introduced in 2.1.6 which prevented Escape key to close the frame.
Version 2.1.6
- Added support for maximum 31 mouse buttons.
(for World of Warcraft Gaming Mouse)
Version 2.1.5
- Switching profile is now much faster when both profiles have same keybindings.
- Now allows bindings to left/right mouse button with modifiers.
(Control+LeftButton etc.)
Version 2.1.4
- Fixed bug: Couldn't use Bronze Drake because its mount name
is "Bronze Drake Mount" instead of the spell name "Bronze Drake".
- Fixed bug: When you drop two same mount/pet icon on BindPad,
the second one used wrong name and didn't work.
Version 2.1.3
- Fixed bug: When you bind different keys to same spell/item/macro for
different profiles, unused keys were not correctly unbinded when
switching profile; which also caused display problem of tooltip.
Version 2.1.2
- You can duplicate any icon on BindPad by shift-click & drag now.
So that you can copy icons from a profile tab to another profile tab.
- Fixed bug: BindPadMacro was not updated correctly on switching profile
when you have BindPadMacro icons with same name on each profile tab.
Version 2.1.1
- Changed behavior of profile tabs; BindPad now remembers which
profile tab was used for each talent spec.
Three profile tabs are now equal each other.
- BindPadMacro edit frame now accepts shift-click on spell or items
to insert as a macro text. (Same as standard macro frame.)
Version 2.1.0
- Added three profile tabs; switching profile will
save & load whole character specific icons and their keybindings.
- First two of the three profile tabs are linked to Dual Spec of
WotLK 3.1.0, and will be automatically switched when you swtich spec.
- The third profile tab is just an extra.
- All character specific icons and keybindings are duplicated at the
first time you use a profile.
Version 2.0.2b
- Fixed: Modifier keys couldn't be used for keybinding of BindPadMacro.
Version 2.0.1
- Correctly support spells which have a pair of bracket in its name;
For example, "Faerie Fire (Feral)", "Swipe (Cat)"
Version 2.0.0
- Updated for WotLK 3.1.0
- You can drag&drop companion icons and use it as a BindPadMacro. (WotLK 3.1.0 only)
- You can drag&drop new equipmentset icons from Equiment Manager too. (WotLK 3.1.0 only)
- Changed keybinding name of BindPadMacro; now it sees like "BindPadMacro:<name>" instead of "BindPadMacro101:" etc.
- Now you can use "/click BindPadMacro <name>" slash command to run the BindPadMacro from within a macro.
- Added various error checks to avoid calling protected functions in combat.
- Fixed: BindPadMacro text was sometimes overwritten by different icon's macro text.
Version 1.9.1
- Release for 3.0.2
Version 1.9.0
- Updated for WotLK beta
Version 1.8.6
- Fixed a drawing order problem of "Show Hotkeys"
for Bartendar4 and probably for Bartendar3.
- Added locatization for zhCN and zhTW. (Thanks xinsonic)
Version 1.8.5
"Show Hotkeys" now supports Bartendar4.
Version 1.8.4
Added a workaround for error message "GetSpellName(): Invalid spell slot".
Version 1.8.3
- (Really) fixed the display issue of "Show Hotkeys" on compatibility with Bongos3.
- Added "Test" button on the BindPad Macro frame to test the macro while editing.
- Improved the keybinding confirmation window when the key is already
bound to a BindPad Macro.
Version 1.8.2
Fixed a bug which sometimes prevented BindPad to detect correct spell
rank after respeccing talent or training new spells.
Version 1.8.1
Fixed display issue of "Show Hotkeys" function introduced in 1.7.1; Compatibility with Bongos3 fixed.
(EDIT: Actually it was not yet fixed.)
Version 1.8.0
"BindPad Macro" : New feature to make almost unlimited number of virtual macro icons.
BindPad Macro is made for you to save limited macro slots on the standard Blizzard UI.
BindPad Macro will only exist within the BindPad frame, and allow you to make keybindings on them.
- Click the small red "+" icon to create an empty BindPad Macro.
- Right-click an existing spell/item/macro icon on BindPad frame to convert it into a BindPad Macro.
- Right-click the "BindPad Macro" to edit macro-text.
- ...and you can use left-click to set keybindings as usual.
Version 1.7.1
Added an option checkbox "Show Hotkeys".
The hotkey function now supports all ActionBar AddOns in addition to Blizard UI.
(Only tested for Bartendar3 addon.)
Version 1.7.0
Added an ability to automatically display binded hotkeys on ActionBar buttons.
(Suggested by Pheon)
Version 1.6.1
Updated for WoW client 2.3.0 .
Fixed a bug causing macro icons sometimes not working.
Version 1.6
Added two extra tabs for heavy users.
Version 1.5.1
TOC update.
Version 1.5
TOC update.
Added the 'Character Specific Key Bindings' check box at upper right corner of BindPad frame.
Added some functions to inform about 'Character Specific Key Bindings'.
Version 1.4
TOC update.
Added three mini-icons to open Spellbook, Macros Panel, and All bags.
Now uses new GetCursorInfo() API. (Slouken have kindly added it for me.)
You can now drag&drop icons from Action Bars too.
You can now use mouse wheel up/down as a keybind.
Version 1.3 (Now really updated version):
Added slash command /bindpad and /bp
Version 1.2 (not uploaded!):
More bug fixes.
Savefile format was changed and not compatible to 1.0 and 1.1.
(Old save data will be deleted when you use version 1.2; that don't unbind but you need to drag icons again.)
Version 1.1 (not uploaded!):
Fixed some tainting bug.
Version 1.0
Initial release.
Installation Guide
- Exit "World of Warcraft" completely
- Download the mod you want to install
- Make a folder on your desktop called "My Mods"
- Save the .zip/.rar files to this folder.
- If, when you try to download the file, it automatically "opens" it... you need to RIGHT click on the link and "save as..." or "Save Target As".
- Extract the file - commonly known as 'unzipping'
Do this ONE FILE AT A TIME!
- Windows
- Windows XP has a built in ZIP extractor. Double click on the file to open it, inside should be the file or folders needed. Copy these outside to the "My Mods" folder.
- WinRAR: Right click the file, select "Extract Here"
- WinZip: You MUST make sure the option to "Use Folder Names" is CHECKED or it will just extract the files and not make the proper folders how the Authors designed
- Mac Users
- StuffitExpander: Double click the archive to extract it to a folder in the current directory.
- Verify your WoW Installation Path
That is where you are running WoW from and THAT is where you need to install your mods.
- Move to the Addon folder
- Open your World of Warcraft folder. (default is C:\Program Files\World of Warcraft\)
- Go into the "Interface" folder.
- Go into the "AddOns" folder.
- In a new window, open the "My Mods" folder.
- The "My Mods" folder should have the "Addonname" folder in it.
- Move the "Addonname" folder into the "AddOns" folder
- Start World of Warcraft
- Make sure AddOns are installed
- Log in
- At the Character Select screen, look in lower left corner for the "addons" button.
- If button is there: make sure all the mods you installed are listed and make sure "load out of date addons" is checked.
- If the button is NOT there: means you did not install the addons properly. Look at the above screenshots. Try repeating the steps or getting someone who knows more about computers than you do to help.
Translations
When you download a mod, please be sure that the mod is compatible with your translation of wow. Some mods only work on the US versions, while some only work on some of the various European versions. These variations are called "Localizations".
TOC Numbers (Out of Date Mods)
When Blizzard patches WoW, they change the Interface number. This means that all mods will be "out of date" unless or until the author releases a new version for that interface. Some people go into the .toc files and update the numbers themselves, but this is STRONGLY advised against as it will cause problems locating possible incompatibilities addons. When you log into WoW after a patch, you DO NOT have to delete your interface directory. All you have to do is simply tell WoW to ignore the interface numbers and load all the mods anyway. All you have to do is, while at the "character select" screen, look in the lower left corner and click on the "addons" button. A window will pop up listing all your installed mods.
If you look in the upper left corner of that window there should be a box that says "Load Out of Date AddOns". You want to CHECK this box. Now simply go into WoW normally and all your mods should load. As of the 1.9 patch, you will have to do this after EVERY patch/update that Blizzard posts! If you encounter any problems with a mod after a patch, please be sure to let the author of the mod know so they can fix it.
See also: About "Out Of Date AddOns"
Mac Support
WoW addons are not platformed based. As such, they can be used on either Mac or PC. You can extract both .zip and .rar files on a Mac using StuffitExpander.
Directory Structure
World of Warcraft
|_ Interface
|_AddOns
|_*AddonName*
|_ *AddonName*.toc
|_ *AddonName*.xml
|_ *AddonName*.lua
|_ (possibly others as well)...