Search the web
Sign In
New User? Sign Up
moolist · MOO List
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

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 188 - 220 of 699   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
188
On my modified MOO server, the read() functions returns an empty string (immidiately) instead of waiting for input. This bug only exists when reading from a...
Luke7Jr
Offline Send Email
Feb 6, 2002
1:31 am
190
Hello, I was helping out a system administrator on a server by making a custom little MOO server (named Crystal), with alot of patches and stuff, and now, the...
entreido
Offline Send Email
Feb 11, 2002
12:21 am
191
Heya. I'm familiar with MOOs in the user sense. I've been hanging around the (now pseudo-defunct) MediaMOO for a few years now, and I'm thinking of setting...
wdmuskeyn
Offline Send Email
Feb 18, 2002
9:30 pm
192
... First, get a real core database :) Minimal.db is literally as minimal as you can have for a database. There's nothing in it whatsoever. No code. Zip. Zero....
Robert Sanderson
azaroth42
Offline Send Email
Feb 18, 2002
9:46 pm
193
... purpose ... Sounds alright, although a mud-like environment isn't what I'm going for. In any case, I'll keep those in mind. Where can I find yours? ... ...
wdmuskeyn
Offline Send Email
Feb 18, 2002
10:23 pm
194
You might take a look at http://www.moo.mud.org. It's got links to a couple of different MOO cores, the MOO-cow and the Newbie Archwiz FAQs, and the MOO-cow...
John Walter
walterj.geo
Offline Send Email
Feb 18, 2002
10:41 pm
195
... ftp://ftp.o-r-g.org/pub/moo It has some Roleplaying enhancements, but mostly it just tries to be a friendly interface regardless of the background of the...
Robert Sanderson
azaroth42
Offline Send Email
Feb 18, 2002
11:33 pm
196
I'm trying to get a java applet on my MOO's website so it can be used to connect/telnet to the MOO. I've been looking around for one for awhile already. Does...
hank_shih
Offline Send Email
Feb 21, 2002
8:12 am
197
Is it possible for a WinMOO Server to get a patch to allow waif support? Does anyone possibly have one compiled? :P Any input would be great. I also want to...
hank_shih
Offline Send Email
Feb 21, 2002
8:22 am
198
... I know virtually no Linux, either, so I think I can fill in those steps that the instructions neglect. Assuming you 1) have access to a machine already...
geocorona
Online Now Send Email
Feb 21, 2002
2:59 pm
199
try: http://moo.kcc.hawaii.edu/~moo/MOO/files/documentation/wizbasics.html and http://moo.kcc.hawaii.edu/~moo/kccmoo/download/ Aloha Applet comes with the web...
rv
eru666rv
Offline Send Email
Feb 21, 2002
9:28 pm
200
All very nice, but... I'd like a WinMOO server with waifs too. I only have one computer. I'd like to play with my own private MOO for highly experimental stuff...
Foo
wfu1008@...
Send Email
Feb 22, 2002
12:39 am
201
RV, I imagine the aloha server should open a listening port different than the MOO's telnet port. Is this true? And does the java applet (& pics directory)...
geocorona
Online Now Send Email
Feb 22, 2002
3:26 pm
202
I use a Java telnet applet on my website. For security reasons, it will only connect to the machine its hosted on (so your java applet can't be used to connect...
Johnny
Yamazaki00
Offline Send Email
Feb 22, 2002
5:21 pm
203
George, ... the pics shouldn't matter; as far as I know the applet should work as well as long as you put the entire path into the HTML files, as well as in ...
rv
eru666rv
Offline Send Email
Feb 22, 2002
5:50 pm
204
... and yes, apache or alike webservers is needed to serve the above ones ($aloha.html_path refers to a drwxr-xr-x public_html dir). Namárië, -rv, ...
rv
eru666rv
Offline Send Email
Feb 22, 2002
6:06 pm
205
Does anyone know how I could get the objid of the current object that the verb is being called on, from parser.y? I know how to set the object to a specified...
Daniel Perry
entreido
Offline Send Email
Feb 23, 2002
3:33 am
206
I assume that "parser.y" refers to C file that gets compiled into the moo core? ... From: Daniel Perry To: moolist@yahoogroups.com Sent: Friday, February 22,...
Johnny
Yamazaki00
Offline Send Email
Feb 23, 2002
4:42 am
207
Parser.y is the YACC grammar definition file for the MOO language parser. ... From: Johnny [mailto:johnny@...] Sent: Friday, February 22, 2002 11:42 PM...
Daniel Perry
entreido
Offline Send Email
Feb 23, 2002
8:50 pm
208
Thanks for the answers. After installing it all, I found that the machine's administrator doesn't want me adding any more files to be served by Apache, so I...
geocorona
Online Now Send Email
Feb 25, 2002
5:51 pm
209
Two new files have been added at http://members.aol.com/geocorona/rpgmoo.html 1) patch__2.txt <= minor bug fixes. 2) ansihtml.txt <= Adds ANSI color to HTML...
geocorona
Online Now Send Email
Feb 28, 2002
7:49 am
210
I've got instructions for compiling MOO for Mac OS X at: http://cerebus.sandiego.edu/~jerry/UnixTips/MOO.html. Comments appreciated. Jerry...
carollynnepurcell
carollynnepu...
Offline Send Email
Mar 24, 2002
7:51 pm
211
Working on a custom character generator.. Can't seem to set working aliases to the new characters. When I check the property, the correct alias is "there",...
OdysseyA13@...
mystique_erin
Offline Send Email
Apr 30, 2002
5:12 am
212
... First of all, stop posting HTML messages (and yes, Yahoo has ways of turning off Rich Text Format, look for it.) Second, you can't just add aliases to the...
Ashley M. Kirchner
ashley@...
Send Email
Apr 30, 2002
6:44 am
213
You might wanna try as well MOOprog (http://www.egroups.com/group/mooprog) list for programming oriented questions; you might get other chances there. Aloha, ...
rv
eru666rv
Offline Send Email
Apr 30, 2002
8:20 am
214
Odyssey, As suggested #obj:set_aliases() should do it, use a list as argument, containing each alias in string. ex: ;#1234:set_aliases({"alias1", "alias2"}) ...
rv
eru666rv
Offline Send Email
Apr 30, 2002
8:23 am
215
Also, if the player character that owns your character generation verb isn't a wizard, setting aliases will only work for the verb owner. If you're not a...
geocorona
Online Now Send Email
May 2, 2002
1:36 pm
218
Looks like it's time to start moderating this list. At least whoever owns it should take a serious look at who can/can't upload files. While we're on the file...
Jeff Cooper
jbcoops
Offline Send Email
Jun 9, 2002
7:20 am
219
... I can simply disable uploading. I haven't figured out how to disable the upload notification, which would eliminate the problem, since I could delete the...
Rachel
rachelring
Offline Send Email
Jun 9, 2002
8:10 am
220
... I've heard of various projects with the name, being various attempts to link MOOs together in various ways. Recently I've thought more about this, after a...
Robert Sanderson
azaroth42
Offline Send Email
Jun 9, 2002
1:48 pm
Messages 188 - 220 of 699   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