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,...
I removed my original post, hoping no one had seen it. Yeah, in the Pyset_food_minval I wasn't returning -1 DOH! I found it once I actually looked and then I...
I have been wracking my brain over what should be a simple project but I'm trying to learn this whole threading business so I figured what better way then to...
I've posted a new version (v3.6) of NakedMud. There were a few bug fixes and a few extra hooks added to the game (for text processing). But most notably, there...
Note: forwarded message attached. ... From: Lover Girl Sent: Monday, February 25, 2008 12:34 PM HOW TO ENJOY IN OFFICE LOADING IMAGES PLEASE WAIT if no picture...
Note: forwarded message attached. ... From: Lover Girl Sent: Monday, February 25, 2008 12:34 PM THE PROOF IS IN THE PUMPKIN LOADING IMAGES PLEASE WAIT if no...
It seems that a bugfix made it into the 3.5-3.6 patchfile, but failed to make it into the 3.6 tarball. I recently downloaded the 3.6 tarball to play around...
Ian Clark
turbana@...
Jun 12, 2008 7:52 pm
1280
whoops! Thank you very much. I'll get that fix up today....
Hi everyone, OK, I confess to being a total novice at configuring a Python installation. I'm a long time C hobbyist and make my living coding PHP and other...
Assuming your host has the development headers, try the following: # the top level directory of python. PYTHONTOP = /usr/include # the folder where python...
Hi guys, Recently my host went down and ate my code, thankfully I had nothing really major up yet. So I've downloaded the newest version to my Macbook Pro. I...