Difference between revisions of "Scanner bind"

From Vendetta Online Wiki
Jump to: navigation, search
 
(Scanner)
Line 1: Line 1:
 
==Scanner==
 
==Scanner==
Code:<br>
+
Code:
<code>
+
alias AutoNTToggle "AutoNTOn"
alias AutoNTToggle "AutoNTOn"<br>
+
alias AutoNTOn "alias AutoNTToggle AutoNTOff; alias AutoNTClock 'wait 1 AutoNTarget'; AutoNTClock; ANTmsg1"
alias AutoNTOn "alias AutoNTToggle AutoNTOff; alias AutoNTClock 'wait 1 AutoNTarget'; AutoNTClock; ANTmsg1"<br>
+
alias AutoNTOff "alias AutoNTToggle AutoNTOn; alias AutoNTClock ''; ANTmsg2"
alias AutoNTOff "alias AutoNTToggle AutoNTOn; alias AutoNTClock ''; ANTmsg2"<br>
+
alias AutoNTClock ""
alias AutoNTClock ""<br>
+
alias AutoNTarget "RadarNextNearestEnemy; AutoNTClock"
alias AutoNTarget "RadarNextNearestEnemy; AutoNTClock"<br>
+
alias ANTmsg1 "echo 'Automatic Nearest Enemy Targetting Engaged.'"
alias ANTmsg1 "echo 'Automatic Nearest Enemy Targetting Engaged.'"<br>
+
alias ANTmsg2 "echo 'Automatic Nearest Enemy Targetting Disengaged.'"
alias ANTmsg2 "echo 'Automatic Nearest Enemy Targetting Disengaged.'"<br>
+
 
</code><br>
+
 
Bind the following commands to the key of your choice:<br>
 
Bind the following commands to the key of your choice:<br>
 
{| style="border:2px solid grey;" cellspacing=0
 
{| style="border:2px solid grey;" cellspacing=0
|-  
+
|-
 
! 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; border-bottom:1px solid grey;" | <small>Command !! style="border-bottom:1px solid grey;" | <small>Description
 
|-
 
|-

Revision as of 23:42, 26 February 2005

Scanner

Code:

alias AutoNTToggle "AutoNTOn"
alias AutoNTOn "alias AutoNTToggle AutoNTOff; alias AutoNTClock 'wait 1 AutoNTarget'; AutoNTClock; ANTmsg1"
alias AutoNTOff "alias AutoNTToggle AutoNTOn; alias AutoNTClock ; ANTmsg2"
alias AutoNTClock ""
alias AutoNTarget "RadarNextNearestEnemy; AutoNTClock"
alias ANTmsg1 "echo 'Automatic Nearest Enemy Targetting Engaged.'"
alias ANTmsg2 "echo 'Automatic Nearest Enemy Targetting Disengaged.'"

Bind the following commands to the key of your choice:

Command Description
AutoNTToggle Toggles scanner.

Credit

Created by Morbidly Wrong and simultaneously by Celkan. Celkan's version is the one presented here.