Search the web
Sign In
New User? Sign Up
MOOprog
? 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.

Messages

  Messages Help
Advanced
Messages 108 - 137 of 154   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
108
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the MOOprog group. File : / Looking for...
MOOprog@yahoogroups.com
Send Email
May 16, 2002
2:23 am
109
I've currently run into the problem that if a player's connection is dropped, the MOO doesn't detect a disconnect and disfunc is not executed, nor is confunc...
Mail Relay
thedaimyo
Offline Send Email
Jun 11, 2002
9:34 pm
110
That's got me stumped. Have you been manually booting them, or does the MOO do it eventually? ... dropped, the MOO doesn't detect a disconnect and disfunc is...
geocorona
Offline Send Email
Jun 17, 2002
12:23 am
111
The game isn't open yet, so it hasn't been an issue, just something I noticed. The only way to boot them is either with boot_player or sending them messaging,...
Mail Relay
thedaimyo
Offline Send Email
Jun 17, 2002
8:53 am
112
You'll need to run a lot of tests. Eg., open up the network and see if a remote connection works as it should, see if running the builtin "connected_players()"...
geocorona
Offline Send Email
Jun 18, 2002
2:18 pm
113
Thanks. :) I've done some test so far but with no luck. Connected_players acts as if they are connected as usual. Not only have I not had a good method of...
Mail Relay
thedaimyo
Offline Send Email
Jun 18, 2002
8:19 pm
114
New Requirements Don't Miss This Exciting Opportunity! Fantastic Computer Based Training Offer There has never been a better time to get Trained or Certified. ...
TechGirl77@...
techs_girl77
Offline Send Email
Jun 22, 2002
7:45 am
115
Hello, all you quiet MOOprog folx. I've dived in to the server code, first by means of reading the LambdaMOO Programmer's reference. Is this the most...
jayqsax
Offline Send Email
Aug 27, 2002
4:02 am
116
... This is most likely the case. You shouldn't have to break down the server code to learn how to program within the MOO. The help index for builtin commands...
geocorona
Offline Send Email
Sep 5, 2002
6:04 pm
117
Sorry for possible cross postings - New version of FUP is available for unix based OS. Anyone interested in writing the fup.dll for it is welcome so that...
rv
eru666rv
Offline Send Email
Oct 14, 2002
11:09 am
118
As I understand permissions, a verb on a generic can't modify a property that is +c -- IOW, a property that belongs to the owner of the object, not the...
aqualung22002
Offline Send Email
Oct 18, 2002
2:08 pm
119
... #1:set_message is a wizardly verb running with wizardly permissions, and thus can write to any property in the system. Seth -- ... Seth I. Rich -...
Seth I. Rich
sethirich
Offline Send Email
Oct 18, 2002
3:12 pm
120
... *sheepish grin* Pretty obvious once you point it out to me. Thanks!...
aqualung22002
Offline Send Email
Oct 18, 2002
4:43 pm
121
I just got done moving the our 1.8.1 lambda based MOO from BSD to Linux. I've got ext-xml 1.0, fileio 1.5p1 and MOO 1.8.1 It seems whenever I call...
Johnny
stayingprivate
Offline Send Email
Oct 19, 2002
10:57 pm
122
Has anyone had success creating a login system that uses user accounts and character slots rather than individual character logins? -- Rich [Non-text portions...
Mail Relay
thedaimyo
Offline Send Email
Oct 28, 2002
1:27 pm
123
Currently, when someone tries to CREATE a character, it is created but they are not logged in and have to use CONNECT. This is new behavior that just started...
Mail Relay
thedaimyo
Offline Send Email
Oct 28, 2002
10:23 pm
124
... Are you certain that none of the verbs call suspend() or read() anywhere in the process of creating the new player object? Seth -- ... Seth I. Rich -...
Seth I. Rich
sethirich
Offline Send Email
Oct 29, 2002
2:51 am
125
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...
Mail Relay
thedaimyo
Offline Send Email
Oct 29, 2002
2:02 pm
126
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...
botisdale
Offline Send Email
Nov 23, 2002
11:59 pm
127
I just discovered $server_options. Never mind... ... MOO...
botisdale
Offline Send Email
Nov 24, 2002
5:29 am
128
... 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...
Bryce Lynch
proteus_child
Offline Send Email
Nov 24, 2002
8:52 pm
129
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...
Aldon <ahynes1@...>
ahynes1
Offline Send Email
Jan 17, 2003
10:18 pm
130
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...
rv
eru666rv
Offline Send Email
Feb 2, 2003
6:46 am
131
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...
Mail Relay
thedaimyo
Offline Send Email
Feb 2, 2003
7:40 am
132
Rich, Oh! this is perfect :) Thank you very much, and also for this quick feedback! aloha, -rv,...
rv
eru666rv
Offline Send Email
Feb 2, 2003
7:48 am
133
Welcome. :) Rich Mondy, Owner Role-Players Gaming Network Counselor Trevor Rage, Haelrahv <http://www.role-players.com/> www.role-players.com | ...
Mail Relay
thedaimyo
Offline Send Email
Feb 2, 2003
11:30 am
134
... It's a server builtin -- Syntax: listinsert (list <list>, <value> [, int <index>]) => list listappend (list <list>, <value> [, int <index>]) => list ...
Seth I. Rich
sethirich
Offline Send Email
Feb 2, 2003
4:40 pm
135
<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...
Mail Relay
thedaimyo
Offline Send Email
Feb 2, 2003
10:47 pm
136
Oh! there we go... sorry, may be I should look harder next time. Thank you Seth! -rv, :)...
rv
eru666rv
Offline Send Email
Feb 3, 2003
8:29 am
137
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...
Aldon <ahynes1@...>
ahynes1
Offline Send Email
Feb 7, 2003
4:53 pm
Messages 108 - 137 of 154   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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