4 - Impossible to bind certain spells
What steps will reproduce the problem?
- Open Bindpad, open spellbook
- Drag the druid spell "Dash" into the Bindpad window
- Left-click the button and bind it to any key
- When you try the keybinding, nothing happens
What is the expected output? What do you see instead?
- If you drag the Bindpad 'key' to the action bar it shows the keybinding on it, but it does not do anything. No error message, nothing.
Please provide any additional information below.
- When you shift-click the spell while writing a macro it inserts "Dash(Cat Form)", so I tried changing the Bindpad.lua savedvariables file:
["action"] = "CLICK BindPadKey:SPELL Dash(Cat Form)"
and this actually worked.
| User | When | Change |
|---|---|---|
| Dracula | Nov 24, 2010 at 21:35 UTC | Create |
- 1 comment
- 1 comment
- Reply
- #1
Dracula Nov 24, 2010 at 22:49 UTC - 0 likesNote that this can be fixed by skipping the "IsSingleRank" thing, and assume it's always false. If a spell has rank info, it is best to be included in the spellname, since "real" ranks don't exist anymore in WoW 4.0.
So either use this (line 1278):
Or simply remove the checks at line 870 and 1355.