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...
Message search is now enhanced, find messages faster. Take it for a spin.

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 578 - 607 of 1722   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
578
... Actually nevermind, its something to keep in mind but again, thanks to the bilinguality of nakedmud I suppose its just as easy to use the python api and...
Travis
rahf_lives
Offline Send Email
Aug 2, 2006
3:43 am
579
Oops, meant to reply to this topic but I don't think I ever did. In short, no. It is a convenience for few but an inconvenience for many to make such a change;...
Geoff Hollis
silas_brogahn
Offline Send Email
Aug 2, 2006
5:19 am
580
I completely agree with the stand-aloneness concept. In fact, I was (and still am) hesitant about using MySQL for this same reason. Ultimately, though I just...
Travis
rahf_lives
Offline Send Email
Aug 2, 2006
12:31 pm
581
... Oops, forgot about it. I'm on vacation right now, but when I get back home (this saturday) I'll package the required stuff up and send it....
Geoff Hollis
silas_brogahn
Offline Send Email
Aug 2, 2006
4:09 pm
582
Okay, I've been using cygwin, on winxp. To make linking possible, I used the makefile settings from this mailing list, and I also moved all of the files from...
drakonnite
Offline Send Email
Aug 21, 2006
3:10 am
583
... DIR represents a directory in C. So you'll want to figure out what C header has this definition and then include it at the top of pyplugs.c. Or, probably...
Geoff Hollis
silas_brogahn
Offline Send Email
Aug 21, 2006
5:46 am
584
When will there be a building/commands guide available for the stock nakedmud commands?...
drakonnite
Offline Send Email
Aug 22, 2006
6:50 am
585
No idea. I believe Hera has done a pretty large addition to the current helpfiles. I have no idea where in internet space they are at the moment, though. If...
Geoff Hollis
silas_brogahn
Offline Send Email
Aug 22, 2006
7:05 am
586
Sorry for yet another question, but just wondering how would one go about deleting an item? Say through a junk command, so that said item doesn't sit there...
drakonnite
Offline Send Email
Aug 22, 2006
4:31 pm
587
consider looking at the "purge" command -- it is written in Python in the latest release. If you want a C version of it, look back a couple releases....
Geoff Hollis
silas_brogahn
Offline Send Email
Aug 22, 2006
6:20 pm
588
correction. I thought I rewrote the purge command in Python, but it is one of the builder commands I moved into the olc module. So look there for it in C. If...
Geoff Hollis
silas_brogahn
Offline Send Email
Aug 22, 2006
6:28 pm
589
Can someone please explain the char_vars module a little more clearly for me? I've been basically coding things in my modules in this order: 1. define the...
Jon Whitehouse
mud_dev
Offline Send Email
Aug 22, 2006
7:44 pm
590
The char_vars module was designed with temporary, on-the-fly creation of variables in mind. So, mainly for use with triggers. If you tried very hard, you could...
Geoff Hollis
silas_brogahn
Offline Send Email
Aug 22, 2006
8:28 pm
591
... Hera's helpfiles were on the group yahoo page but I don't see them now. Hera did you want to post yours again? If not I'll be more than happy to put mine...
Jon Whitehouse
mud_dev
Offline Send Email
Aug 23, 2006
2:25 am
592
ok. so its for temporary creation of variables. You mention triggers, I'm not following. I thought the scripting was done via python for stuff like...
Jon Whitehouse
mud_dev
Offline Send Email
Aug 23, 2006
3:10 pm
593
Well, I have a question, I used the auxiliary_exmaple as a guide to adding some character specific info, for example an integer value. However, when I saved,...
drakonnite
Offline Send Email
Aug 23, 2006
8:08 pm
594
... Triggers are Python scripts attached to objects, mobiles, rooms, etc... that 'trigger' when certain events happen (e.g. a character entering the room, an...
Geoff Hollis
silas_brogahn
Offline Send Email
Aug 23, 2006
8:34 pm
595
... It's kind of hard to tell. Don't really know what you're talking about. It would be easier if you could supply the code in question......
Geoff Hollis
silas_brogahn
Offline Send Email
Aug 23, 2006
9:07 pm
596
... Well, one quide I can offer is how to add more wearspots. OR I could just provide the module I used, and zip it all up, and then its done that way *shrugs*...
drakonnite
Offline Send Email
Aug 23, 2006
10:14 pm
597
Well, what happened was I had setrpp, and getrpp. I setrpp 10 and then, saved, quit, came back in, and typed getrpp. The value showed up as zero.The code is...
tyler laing
drakonnite
Offline Send Email
Aug 23, 2006
10:25 pm
598
Hi, I'm not Geoff's caliber but I am a pretty good C and Python coder. #1 - Geoff, is all this correctly fixed for Python? #2 - I did not see your attachment....
Brian Takle
btakle
Offline Send Email
Aug 23, 2006
11:01 pm
599
It doesn't look like you attached the txt file......
Geoff Hollis
silas_brogahn
Offline Send Email
Aug 23, 2006
11:21 pm
600
Here it is, sorry about that.<pre>"""cmd_emote override. Also has the class rppholder, trpp etc."""from mud import *from inform import *from mudsys import...
tyler laing
drakonnite
Offline Send Email
Aug 23, 2006
11:41 pm
601
I just downloaded the currency mod, by Hera, and I found that it requires cmd_manip.c... Just wondering if anyone knows how to update it?...
drakonnite
Offline Send Email
Aug 23, 2006
11:50 pm
602
One problem I see is that cmd_setrpp is treating arg as a string, but you are trying to store/read it as an int. That will cause problems. You need something...
Geoff Hollis
silas_brogahn
Offline Send Email
Aug 24, 2006
12:25 am
603
... Should be...
Geoff Hollis
silas_brogahn
Offline Send Email
Aug 24, 2006
12:27 am
604
I'm getting the following error. I haven't touched the say command. So I'm wondering if anyone else is seeing the same thing: All I type is say or ' with...
Jon Whitehouse
mud_dev
Offline Send Email
Aug 24, 2006
1:35 am
605
Ah, I found that bug. send_to_char is undefined, you need to use message(ch, None, None, None, False, "to_char", "But say what?!") instead. send_to_char is in...
drakonnite
Offline Send Email
Aug 24, 2006
1:53 am
606
whoops. Habit kicks in again on my part. All the send_to_char have been changed to ch.send for the next release....
Geoff Hollis
silas_brogahn
Offline Send Email
Aug 24, 2006
3:30 am
607
... Well, right now, anything we can get our hands on that doesn't already have a guide written (or that does, but a poor guide as is). Things that I think are...
Geoff Hollis
silas_brogahn
Offline Send Email
Aug 24, 2006
8:23 pm
Messages 578 - 607 of 1722   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