| Xpertmud - The Mud Experience | ||
| Project Help Development | Plugin Tutorial This tutorial explains how to create a little graphical Plugin for xpertmud. You should start by downloading the source code. 
 
 
 
 
 
 
 
 
 
 
 
 now the plugin is complete. "qmake tutorial.pro" and "make". 
 
 
 install the plugin: (paths are relative to prefix of xpertmud) tutorial.so and tutorial.la -> lib/kde3/ Tutorial.pm -> share/apps/xpertmud/perl/ Tutorial.py -> share/apps/xpertmud/python/ now all you need is a script using your plugin. 
my $healthbar=new Tutorial("Health:");
addTrigger('HEALTH','^Health: (\d+)/(\d+)',sub { ... 
   $healthbar->setMaxHealth(..);
   $healthbar->setHealth(..);
   ... });
For more information about plugins, ask in the forum or on the xpertmud-devel mailing list. | Mud Resources 
The Mud Connector Other Clients: Kmud Kmuddy KMC Thud BTSuite Battletech MUXes: Frontiers 3030 MUX Code 3030 Training |