Channel toggle

From Vendetta Online Wiki
Revision as of 08:25, 1 December 2006 by MonkofAkan (Talk | contribs)

Jump to: navigation, search

This set of aliases allows the player to keep several different hails at their disposal using the number row, perhaps to be used for several specific situations.


Code

alias chtog "ch100"
alias ch11 "join 11; alias chtog ch100"
alias ch100 "join 100; alias chtog chX"
alias chX "join X; alias chtog chY"
alias chY "join Y; alias chtog chZ"
alias chZ "join Z; alias chtog ch11"
alias ctctog "ctcon"
alias ctcoff "leave 201; leave 202; echo 'CTC Broadcasts Deactivated'; alias ctctog ctcon"
alias ctcon "join 201; join 202; join 100; echo 'CTC Broadcasts Activated'; alias ctctog ctcoff"

Aliases

Bind these commands to the keys of your choice:

Command Description
chtog Switches the channel. Bind this.
ctctog Toggles Capture the Cargo broadcasts. Bind this if you want.
chX, chY and chZ Replace X, Y, and Z with channels of your choice. Don't bind these.

Notes and Tips

  • Pick channels you'll use often, as none of these commands (except for the CtC toggle) leave the channels.

Credit

Originally by Miharu.