Difference between revisions of "Tools"

From The Final Challenge Wiki
Jump to navigation Jump to search
Line 20: Line 20:
* Who output: In the address box create a spawn call 'who' and add the following patterns.  This will route the output of the 'who' command to a separate window.  Set the maximum lines to 100:<br>
* Who output: In the address box create a spawn call 'who' and add the following patterns.  This will route the output of the 'who' command to a separate window.  Set the maximum lines to 100:<br>
** Matches regexp: ^(...) \[ (.+) \](.+)
** Matches regexp: ^(...) \[ (.+) \](.+)
** Matches regexp: ^(.+) players.
** Matches regexp: ^(..) players.
** Matches regexp: ^(.+) player.
** Matches regexp: ^(.) player.

Revision as of 20:56, 6 February 2011

ZMUD Tools/Tips/Macros

  • "Panic/Escape" Macro
    • Create a new macro, assign a button. (IE:F12)
    • Enter in commands:
    • flee;take recall bag;quaf recall
    • (if you have them in a bag; it's best to keep two in inv)
    • Then click save macro

MUSH TipsTools/Tips/Macros

Atlantis Tip Tools/Tips/Macros

Spawns

Atlantis allows you to filter the incoming lines and redirect it to a separate window or a "Spawn".

  • Ftell Channel: In the address book create a spawn called 'ftell' and add the following patterns. This will route all the ftells to a separate window. Set the maximum lines to 100:
    • Contains : ftells
    • Begins with: You ftell
  • Who output: In the address box create a spawn call 'who' and add the following patterns. This will route the output of the 'who' command to a separate window. Set the maximum lines to 100:
    • Matches regexp: ^(...) \[ (.+) \](.+)
    • Matches regexp: ^(..) players.
    • Matches regexp: ^(.) player.