Difference between revisions of "Tools"
		
		
		
		
		
		Jump to navigation
		Jump to search
		
				
		
		
	
 (→Spawns)  | 
				|||
| Line 28: | Line 28: | ||
** Matches regexp: ^(..) players.  | ** Matches regexp: ^(..) players.  | ||
** Matches regexp: ^(.) player.  | ** Matches regexp: ^(.) player.  | ||
* Public Channels: 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>  | |||
** Contains: gossips  | |||
** begins with: You gossip  | |||
** begins with: You auction  | |||
Revision as of 19:46, 23 June 2012
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
 
Auto Logging
There is a system alias called "atconnect" for the value of the alias use the following:
#log {%char %time( mmm dd yy)}
What the above line does is on connection to the mud server it will start a log in the zMud folder using the character name and date.
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 
 
 - Contains : ftells 
 - 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.
 
 - Public Channels: 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:
- Contains: gossips
 - begins with: You gossip
 - begins with: You auction