Difference between revisions of "Turbo lock bind"

From Vendetta Online Wiki
Jump to: navigation, search
m (Turbo Lock)
(Code)
 
(10 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 +
This bind allows one to lock his turbo on, enabling him to chat or perform other activities while turboing.
 +
 
==Code==
 
==Code==
 
  alias mt "+turbo 0"
 
  alias mt "+turbo 0"
Line 6: Line 8:
 
  alias ttog "ttog1"
 
  alias ttog "ttog1"
 
  alias ttog2 "+turbo 0; alias ttog ttog1; alias acti Activate; alias -t mt; alias mt '+turbo 0'; echo 'Turbo OFF'"
 
  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'"
+
  alias ttog1 "+turbo 1; alias ttog ttog2; alias acti 'Activate; ttog2'; alias -t ' '; alias mt ttog2; echo 'Turbo ON'"
  
 
==Aliases==
 
==Aliases==
Bind these commands to the keys of your choice:<br>
+
Bind these commands to the keys of your choice:
{| style="border:2px solid grey;" cellspacing=0
+
{| border="1"
|-
+
! style="border-right:1px solid grey; border-bottom:1px solid grey;" | <small>Command !! style="border-bottom:1px solid grey;" | <small>Description
+
 
|-
 
|-
| style="border-right:1px solid grey;" | <small>+t|| <small>Normal turbo.
+
! Command
 +
! Description
 
|-
 
|-
| style="border-right:1px solid grey;" | <small>ttog|| <small>Toggle turbo lock.
+
| +t
 +
| Normal turbo.
 
|-
 
|-
| style="border-right:1px solid grey;" | <small>acti|| <small>Activate turbo lock, default key is enter.
+
| ttog
 +
| Toggle turbo lock.
 +
|-
 +
| acti  
 +
| Activate. Default key is enter.
 
|}
 
|}
  
 
==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.
 +
 +
[[Category:Binds]]

Latest revision as of 06:15, 18 May 2008

This bind allows one to lock his turbo on, enabling him to chat or perform other activities while turboing.

Code

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 1; alias ttog ttog2; alias acti 'Activate; ttog2'; alias -t ' '; alias mt ttog2; echo 'Turbo ON'"

Aliases

Bind these commands to the keys of your choice:

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

Credit

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