Difference between revisions of "Scanner bind"

From Vendetta Online Wiki
Jump to: navigation, search
(Scanner)
m (Scanner)
Line 1: Line 1:
==Scanner==
+
==Code==
Code:
+
 
  alias AutoNTToggle "AutoNTOn"
 
  alias AutoNTToggle "AutoNTOn"
 
  alias AutoNTOn "alias AutoNTToggle AutoNTOff; alias AutoNTClock 'wait 1 AutoNTarget'; AutoNTClock; ANTmsg1"
 
  alias AutoNTOn "alias AutoNTToggle AutoNTOff; alias AutoNTClock 'wait 1 AutoNTarget'; AutoNTClock; ANTmsg1"
Line 9: Line 8:
 
  alias ANTmsg2 "echo 'Automatic Nearest Enemy Targetting Disengaged.'"
 
  alias ANTmsg2 "echo 'Automatic Nearest Enemy Targetting Disengaged.'"
  
 +
==Aliases==
 
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
Line 17: Line 17:
 
|}
 
|}
  
===Credit===
+
==Credit==
 
Created by Morbidly Wrong and simultaneously by Celkan. Celkan's version is the one presented here.
 
Created by Morbidly Wrong and simultaneously by Celkan. Celkan's version is the one presented here.

Revision as of 17:57, 27 February 2005

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.'"

Aliases

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.