Channel toggle: Difference between revisions

From Vendetta Online Wiki
Jump to navigationJump to search
Created!
 
NO idea how that first line went unnoticed for so long...
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
his 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.
This set of aliases allows the player to switch channels and/or toggle the CTC broadcasts on the fly with a single keypress.
 
 
==Code==
==Code==
alias chtog "ch100"
alias chtog "ch100"
alias ch11 "join 11; alias chtog ch100"
alias ch11 "join 11; alias chtog ch100"
alias ch100 "join 100; alias chtog chX"
alias ch100 "join 100; alias chtog chX"
alias chX "join X; alias chtog chY"
alias chX "join X; alias chtog chY"
alias chY "join Y; alias chtog chZ"
alias chY "join Y; alias chtog chZ"
alias chZ "join Z; alias chtog ch11"
alias chZ "join Z; alias chtog ch11"
alias ctctog "ctcon"
alias ctctog "ctcon"
alias ctcoff "leave 201; leave 202; echo 'CTC Broadcasts Deactivated'; 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"
alias ctcon "join 201; join 202; join 100; echo 'CTC Broadcasts Activated'; alias ctctog ctcoff"


==Aliases==
==Aliases==

Latest revision as of 20:01, 15 April 2007

This set of aliases allows the player to switch channels and/or toggle the CTC broadcasts on the fly with a single keypress.

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.