The below program will add an entry (such as do_lookabout) into the tables file and header file. This program will start off working with SMAUG and some other DIKU derivatives in the start, but I hope to make it work with every mud that works with the similar layout. For now, check the list of known working Bases, and PLEASE read the REQUEST and HOTWO files in the distribution. Lastly, this is a stand alone program and has a different license than DIKU derivatives. The GPL license is a free to use license, but there are differences mainly in charging and a few other things. If you have never read the GPL license, make sure to check it out. Thanks, and please, if you find a bug, please notify me. You can find the email address if you go back to www.rafermand.net or read the files in the distribution. Thanks.

Insertskills.tar.gz

After downloading type this to extract it.

tar -xvzf insertskills.tar.gz

NOTE:  Due to the formatting specifics of this snippet, I am willing to help install it if you choose to run this code.  You need to send me your tables.c and mud.h files to xerves@rafermand.net.  I will try to format your files and send them back to you in a day or two depending on how busy I am.  I encourage you to try it first though, since I do not have a ton of time (but if you fail I am sure to help you).  Here are some tips though...

1.  Make sure you have no /* before any entry in mud.h or tables.c.  Change these to //.  I know atleast one entry (I think opentourney) is like this in both mud.h and tables.c

2.  Make sure you put the Numbered comments in the EXACT place, or it will not work!

3.  In the case segment in tables.c, the z case might not have a break at the end of it, make sure to add that break!

Thanks for your interest in this snippet.