Note: forwarded message attached. ... From: Lover Girl Sent: Tuesday, October 02, 2007 7:18 PM Desi Hot House wife Pictures (Please let the pictures open....
Haven't seen much activity from the mailing list in a little while; just figured I'd give it a poke! What's everyone up to? Any interesting development? While...
I mostly lurk due to work concers lately. Not that I post much when I have free time mind you. ;) Maybe we can get a new buglist thread going on, get an idea...
I've been working (slowly) on my requirements documentation for my mud project. In between, just figuring out how it all works. Specifically, the world I'll...
Beltanin... Beltanin... this name sounds familiar. You either played Aeonian Dreams or Eclipse of Fate, right? Sounds like a very cool project. I am a big fan...
... Yes Alister, I've been a long time player of AD, and I remember you well. In fact, there's even a special statue at recall of you. These days, I don't...
I've been watching it for a long time now. Essentially waiting for it to mature and to get the courage up to actually start my first project. I once thought...
Well, I wish I had more time to work on my MUD project with this. I've been so busy with school for a while now that I can't seem to find time to dedicate to...
Greetings, I have been playing with NakedMUD of and on for a while, and finally have a project that I can sit down and work on with it. I have a couple things...
... Yeah, this is something I've wanted for awhile too, but just never thought of a good way to work it into the editor. The best I've come up with is some...
... I tried the moving the character to the room, and force looking. t didn't set off the enter script. I also have tried the me.room.dig() and get: [LOG:...
After taking a somewhat lengthy hiatus from tinkering with NakedMUD I decided to bite the bullet and fully fund a project. So now I am 'pot committed' as the...
I have been peeking in on and off. Had to take a bit of a break myself to open up a small business. I should be getting back into the swing soon, now that...
Hi everyone, I'm another Admin joining. I started programming /in/ python, (which is really easy, i love it :) And text based games are the easiest to make,...
And another problem.. I was messing with the pcedit, to be able to change the prfs and usergroups on a char, but when i try to read them, for the menu: <code> ...
... To set the characters anything you have to go to src/scripts and set up the py values (not just for the money, but for the stats as well) You also have to...
... The stats module, for setting the stats has to include the references in set_val/set_val.c. I also included them in pychar (for setting with pymodules)....
... I had this problem before too, but I can't remember what I did. I will be setting up some flags, clans etc again probably within a week and when I do come...
The first 'new' features I implemented were mstat, ostat, pcstat, along with the additional variables I wanted to be saveable/editable for each, including...
That is kind of weird. It seems like a Python problem, since it's happening when the check for cr == False is made. Have you tried updating to the newest...
bitvectorGetBits writes the bits to a static buffer. So what's happening is that you're writing the user groups bits, then overwriting them with the prfs bits,...