Perhaps I need to research a little bit more before I ask, but i'm being quite lazy today and decided to just ask. I've recently converted most of my code from...
... command triggers have been removed from the codebase. Now instead, you can attach python functions to rooms to act as commands. It goes something like...
Thanks, Geoff. I popped open pymud.c and pyroom.c but before I scanned them I got pulled off to watch "Memoirs of a Geisha" *grin* Anyways, at least I don't...
-- Odd, I truly thought I just posted this -- Anyways, I was a little too quick on the draw. Either I have just gone absolutely bonkers and haven't the first...
I added the code in and used rreload, it had no affect and did not add the command, giving me my error message. It did work after a copyover, i'll see if I can...
I've been working on my newuser login sequence which includes rooms that the user selects options from a menu (instead of being a "handler", since I like this...
I was pretty sure that it has been mentioned as one of the benefits of using abstracts was that scripts could be inherited through them. This just doesn't seem...
... This should be working. I use this technique heavily on my mud and it works all the time. ... Are you remembering to reload the inheriting rooms? If yes,...
Ahhh! I somehow got it in my head that since the descriptions update from prototypes immediately that I didn't need to do rreload. Problem solved, hours...
All, I'm new to NakedMUD but am a long time programmer in the ROM MUD community. I've ran my own mud for the past 10 years or so and am just tired of ripping...
Hey Jon, welcome to the community! Hopefully we can all make you feel ... Yes ... It's a mix of both, but you're going to find more experienced programs than...
Hi, Jon. I am here as well. I am a new participant like yourself, but I've programmed MUDs since about 1990. Right away I raised a bunch of issues and I was...
Brian, Very interesting about the python. So are you using NakedMUD as a base and building everything else in python? I'm having similar thoughts as I am...
... Cool. We will look over the todo list and see about helping out. :) ... Cool. I'll see about getting those written up and sent over as well. Looking...
Eh, no not exactly. At first I was doing exactly what you describe, but after a point I felt like I was ultimately retrofitting too much C code to accommodate...
Welcome to the group! I am one of those lurkers mentioned by BT. I enjoy using NakedMud and have changed scores of things over to the python code. My main...
Welcome to the group! I've been working on Athens for about 2 years now, so I guess I'm still a newbie coder. I'm sure with your experience, you'll have no...
... I've yet to see this problem myself, but I will look into it the next time I touch NM. ... You will probably want to toy around with the "find" reset...
Greetings! Not only new to group, new to Naked Mud, also new to programming. Want to thank everyone for the insightful posts in the archive, I have been wading...
You could password protect the character creation process, that way you could control who can make a character by only giving the password to the parents you...
Here's how we keep out the public while Athens is being worked on... We always have the mud locked down so that only those in the group 'playtester' or above...
Some good suggestions so far. Let me add another one that I have used and it works quite well. What I would do is simply create an authentication system. This...
Thank you all for the helpful posts! Now that i know it is possible to code in limited authorization, time to start on content. (or at least wade through alot...
Hello folks, Im new to the group and new to Naked Mud Code. I have some basic questions that I could not find on the website, though I might be looking in the...
Greetings! We're very Naked here. It allows for very customized muds really. I'll hit your questions in order. Stock NakedMud comes with: Classes - No....
Thank you very much for the quick reply and answers to my questions. Other then the files here, and I checked the link page, what other websites that you know...
My site has one that allows you to convert from standard crypt() password encryption to MD5 hashes, which is supposedly safer. Hopefully, I'll add more in the...