Hi Geoff, I downloaded and started on my server v3.1 or 3.2 I forget which now. I am interested in posting help files, documents for the editors etc. I was...
Well, guess these are just notes to myself. Finished the help files on all the commands. I have implemented a dozen or so commands of my own I need to weed out...
Grr, sorry for the delay. I apparently disabled my email client from being able to receive from this email address. To address some stuff: If you want to write...
I uploaded a help file. Should cover everything and I hope I got everything out that I added for my own place :) Just to let you know. I copied the time stamp...
I just joined the list after downloading and looking at Naked Mud. Thank you for posting that help file! I will be sure to look over the archive before I ask...
Hi folks, this seems a simple question and I did a search for it but I was not sure so Im posting it here. If I want to update the help file, do I just FTP it...
Hello! Is there a way to delete a section of the help files from within the client? I have tried to manually revise the help file and then re-upload it and...
Merrie, The client isn't shutting down the server itself is acting up. This is due to the way that the files are saved and read by the server. When you...
Hello! Thank you for the continued help. When you add a new help file, does the main 'help' listing auto update? I am guessing not. What file would I add the...
Actually it appears it auto updates so disregard this message thank you! Merrie S ... From: Merrie To: nakedmud@yahoogroups.com Sent: Friday, June 29, 2007...
Hello... Thanks for the help ahead of time. I would like to separate the wiz help topics from the player help topics. I did a few experiments and failed :)...
Merrie, Actually this functionality is in it already I believe, the ability to set access levels on each individual help file. I've modfied my help code to ...
Kaylus thanks for that info, I am also looking for how to set up a wiz help file? Do I make a document with all the wiz help files in it? How do I format it?...
Merrie, That's what I was saying -- perhaps I'm misunderstanding you. I was referring to the fact that I have modified my help command to only show items that...
Ooo got you, so I only need the one help file, wonderful... Now I understand completely. Thank you, yes I look forward to hearing from you later when you get...
*Note, this code works, I'm not claiming it is ideal, if you have modifications -- have at it. Yes, it is in the help.c file. The default mudlib contains the...
I am writing a python script to roll dice, my question is: What files should I import? Example: from utils import * I know I have to include: from mudsys...
Hi Kaylus thanks for the script, I only had a few small errors I had to debug even though I not a C programmer. (Took a course so Im familiar with it, that...
Sorry I haven't had time to finish up on the building helps (which aren't in game help files, just text files). Real life for me is four kiddos and a home...
Hello all I am a newbie to MUD development. With the help file posted by Diva(thank you), I was able to start of pretty well. 1. I would like to know how I can...
I wrote a patch, so that you can use zedit delete <zonename> I hope this is the place where everybody can get it. I just used the surrounding code in...
... 1. I don't have a zdelete command either, I was removing them from the files themselves. If you do attempt to edit the files make sure you run in debug...
1. I'll write a junk command. Not sure how that slipped by me. 2. With nakedmud's zone structure, a zdelete command is harder than it sounds. I'll think about...
This is my version of your patch. I changed it so a user would have to put a zone in. I feel this would avoid accidental deletions of the zone that the user is...
Kaylus gave me the below code to separate the help files but Im having some trouble with it. Could someone kindly take a look at it and add or adjust anything...