Plugins
MUSHclient plugins
MUSHclient Plugins
This plugin is designed for MUSHclient to work on the Discworld Mud. It is provided by players for your use and are not connected to the Number Chasers club in any way. Please contact the plugin author for assistance with the plugin rather than anyone connected with this site.
Plugin Author: Garrion.
XP Graph
Shows the average xp per hour rate in a graph that updates every minute.
- Click the header to hide and show the graph.
- Click the header to reset the graph.
- Type "resetxp" to reset the XP counter from the command line.
- Click the 4 question marks to change the 4 colours of the graph.
- Colour changes are saved between sessions.
- The window resizes correctly now when the graph is collapsed.
Download: GarsGraph_v2.zip
Installation: Download and unzip the file provided into your plugin directory. On a standard set up
this should be: /Program Files/MUSHclient/worlds/plugins.
Open up MUSHclient and logon to Discworld. Then press Ctrl+Shft+P to open the Plugin menu and Add the
plugin.
XP Counter
Simple XP counter that tracks your average xp per hour, total XP and XP gained since last reset.
Download: GarsXP.zip
Installation: Download and unzip the file provided into your plugin directory. On a standard set up
this should be: /Program Files/MUSHclient/worlds/plugins.
Open up MUSHclient and logon to Discworld. Then press Ctrl+Shft+P to open the Plugin menu and Add the
plugin.
HP and GP bars
Simple gauges that show HP and GP percentages.
Download: GarsBars.zip
Installation: Download and unzip the file provided into your plugin directory. On a standard set up
this should be: /Program Files/MUSHclient/worlds/plugins.
Open up MUSHclient and logon to Discworld. Then press Ctrl+Shft+P to open the Plugin menu and Add the
plugin.
Map
Diverts the mud map to a miniwindow on the left had side of your screen.
Download: GarMap.zip
Installation: Download and unzip the file provided into your plugin directory. On a standard set up
this should be: /Program Files/MUSHclient/worlds/plugins.
Open up MUSHclient and logon to Discworld. Then ensure you have the following options set in the mud:
- options output look=verbose
- options output shortinlong=on
- options output map look=top
- options output map lookcity=top
- options output map glance=top
- options output map glancecity=top
- options output map written=off
Then press Ctrl+Shft+P to open the Plugin menu and Add the plugin and type "look".
If you want it to remove the map from the mud change this line: omit_from_output="n" to omit_from_output="y" in the multi_line_map trigger. This is not recommended! See the note below.NOTE: This plugin is still a bit buggy and will blank out every now and then if you have informs on. I am trying to fix the problem but the regular expression syntax is giving me trouble.