Search the web
Sign In
New User? Sign Up
nakedmud · NakedMud Developer's Group
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 512 - 541 of 1721   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
512
Just trying to script up some common tasks for players to do and no matter how I reconfigure this script, I seem to get memory leak warnings. Can someone who...
hera_of_athens
Offline Send Email
Jun 3, 2006
10:56 pm
513
I'm not sure where the problem lays yet, but it is not your fault. It is an issue with some of the code I have written. I'll note this and get around to it for...
Geoff Hollis
silas_brogahn
Offline Send Email
Jun 4, 2006
2:06 am
514
Hi all, I am interested in creating a mud using nakedmud with a space system, and a 3d environment allowing players to see there surroundings as opposed to...
Canyon Sullivan
canyonsullivan@...
Send Email
Jun 4, 2006
10:17 am
515
Hi all, I am new to nakedmud and haven't searched for information on how to do this in a while so sorry if this information is already available. From the...
Canyon Sullivan
canyonsullivan@...
Send Email
Jun 4, 2006
10:47 am
516
... I would like to have another version done by September, before I head back to school. But no promises....
Geoff Hollis
silas_brogahn
Offline Send Email
Jun 5, 2006
6:52 pm
517
I saw that the question of linking one zone to another was brought up but I did not see an answer anywhere. Currently when trying to create an exit in a room...
twystedpair
Offline Send Email
Jun 8, 2006
4:10 am
518
Hi all, I am just getting back into NakedMud coding and I fancy trying to get all my game code into python scripts... I have just been playing around with it a...
Ben Longden
ciathra
Offline Send Email
Jun 19, 2006
10:52 pm
519
Quick update on this one... I tested the example in the 'embedding python in nakedmud' docs (setaux and getaux commands). setaux seems to work ok - and I get a...
Ben Longden
ciathra
Offline Send Email
Jun 20, 2006
12:58 am
520
Welcome to the club! I am with you in that (a) you work on a Debian-based system and (b) you cannot make Python storage work. I "solved" this problem by...
Brian Takle
btakle
Offline Send Email
Jun 20, 2006
1:46 am
521
Strange - the bug seems to have appeared somewhere between version 3.0 and version 3.1 as my python code works perfectly on the 3.0 base (just tested it now). ...
Ben Longden
ciathra
Offline Send Email
Jun 20, 2006
2:04 am
522
There is a Python YAML package on the interwebs somewhere. Very easy to implement, although IIRC it did not work with "new style" objects. I agree with you on...
Brian Takle
btakle
Offline Send Email
Jun 20, 2006
2:04 pm
523
Actually, implementing sockets in Python is not really that bad. Nor do I intend to draw others away from NakedMud, that would be silly, I'm writing on the...
Patrick M. Nielsen
thirsteh
Online Now Send Email
Jun 20, 2006
3:41 pm
524
Hi all, Yes, this is an issue pointed out by numerous people and I apologize for its existence. I've yet to find the cause of it, but if noone beats me to it,...
Geoff Hollis
silas_brogahn
Offline Send Email
Jun 20, 2006
11:18 pm
525
... I've found the source of this bug, and it will be fixed for the next version of NakedMud. For those of you who want to apply the fix now, it is very easy: ...
Geoff Hollis
silas_brogahn
Offline Send Email
Jun 26, 2006
9:48 pm
526
I haven't verified the fix, but nice find if it's solved. -B...
Brian Takle
btakle
Offline Send Email
Jun 26, 2006
9:55 pm
527
... The bug is fixed, and will be included in the next version. For those of you who want this fixed now, change line 428 in scripts/pyroom.c from: dest =...
Geoff Hollis
silas_brogahn
Offline Send Email
Jun 26, 2006
10:09 pm
528
I have begun putting some serious effort into preparing for the next version of NakedMud. The bulk of the release will be more functionality on the Python end...
Geoff Hollis
silas_brogahn
Offline Send Email
Jun 27, 2006
10:58 pm
529
Hi guys. I have rewritten the how-to and introduction page for my NakedMud module 'md5crypt'. I have not done any changes to the source in the module, but the ...
Patrick M. Nielsen
thirsteh
Online Now Send Email
Jun 29, 2006
8:16 pm
530
I'd like to see help files restricted by group membership if at all possible. Also, if there would be a way to set doors and containers to default closed on...
hera_of_athens
Offline Send Email
Jun 30, 2006
6:54 pm
531
... Ok, I'll see what I can do. ... This should already be doable, both through the reset menu and through scripts. In the reset menu, load/find the exit/obj...
Geoff Hollis
silas_brogahn
Offline Send Email
Jun 30, 2006
7:36 pm
532
How about fixing a spelling typo :) change UNCONCIOUS in all the files with UNCONSCIOUS heh. minor thing really, but would be nice :)...
Jon Whitehouse
mud_dev
Offline Send Email
Jul 1, 2006
1:37 am
533
Ahhh, I must have been blind not to see the 'close exit or object' option in the reset menu. But it seems to defaul to exit not object. I'm trying to close a...
hera_of_athens
Offline Send Email
Jul 1, 2006
7:32 am
534
Now that you say it like this, I realize it's not as intuitively done as it could be. This is how it works currently: load the object. And then go into that...
Geoff Hollis
silas_brogahn
Offline Send Email
Jul 1, 2006
7:41 am
535
I assume most of the documentation I've written to date will still apply (although new content will certainly have to be written to describe the recent...
Geoff Hollis
silas_brogahn
Offline Send Email
Jul 2, 2006
3:08 am
536
It's been close to half a year since my last update to the codebase, but this one is well worth the wait! I've spent a great deal of effort into making Python...
Geoff Hollis
silas_brogahn
Offline Send Email
Jul 2, 2006
3:18 am
537
New version looks good. However, I've had a few issues with it... I patched it and I'm getting this in my log: Jul 2 00:53:53: Error loading module, cmd_misc:...
Jon Whitehouse
mud_dev
Offline Send Email
Jul 2, 2006
5:09 am
538
... This doesn't happen in the stock release. Have you perhaps twiddled with positions/position names in your mud?...
Geoff Hollis
silas_brogahn
Offline Send Email
Jul 2, 2006
5:20 am
539
... Nope. The only thing I've added was the md5 encryption module, the webserver module, and the mail module from the tutorial. That's pretty much it. I even...
Jon Whitehouse
mud_dev
Offline Send Email
Jul 2, 2006
5:27 am
540
... something is definitely amiss then, since v3.2 should not be compatible with the webserver module at all. You shouldn't be able to compile. I made a small...
Geoff Hollis
silas_brogahn
Offline Send Email
Jul 2, 2006
5:50 am
541
... Check this out..this is strange: I downloaded a fresh copy of 3.2 full, changed the location for my python in the scripts/modules.mk, compiled clean, ...
Jon Whitehouse
mud_dev
Offline Send Email
Jul 2, 2006
1:52 pm
Messages 512 - 541 of 1721   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help