MUSHClient Scripts and Tricks

From LSWiki

(Difference between revisions)
Jump to: navigation, search
Revision as of 11:05, 15 December 2020 (edit)
Ralnos (Talk | contribs)
(Page which will contain all of my tips and tricks for using MUSHclient in an easily read format (mostly).)
← Previous diff
Revision as of 11:06, 15 December 2020 (edit)
Ralnos (Talk | contribs)
(Forgot an important bit.)
Next diff →
Line 27: Line 27:
=== The 'gatherjobs' === === The 'gatherjobs' ===
[https://pastebin.com/8dNAFcai| Pastebinned alias here.] [https://pastebin.com/8dNAFcai| Pastebinned alias here.]
-*Allows you to gather all arbitrage jobs from Losthaven's Square.+*Allows you to gather all arbitrage jobs from Losthaven's Square and then directs you just outside of the city.
*Starts at Losthaven Square and has no prevention code to stop you from using it elsewhere. *Starts at Losthaven Square and has no prevention code to stop you from using it elsewhere.
*Be careful because it can't be stopped once started, it must go through all of its commands. Seriously, just start at the square. *Be careful because it can't be stopped once started, it must go through all of its commands. Seriously, just start at the square.

Revision as of 11:06, 15 December 2020

1874abbff90224fbc6e916d87d1e8c69.png

This is the page where Ralnos adds doodads and tips on things he's learned about MUSHClient.

  • It'd be appreciated if comments were left in the discussion pages and edits by others are withheld unless requested.

Contents

General Helpful Bits

Random tidbits about MUSHClient features.

Keypad For Speed

 A great feature about MUSHClient is you can use the game drop down to go into configure then keypad
 and edit the commands your keypad inputs when numlock is on.
 I mainly use it with the default settings but with 5 set to "show exits".
 Invaluable for swift Exoma navigation.

Trigger Group Toggling Aliases

 So you can toggle any trigger group you've designated to turn on or off
 using aliases. All you do is set it to send to script, input the command
 you want to use and then to turn it off, you use the obvious below. To
 turn it back on, you use the other obvious example below.
 EnableTriggerGroup("aedabot",false)
 EnableTriggerGroup("aedabot",true)

Aliases

  • Power aliases, will be fleshed out more later.
  • To use any power alias, you must make a new alias, set its usage command and set it to send to script, then paste the entirety of the pastebin linked into the empty send: box.

The 'gatherjobs'

Pastebinned alias here.

  • Allows you to gather all arbitrage jobs from Losthaven's Square and then directs you just outside of the city.
  • Starts at Losthaven Square and has no prevention code to stop you from using it elsewhere.
  • Be careful because it can't be stopped once started, it must go through all of its commands. Seriously, just start at the square.


Triggers

Must import in MUSHClient through file > import > file > triggerfilename.mct

Aedarene Prayer Completer

Ritual of Prayer to Aeda auto-complete.

  • Because fuck having to write this ever again.
  • It should fill all subvocalizations necessary for you and fast.
Personal tools