Diamond dodge bind: Difference between revisions
From Vendetta Online Wiki
Jump to navigationJump to search
Roguelazer (talk | contribs) |
Roguelazer (talk | contribs) |
||
Line 1: | Line 1: | ||
== | ==Code== | ||
alias dodgeTog dodgeOn | alias dodgeTog dodgeOn | ||
alias dodgeOn "alias dodgeUp '+StrafeDown 0; +StrafeUp; wait 2 dodgeDown'; dodgeOnB" | alias dodgeOn "alias dodgeUp '+StrafeDown 0; +StrafeUp; wait 2 dodgeDown'; dodgeOnB" | ||
Line 14: | Line 13: | ||
alias dodgeInactive "+StrafeUp 0; +StrafeDown 0; +StrafeRight 0; +StrafeLeft 0" | alias dodgeInactive "+StrafeUp 0; +StrafeDown 0; +StrafeRight 0; +StrafeLeft 0" | ||
==Aliases== | |||
Bind the following commands to the key of your choice: | Bind the following commands to the key of your choice: | ||
{| style="border:2px solid grey;" cellspacing=0 | {| style="border:2px solid grey;" cellspacing=0 | ||
Line 22: | Line 22: | ||
|} | |} | ||
==Credit== | |||
Created by Eldrad. | Created by Eldrad. |
Revision as of 17:56, 27 February 2005
Code
alias dodgeTog dodgeOn alias dodgeOn "alias dodgeUp '+StrafeDown 0; +StrafeUp; wait 2 dodgeDown'; dodgeOnB" alias dodgeOnB "alias dodgeDown '+StrafeUp 0; +StrafeDown; wait 2 dodgeUp'; alias dodgeTog dodgeOff; dodgeOnC" alias dodgeOnC "alias dodgeRight '+StrafeLeft 0; +StrafeRight; wait 2 dodgeLeft'; echo 'Auto dodge ON'; dodgeOnD" alias dodgeOnD "alias dodgeLeft '+StrafeRight 0; +StrafeLeft; wait 2 dodgeRight'; dodgeUp; wait 1 dodgeRight" alias dodgeOff "alias dodgeUp dodgeInactive; alias dodgeDown dodgeInactive; alias dodgeTog dodgeOn; dodgeOffB" alias dodgeOffB "alias dodgeRight dodgeInactive; alias dodgeLeft dodgeInactive; dodgeInactive; echo 'Auto dodge OFF'" alias dodgeUp dodgeInactive alias dodgeDown dodgeInactive alias dodgeRight dodgeInactive alias dodgeLeft dodgeInactive alias dodgeInactive "+StrafeUp 0; +StrafeDown 0; +StrafeRight 0; +StrafeLeft 0"
Aliases
Bind the following commands to the key of your choice:
Command | Description |
---|---|
dodgeTog | Toggles the dodging pattern. |
Credit
Created by Eldrad.