Difference between revisions of "Turbo lock bind"

From Vendetta Online Wiki
Jump to: navigation, search
(Code)
m (Reverted edit of Roguelazer, changed back to last version by Red cactus)
Line 1: Line 1:
==Code==
+
==Turbo Lock==
<div style="border : 1px blue dashed>
+
<code><br>
 
alias mt "+turbo 0"<br>
 
alias mt "+turbo 0"<br>
 
alias -t "mt"<br>
 
alias -t "mt"<br>
Line 8: Line 8:
 
alias ttog2 "+turbo 0; alias ttog ttog1; alias acti Activate; alias -t mt; alias mt '+turbo 0'; echo 'Turbo OFF'"<br>
 
alias ttog2 "+turbo 0; alias ttog ttog1; alias acti Activate; alias -t mt; alias mt '+turbo 0'; echo 'Turbo OFF'"<br>
 
alias ttog1 "+turbo; alias ttog ttog2; alias acti 'Activate; ttog2'; alias -t ' '; alias mt ttog2; echo 'Turbo ON'"<br>
 
alias ttog1 "+turbo; alias ttog ttog2; alias acti 'Activate; ttog2'; alias -t ' '; alias mt ttog2; echo 'Turbo ON'"<br>
</div>
+
</code><br>
 
+
==Aliases==
+
 
Bind these commands to the keys of your choice:<br>
 
Bind these commands to the keys of your choice:<br>
 
{| style="border:2px solid grey;" cellspacing=0
 
{| style="border:2px solid grey;" cellspacing=0
Line 23: Line 21:
 
|}
 
|}
  
==Credit==
+
===Credit===
 
Created by Eldrad. Many turbo lock binds are out there, but this is the most feature-full.
 
Created by Eldrad. Many turbo lock binds are out there, but this is the most feature-full.

Revision as of 18:39, 27 February 2005

Turbo Lock


alias mt "+turbo 0"
alias -t "mt"
alias +t "+turbo; alias -t mt"
alias acti "Activate"
alias ttog "ttog1"
alias ttog2 "+turbo 0; alias ttog ttog1; alias acti Activate; alias -t mt; alias mt '+turbo 0'; echo 'Turbo OFF'"
alias ttog1 "+turbo; alias ttog ttog2; alias acti 'Activate; ttog2'; alias -t ' '; alias mt ttog2; echo 'Turbo ON'"

Bind these commands to the keys of your choice:

Command Description
+t Normal turbo.
ttog Toggle turbo lock.
acti Activate turbo lock, default key is enter.

Credit

Created by Eldrad. Many turbo lock binds are out there, but this is the most feature-full.