Difference between revisions of "Scanner bind"

From Vendetta Online Wiki
Jump to: navigation, search
m (Scanner)
Line 1: Line 1:
==Code==
+
The '''Scanner Bind''' is interesting in that Morbidly Wrong and Celkan both developed one, seemingly independantly of each other. Both versions are presented here.
 +
 
 +
==Celkan's Version==
 +
===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 8: Line 11:
 
  alias ANTmsg2 "echo 'Automatic Nearest Enemy Targetting Disengaged.'"
 
  alias ANTmsg2 "echo 'Automatic Nearest Enemy Targetting Disengaged.'"
  
==Aliases==
+
===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 20:
 
|}
 
|}
  
==Credit==
+
===Credit===
Created by Morbidly Wrong and simultaneously by Celkan. Celkan's version is the one presented here.
+
Created by Celkan.
 +
 
 +
==Morbidly Wrong's Version==
 +
===Code===
 +
alias scan2 "wait 1 'scan1'; RadarNextNearestEnemy"
 +
alias scanoff "alias scan1 'echo Scanner Off'; alias scanner scanon"
 +
alias scanon "alias scan1 'RadarNextNearestEnemy; scan2'; echo 'Scanner On'; scan1; alias scanner scanoff"
 +
alias scanner scanon
 +
 
 +
===Aliases===
 +
Bind the following commands to the key of your choice:<br>
 +
{| 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;" | <small>scanner|| <small>Toggles scanner.
 +
|}
 +
 
 +
 
 +
===Credit===
 +
Created by Morbidly Wrong

Revision as of 18:03, 27 February 2005

The Scanner Bind is interesting in that Morbidly Wrong and Celkan both developed one, seemingly independantly of each other. Both versions are presented here.

Celkan's Version

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 Celkan.

Morbidly Wrong's Version

Code

alias scan2 "wait 1 'scan1'; RadarNextNearestEnemy"
alias scanoff "alias scan1 'echo Scanner Off'; alias scanner scanon"
alias scanon "alias scan1 'RadarNextNearestEnemy; scan2'; echo 'Scanner On'; scan1; alias scanner scanoff"
alias scanner scanon

Aliases

Bind the following commands to the key of your choice:

Command Description
scanner Toggles scanner.


Credit

Created by Morbidly Wrong