I was taking a dive into NakedMud (again), dismayed and discouraged by all the green - don't get me wrong, I like green, but I don't like leaking green ;). I...
I do apologize if this seems like a basic question. I know that there is a large section of documentation for this function but even when I follow it, I still...
I tried to store a bit of aux data on an object, and it works. But then this line throw an error: a=item.getAuxiliary("Price") Then it says that "obj.Obj does...
Whoops. In my haste for the last version, I forgot to write a getAuxiliary in Python for objects or rooms. I'll get this done for the next version. In the...
in C or in Python? There should be numerous examples throughout the code for either case. If that doesn't help, perhaps provide the code in question so we can...
I found the issue. First of all I had multiple return arguments needed when I only provided one argument. Second, the item returned is in a list usually, and...
Problem is: I don't get an error. I have ch.sends that show me the data it tries to add, then later on, when I do self.val.sets() it returns nothing. It...
Hi maybe I'm just not very smart, but I'm trying to add races via a module. I know I did the module part of it right, it's just the racelist.c file I am having...
How would one go about setting auxiliary data on npcs/objects? I've found that the data does not stay, in the case of npcs, or having the data apply to all...
n00bh4x works fine, I just moved some of the files recently, didn't know people were still looking that stuff up. www.n00bh4x.net/xyz/random/prompt-reset.txt...
Oh, yeah, the frontpage was down for a while as well, but should be all good now. As for the MD5crypt tutorial, I've put it in the NakedMud Yahoo Files group ...
Hello everyone. :D Let me start out by saying that I'm new to this particular codebase. I've been playing around with building a very custom mud for awhile,...
Hi, and welcome! I am kind of a "retired" NM coder, but I still read the list and help where I can, much to the chagrin of everyone else :) I did some work...
I was looking through socket.c, and I found a spot where soem code was commented out, that concerned putting the normal code at the end of everything. I...
I actually did read through the posts that you are talking about... I wasn't totally sure at the time if that was what I was looking for; I'm not totally...
No problem! I sat thinking for a few minutes, about the color codes, and I decided to explore what was going on, and I found those three or so lines, and after...
To do what you're wanting to do in Python is a bit challenging at the moment, but I am in the process of rewriting the input handler to better accommodate for...
Hi, I have DLed and gotten up and running NakedMud with a litle help from Geoff (thanks!). So far, I am totally impressed :) My aim is for a somewhat distopian...
These I can answer easily. 1) adding zones. Simply go zedit <new zone name> No outside the mud file editing needed! 2) type copyover Anything else? And for the...
Yes, it's generally safer to use the OLC to create areas/rooms/mobs/etc. Then the mud will take care of the formatting for you. One little missing character...
Yes, it's generally safer to use the OLC to create areas/rooms/mobs/etc. Then the mud will take care of the formatting for you. One little missing character...
... Nothing mentioned in the log (that is in /log/date.log). Thanks for the tips about the zedit command, I am more of an offline coder though generally,...
Can't edit my message, so I will double-post to ask if I mgiht be writing my files in the wrong format, I been saving them as ANSI, should I use something...
... Are you editing them in windows and then ftp'ing them to a unix box? If so... there is your problem. You will need to run this from your command prompt on...