Stick this code into a file and name it bt3027.pl and drop the .PL into xpertmud/appdata/perl with the rest
You can edit bookmark -> Scripting -> #parse 'bt3027.pl'
to get it running. Make sure to use single quotes!
This allows several things. You can now +miread 2/latest and it will automatically grab the frequencies and set them on your char.
Enter your mech and utilise the following commands:
setallfreqs (sets channels a-e as main/scream/strike/heavy/chat)
setallmodes (sets modes as set out in bt3027.pl) ---> If you open that file in a code editor, notepad++ is good, then you will notice a ##Frequencies section. Go down a bit and modify
# Configure your prefered channel settings here my %mapping = (# primary channel, Modes, Backup channel, mode, backup slot a=>["F_MAIN","DG","F_BACKUP1","DR","f"], b=>["F_SCREAM1","R","F_SCREAM2","R","g"], c=>["F_STRIKE","DY"], d=>["F_HEAVY","DM"], e=>["F_CHAT","DW"] );
Here you can change the order of what channels you want where for the 'setallfreqs' command as well as the default mode you want!
If you can deaded, you can use 'zeroallfreqs' or my other frequency randomiser or if you have to go backup, type 'setbackupfreqs'.
This will shift the old channels to the bottom, and set the backup channel into the A channel , as well as change the colors to more scary looking backup ones!
Other features of interest...:
Type 'setclaim ' when an enemy claim pops up to set a timer. You can check how long is left with 'cclaim' or 'rclaim' which will radio how long is left. You can also type 'autotoc' to radio the timer left every 6 minutes...or if you want to modify it whatever time you like!
WizKids LLC has sole ownership of the names, logo, characters, artwork, marks, photographs, sounds, audio, video and/or any proprietary material used in connection with the game BattleTech. WizKids, LLC has granted permission to Battletech: The Frontier Lands to use such names, logos, characters, artwork, marks and/or any written materials for promotional and informational purposes on its website but does not endorse, and is not affiliated with, Battletech: The Frontier Lands in any official capacity whatsoever.