BindPad

4 - Impossible to bind certain spells

What steps will reproduce the problem?


  1. Open Bindpad, open spellbook
  2. Drag the druid spell "Dash" into the Bindpad window
  3. Left-click the button and bind it to any key
  4. 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

You must login to post a comment. Don't have an account? Register to get one!

  • 1 comment
  • Avatar of Dracula Dracula Nov 24, 2010 at 22:49 UTC - 0 likes

    Note 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):

    function BindPadCore.IsSingleRank(spellName, bookType)
    	return false;
    end
    

    Or simply remove the checks at line 870 and 1355.

    Last edited Nov 26, 2010 by Dracula
  • 1 comment

Facts

Reported
Nov 24, 2010
Status
New - Issue has not had initial review yet.
Type
Defect - A shortcoming, fault, or imperfection
Priority
Medium - Normal priority.
Votes
0

Reported by

Possible assignees