Difference between revisions of "Controlled Burn bind"

From Vendetta Online Wiki
Jump to: navigation, search
(Notes and Tips)
Line 37: Line 37:
  
 
==Notes and Tips==
 
==Notes and Tips==
* Unlike regular turbo, controlled burn won't disengage when jumping sectors or entering a station. You'll need to manually turn it off.
+
* Controlled burn won't disengage when jumping sectors or entering a station. You'll need to manually turn it off.
 
* To turn this bind off while in a station type "/disengage".
 
* To turn this bind off while in a station type "/disengage".
* Although overall your energy level will stay about the same, some fluctuations might occur. This is especially so if your computer or network speed is slow.
+
* Although while using a controlled burn overall your energy level will stay about the same, some fluctuations might occur. This is especially so if your computer or network speed is slow.
  
 
==Credit==
 
==Credit==
 
Originally by [[User:SuperMegaMynt|Mynt]].
 
Originally by [[User:SuperMegaMynt|Mynt]].
 
[[Category:Binds]]
 
[[Category:Binds]]

Revision as of 03:42, 24 May 2007

This bind allows the player to boost indefinitely


Code

alias Turbo46 "alias CntrldBrn3 'wait 0.46 Engage'; echo 'Turbo drain set at a rate of 46/sec."
alias Turbo50 "alias CntrldBrn3 'wait 0.50 Engage'; echo 'Turbo drain set at a rate of 50/sec."
alias Turbo54 "alias CntrldBrn3 'wait 0.54 Engage'; echo 'Turbo drain set at a rate of 54/sec."
alias Turbo55 "alias CntrldBrn3 'wait 0.55 Engage'; echo 'Turbo drain set at a rate of 55/sec."
alias Turbo57 "alias CntrldBrn3 'wait 0.57 Engage'; echo 'Turbo drain set at a rate of 57/sec."
alias Turbo60 "alias CntrldBrn3 'wait 0.60 Engage'; echo 'Turbo drain set at a rate of 60/sec."
alias PC38 "alias CntrldBrn2 'wait 0.38 CntrldBrn4'; echo 'Power Cell set at a charge of 38/sec."
alias PC40 "alias CntrldBrn2 'wait 0.40 CntrldBrn4'; echo 'Power Cell set at a charge of 40/sec."
alias PC45 "alias CntlrdBrn2 'wait 0.45 CntrldBrn4'; echo 'Power Cell set at a charge of 45/sec."
alias PC50 "alias CntrldBrn2 'wait 0.50 CntrldBrn4'; echo 'Power Cell set at a charge of 50/sec."
alias Initiate "echo 'Controlled Burn Engaged'; alias Brkr2 ' '; alias Engage 'CntrldBrn1; CntrldBrn2; CntrldBrn3; Brkr2; Engage'; Engage"
alias Disengage "echo 'Controlled Burn Disengaged'; alias Engage ' '; CntrldBrn4;"
alias CntrldBrn1 "+turbo"
alias CntrldBrn4 "+turbo 0"
alias CntrldBrnToggle "CntrldBrnToggle1"
alias CntrldBrnToggle1 "alias CntrldBrnToggle 'CntrldBrnToggle2'; Initiate"
alias CntrldBrnToggle2 "alias CntrldBrnToggle 'CntrldBrnToggle1'; Disengage"
alias CntrldBrn2 "echo 'ERROR: Power Cell not specified'; Brkr1"
alias CntrldBrn3 "echo 'ERROR: Turbo drain not specified'; Brkr1"
alias Brkr1 "alias Brkr2 'CntrldBrnToggle'"

Aliases

Bind these commands to the keys of your choice:

Command Description
CntrldBrnToggle Toggles the Controlled Burn between engaged and disengaged.

Notes and Tips

  • Controlled burn won't disengage when jumping sectors or entering a station. You'll need to manually turn it off.
  • To turn this bind off while in a station type "/disengage".
  • Although while using a controlled burn overall your energy level will stay about the same, some fluctuations might occur. This is especially so if your computer or network speed is slow.

Credit

Originally by Mynt.