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 your group to be featured on the Yahoo! Groups website? 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 629 - 658 of 1721   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
629
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...
Patrick M. Nielsen
thirsteh
Online Now Send Email
Sep 7, 2006
1:56 pm
630
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...
drakonnite
Offline Send Email
Sep 7, 2006
4:15 pm
631
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...
drakonnite
Offline Send Email
Sep 10, 2006
1:10 am
632
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...
hollis@...
silas_brogahn
Offline Send Email
Sep 10, 2006
2:23 am
633
Basically when I try to add a set, containing single string to a storageList... it doesn't work. Heres the code: set = storage.StorageSet() ...
drakonnite
Offline Send Email
Sep 11, 2006
2:25 am
634
What's the error you get?...
Geoff Hollis
silas_brogahn
Offline Send Email
Sep 15, 2006
1:29 am
635
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...
Geoff Hollis
silas_brogahn
Offline Send Email
Sep 15, 2006
1:41 am
636
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...
drakonnite
Offline Send Email
Sep 15, 2006
5:42 pm
637
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...
drakonnite
Offline Send Email
Sep 15, 2006
5:49 pm
638
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...
hshadow628
Offline Send Email
Sep 26, 2006
3:09 am
639
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...
drakonnite
Offline Send Email
Sep 27, 2006
2:52 am
640
The file isn't there... perhaps a repost? Btw, hasn;t noob4x crashed permanently?...
drakonnite
Offline Send Email
Oct 1, 2006
5:41 am
641
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...
Patrick Mylund
thirsteh
Online Now Send Email
Oct 1, 2006
8:42 am
642
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 ...
Patrick Mylund
thirsteh
Online Now Send Email
Oct 1, 2006
8:47 am
643
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,...
Blues Zodiakos
zodiakos
Offline Send Email
Oct 6, 2006
4:47 pm
644
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...
Brian Takle
btakle
Offline Send Email
Oct 6, 2006
5:06 pm
645
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...
drakonnite
Offline Send Email
Oct 6, 2006
6:00 pm
646
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...
Blues Zodiakos
zodiakos
Offline Send Email
Oct 6, 2006
7:06 pm
647
That was actually one of the first changes that I made to the code, based on your findings. XD Good job on that, by the way. :D...
Blues Zodiakos
zodiakos
Offline Send Email
Oct 6, 2006
7:06 pm
648
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...
drakonnite
Offline Send Email
Oct 7, 2006
12:26 am
649
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...
Geoff Hollis
silas_brogahn
Offline Send Email
Oct 7, 2006
5:55 am
650
I don't know how exactly to give C access to the python stuff, but it's certainly a place for me to start! Thank you very much for the help. :D...
Blues Zodiakos
zodiakos
Offline Send Email
Oct 13, 2006
5:40 pm
651
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...
nakedmudder
Offline Send Email
Oct 21, 2006
11:43 pm
652
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...
drakonnite
Offline Send Email
Oct 22, 2006
1:12 am
653
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...
Mat Allen
vaz_aranni
Offline Send Email
Oct 22, 2006
2:17 am
654
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...
Mat Allen
vaz_aranni
Offline Send Email
Oct 22, 2006
2:27 am
655
... Check the log file. It should give you a hint as to the problem....
Geoff Hollis
silas_brogahn
Offline Send Email
Oct 22, 2006
2:28 am
656
... 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,...
nakedmudder
Offline Send Email
Oct 22, 2006
12:18 pm
657
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...
nakedmudder
Offline Send Email
Oct 22, 2006
1:50 pm
658
... 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...
Jon Whitehouse
mud_dev
Offline Send Email
Oct 22, 2006
2:54 pm
Messages 629 - 658 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