Sometimes I find it easier on my hands to use space to block, especially in rampages. It's easier and faster to tap spacebar with the thumb than it is for the thumb/pinkie to shift. Here is a li'l bit o' script to swap shift and spacebar keybinds:
alias spaceblock "bind Space +PowerTrayExec 16$$bind lshift +up$$alias changeblock shiftblock$$playersay Use 'Space' to Block"
alias shiftblock "bind Space +up$$bind lshift +PowerTrayExec 16$$alias changeblock spaceblock$$playersay Use 'Shift' to Block"
alias changeblock "spaceblock"
Copy and paste that into your CommandAliases.txt and save.
this creates a /changeblock command which switches the toggles between pressing shift to block and pressing shift to jump.
In the chat box on the character it would be useful on (probably the tank) type something like:
/bind Alt+Space changeblock
Now whenever you press alt+block you can toggled between the two modes.
Comments