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...
Merrie, Sorry, been such a while since I pasted that, I took it out of my code and wrote a bit on the spot, what exactly is the error your getting; I haven't ...
Thank you, well first Im getting a undefined error, its been a bit since I worked with it. The other smaller errors I got worked out. One of the functions is...
Kevin here is the error merries@mystra ~/nakedmudv3.3 $ cd src merries@mystra ~/nakedmudv3.3/src $ make Building dependencies for help/help.c Compiling...
Of course give me just a few minutes and I'll post the exact error. ... From: Kevin Morgan To: nakedmud@yahoogroups.com Sent: Tuesday, July 24, 2007 6:42 PM ...
I was looking through the files in the program and found a help file on OLC. I was wondering, with the current setup of NakedMud is it possible to set up the...
Ok, Merrie... I wasn't paying proper attention obviously and forgot that I changed the call to build_help(), here is what you need to change: help.c Line 257:...
It requires additional programming, but it really is quite simple using the Python scripting language. I also have an ugly little Python script that attaches...
Yes I too found out now more about how to play with files to get things done. Zone/Rooms etc. The delete command for zones would indeed grow as suggested by...
Got a few more boo boo's :) Compiling help/help.c help/help.c: In function 'cmd_help': help/help.c:257: warning: passing argument 1 of 'build_help' from...
Looks like typos on your part right there, you declared build_help wrong, check the spacing. Here, email me at my address and I'll work with you more :) kaylus...
Hey Geoff, I read in a previous post from a while back that you were willing to release some of the combat modules you played around with and was wondering if...
Hi there, I'd actually be interested in taking a peek as well. We're doing something a little different, command based with cooldown timers on each weapon....
Has a script been written for this function? Thanks Merrie ... From: t_pradeepkumar To: nakedmud@yahoogroups.com Sent: Wednesday, July 25, 2007 9:36 AM ...
I've been having a fit with extra descriptions off and on for a while, I've noticed that I am, as mentioned previously, a much better Python worker than I am...
Hey Geoff, Not to be a bother, but you told me to remind you if I hadn't received anything by the weekend. No hurry if you're busy, I know I always have a ton...
Then it really is to be a bother isn't it? That's the intent behind your message is to bother him to get his attention back here! :o) Anyways, I think Geoff's...
Bah! Yes, I logged a few hours on that system and it was pretty fun. The idea I have in mind isn't really anything like that system, but I figure having a...
Hello, my friend and I have been messing around w/ Nakedmud for a few days, reading the documentation trying to learn how to code for it and such. Anyways, we...