Skip to search.
MOOprog

Group Information

  • Members: 7
  • Category: Software
  • Founded: May 10, 2000
  • Language: English
? 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.

Messages

  Messages Help
Advanced
Messages 125 - 154 of 154   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
125 Mail Relay
thedaimyo Offline Send Email
Oct 29, 2002
2:02 pm
I'm certain #10:create, #10:connect and #0:do_login_command don't. I don't know what else might be called. I was able to fix the problem by adding a...
126 botisdale Offline Send Email Nov 23, 2002
11:59 pm
I've increased these on the System Object, but it looks like the MOO is still using the old values. What am I missing? thanks...
127 botisdale Offline Send Email Nov 24, 2002
5:29 am
I just discovered $server_options. Never mind... ... MOO...
128 Bryce Lynch
proteus_child Offline Send Email
Nov 24, 2002
8:52 pm
... Could it still be using the values compiled into the server (found in options.h, DEFAULT_FG_TICKS and DEFAULT_BG_TICKS)? -- Encrypted private e-mail...
129 Aldon <ahynes1@...>
ahynes1 Offline Send Email
Jan 17, 2003
10:18 pm
For anyone who is interested in RSS, I have just come up with a patch and extention to access MOO mailing lists from RSS Point your favorite RSS client to...
130 rv
eru666rv Offline Send Email
Feb 2, 2003
6:46 am
Is there anywhere a verb that would take a list, a string and a number as argument and would insert the string at the position given by the number value inside...
131 Mail Relay
thedaimyo Offline Send Email
Feb 2, 2003
7:40 am
RV: I don't know of one specifically, but you can just do: list = {@list[1..(place - 1)], string, @list[(place)..$]}; Of course, it wouldn't hurt to make your...
132 rv
eru666rv Offline Send Email
Feb 2, 2003
7:48 am
Rich, Oh! this is perfect :) Thank you very much, and also for this quick feedback! aloha, -rv,...
133 Mail Relay
thedaimyo Offline Send Email
Feb 2, 2003
11:30 am
Welcome. :) Rich Mondy, Owner Role-Players Gaming Network Counselor Trevor Rage, Haelrahv <http://www.role-players.com/> www.role-players.com | ...
134 Seth I. Rich
sethirich Online Now Send Email
Feb 2, 2003
4:40 pm
... It's a server builtin -- Syntax: listinsert (list <list>, <value> [, int <index>]) => list listappend (list <list>, <value> [, int <index>]) => list ...
135 Mail Relay
thedaimyo Offline Send Email
Feb 2, 2003
10:47 pm
<laugh> Well leave it to make it more complex than I should. I've never actually needed to use either, so I wasn't familiar with them. I knew of them but...
136 rv
eru666rv Offline Send Email
Feb 3, 2003
8:29 am
Oh! there we go... sorry, may be I should look harder next time. Thank you Seth! -rv, :)...
137 Aldon <ahynes1@...>
ahynes1 Offline Send Email
Feb 7, 2003
4:53 pm
Recently, I started playing with XSQL (SQL, returning results in an XML datastream) in Oracle where I work. It struck me that MOO XSQL might be an interesting...
138 Aldon <ahynes1@...>
ahynes1 Offline Send Email
Feb 7, 2003
5:03 pm
Recently, I started playing with XSQL (SQL, returning results in an XML datastream) in Oracle where I work. It struck me that MOO XSQL might be an interesting...
139 strahan401 <yahoo@...>
strahan401 Offline Send Email
Feb 17, 2003
7:19 am
I can't seem to find anywhere else to ask and I stumbled across your group so I'll ask here. Simple question for you all. I just started getting into moo...
140 Seth I. Rich
sethirich Online Now Send Email
Feb 17, 2003
7:21 am
... More than likely, you're going to want to use the :moveto verb. So you'd want something like: @verb teleporter:use this none none rd @program...
141 Mail Relay
thedaimyo Offline Send Email
Feb 17, 2003
7:24 am
move(obj, location); as in move(player, #1092); -- Rich ... From: strahan401 <yahoo@...> [mailto:yahoo@...] Sent: Monday, February 17, 2003...
142 rv
eru666rv Offline Send Email
Feb 17, 2003
7:55 am
... Hash: SHA1 I have no idea what a wielder is... (pardon my english), but be prepared to run into possible permission problems when playing with move() Look...
143 strahan401 <yahoo@...>
strahan401 Offline Send Email
Feb 17, 2003
7:56 am
Thanks guys for the prompt responses! Works like a charm....
144 Mail Relay
thedaimyo Offline Send Email
Feb 17, 2003
10:19 am
Has anyone been able to create a reliable command prompt that displays after a user's command is fully carried out? I had one, but it would mess up on...
145 loufah2 <loufah2@...>
loufah2 Offline Send Email
Feb 23, 2003
1:59 am
... displays ... would ... when ... found ... You could have #0:do_command record the task_id() in a property and return 0; the command will then get executed...
146 Mail Relay
thedaimyo Offline Send Email
Feb 24, 2003
1:16 pm
That could work, thanks. The only downside would be a noticeable delay after a command is finished and when the prompt appears, or a prompt appearing during...
147 kaelendra Offline Send Email Apr 18, 2003
5:06 am
What does anyone using ansi use to run it on their game? There any code out there to add to a lambda core or any suggestions?...
148 Aldon Hynes
ahynes1 Offline Send Email
Apr 18, 2003
1:00 pm
The standard Ansi that most people choose to install on their Lambda core based MOOs is Darkowl's. Unfortunately, his webpage (www.mcs.net/~darkowl/) has been...
149 Matthew 'Fringe' Duhan
cjfringe Offline Send Email
Apr 21, 2003
7:09 am
... [plug]I also have DarkOwl's Source. Perhaps I should add it to my site Fringe's MOO Resources (http://www.fringenet.net/MOO/). [/plug] ... I have developed...
150 Aldon Hynes
ahynes1 Offline Send Email
Apr 21, 2003
2:13 pm
Matt, Drop me a note about what you've been doing. All, Since I wrote my previous post, I picked up Geocorona’s ansihtml ...
151 jlant@... Send Email Jun 4, 2003
9:45 pm
Hi, I am trying to create a class of non-TAKE-able objects on my MOO (JHCore). I want an object that appears in the room's description, responds with its...
152 Seth I. Rich
sethirich Online Now Send Email
Jun 4, 2003
9:59 pm
... Look at `help @lock' and `help locking' as starting places. Seth -- ... Seth I. Rich - seth@... Rabbits on walls, no problem....
153 rv
eru666rv Offline Send Email
Jun 18, 2003
9:08 am
... Hash: SHA1 MOOprog will be closed down on sunday 22 HWT (june 2003 - that is, in 5 days - as soon as I will have sobered up from fri/sat and have a clear ...
154 Matthew 'Fringe' Duhan
cjfringe Offline Send Email
Jun 18, 2003
3:24 pm
Hi there, and thanks for the notice. While you're updating things, would you please update the address for Fringe's MOO Resources on the Links page to: ...
Messages 125 - 154 of 154   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

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