Difference between revisions of "Channel toggle"

From Vendetta Online Wiki
Jump to: navigation, search
(Created!)
 
m (oops, fixed the code bit..)
Line 3: Line 3:
  
 
==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==

Revision as of 00:54, 17 January 2006

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.


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.