Scanner bind: Difference between revisions
From Vendetta Online Wiki
Jump to navigationJump to search
Red cactus (talk | contribs) No edit summary |
Roguelazer (talk | contribs) |
||
Line 1: | Line 1: | ||
==Scanner== | ==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" | alias AutoNTOff "alias AutoNTToggle AutoNTOn; alias AutoNTClock ''; ANTmsg2" | ||
alias AutoNTOff "alias AutoNTToggle AutoNTOn; alias AutoNTClock ''; ANTmsg2" | alias AutoNTClock "" | ||
alias AutoNTClock "" | alias AutoNTarget "RadarNextNearestEnemy; AutoNTClock" | ||
alias AutoNTarget "RadarNextNearestEnemy; AutoNTClock" | alias ANTmsg1 "echo 'Automatic Nearest Enemy Targetting Engaged.'" | ||
alias ANTmsg1 "echo 'Automatic Nearest Enemy Targetting Engaged.'" | alias ANTmsg2 "echo 'Automatic Nearest Enemy Targetting Disengaged.'" | ||
alias ANTmsg2 "echo 'Automatic Nearest Enemy Targetting Disengaged.'" | |||
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.