Search the web
Sign In
New User? Sign Up
glowmuck · Glow Muck Discussion List
? 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 250 - 279 of 837   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
250
I have discovered that our RIDE/CARRY program is broken! When one player tries to carry another through a path, it gives a message like this: RIDE: <rider>...
Tony Belding
tlbelding@...
Send Email
Jan 2, 2000
4:25 pm
251
I am guessing the problem here is in how the muf program is determining the lock status in @path. There should be an API function in $cmd/path (more recent...
Artiste Extrordinaire!
artie@...
Send Email
Jan 2, 2000
5:31 pm
252
Would not the inserver lead and follow commands work just fine in this instance? If I remember right, lead and follow won't work during a teleport, but they...
Inhandra
inhandra@...
Send Email
Jan 2, 2000
8:40 pm
253
... Hash: SHA1 ... The RIDEENG program (should be in an _arrive/* on #0) has a 'lockedout?' word starting on line 99; that's what the program checks locks...
markpasc@...
Send Email
Jan 2, 2000
8:58 pm
254
For normal walking, lead/follow should work through both exits and paths, that's what it's designed for. The reason why they don't work for teleport is that...
Artiste Extrordinaire!
artie@...
Send Email
Jan 2, 2000
10:04 pm
255
... Hash: SHA1 @set #0=_vok?:yes This will make ride work with paths. Enjoy. - --Syvel ... Version: PGP 6.0.2 ...
Pkunk Fury
pkunk@...
Send Email
Jan 3, 2000
10:03 pm
256
From: "Inhandra" <inhandra@...> ... I actually was not aware of LEAD/FOLLOW. Yes, they do appear to work, and I'm glad you pointed those commands out...
Tony Belding
tlbelding@...
Send Email
Jan 3, 2000
10:04 pm
257
Looking for suggestions on setting up a new muck...First off, the server itself. I update often, so should i go with the newest beta, or the newest stable...
LazarusL
masque@...
Send Email
Jan 16, 2000
8:20 pm
258
... I'm figuring on making what is in the latest 'beta' for 3.1.5 the official release. I don't have anything new since then. There are a few updated files...
Artiste Extrordinaire!
artie@...
Send Email
Jan 17, 2000
1:03 am
259
... http://www.kemenel.org/glow/muf/fmmuf.tgz The main differences between my distribution and Andy's: 1) Rehacked not to use macros...everything uses...
Davis, Iain E.
feaelin@...
Send Email
Jan 17, 2000
2:53 pm
260
I have found a formatting problem when players are using @wrap. The line sometimes breaks *before* a space, so that the left edge of a block of text comes out...
Tony Belding
tlbelding@...
Send Email
Jan 19, 2000
3:25 am
261
Do you have examples of text that this occurs in? Also which version of Glow are you using? If there are problems I would guess it has to do something with...
Artiste Extrordinaire!
artie@...
Send Email
Jan 19, 2000
4:05 am
262
... I am not sure which version of Glow we have. Our sitewiz asssured me that she's been keeping it up to date. MPI {version} returns "Muck2.2fb5.64", which...
Tony Belding
tlbelding@...
Send Email
Jan 19, 2000
1:22 pm
263
Aha! Someone kindly pointed out to the me the '@ver' command. Here is what I got back from it... Muck2.2fb5.64 -- GlowMuck 3.1.2 Options: -Detach...
Tony Belding
tlbelding@...
Send Email
Jan 19, 2000
2:12 pm
264
... Yeah, I've noticed it in 3.1.4, it could use a striplead of some kind before it hits the next line. If we're lucky perhaps that small fix will make it into...
ChaosMUCK Administrat...
ChaosMUCK@...
Send Email
Jan 19, 2000
2:53 pm
265
*chuckle*. @ver is handy, no? :) Latest _released_ version is 3.1.4. 3.1.5 is due for release Real Soon Now (tm), right Andy? (Pester, pester, whine) In any...
Davis, Iain E.
feaelin@...
Send Email
Jan 19, 2000
3:00 pm
266
... This muck as been running 3.1.14; I just upgraded them to 3.1.15c - so will get them to test this... -Snow...
Sleepless in Brisbane
snowy@...
Send Email
Jan 19, 2000
4:39 pm
267
... Thanks for upgrading that! I just did some testing, and it appears the problem is unchanged. For those who are interested in figuring it out, here is a...
Tony Belding
tlbelding@...
Send Email
Jan 19, 2000
5:25 pm
268
What is the O or OFFER flag? I see it listed with the others under "help flags", but I can't find any reference to it anywhere else in the docs. When I try...
Tony Belding
tlbelding@...
Send Email
Jan 21, 2000
3:46 pm
269
... Name the whisper action: whisper;wh;w ;whi Notice the space after the 'W'. That should help you I believe. :> What that -should- do is cause it to read...
Raven
raven3@...
Send Email
Jan 22, 2000
9:04 am
270
The offer flag is only used for the Mud. It's used to mark an object as offerable. Because the mud code will probably never be done, it's not very useful....
Artiste Extrordinaire!
artie@...
Send Email
Jan 22, 2000
3:44 pm
271
... I haven't done any testing, but I know the main place we have this problem is in our central park where there is a path going west. It's rather amusing to...
Tony Belding
tlbelding@...
Send Email
Jan 23, 2000
3:16 am
272
... The command is: @conlock <obj>=<lockstring> Not many people use it. Heck it's been so long since I've actually had a use for that command that I forgot...
Raven
raven3@...
Send Email
Jan 23, 2000
3:43 am
273
I did put all of the 'other' lock commands in the same help page as @lock, that should be available in or around Glow 3.1.4 help text. I discovered rather to...
Artiste Extrordinaire!
artie@...
Send Email
Jan 24, 2000
2:47 am
274
ftp://muq.org/pub/legacy/glowmuck/betas/src315d.tgz This one attempts (smirk) to fix the linewrap problem, the evil fb5.66 @toad issue, and a crasher bug in...
Artiste Extrordinaire!
artie@...
Send Email
Jan 30, 2000
2:52 am
275
... I've given it an inital play so far; and most of the normal crashers don't seem to be working - I'll port it to another box and give it a whirl to see if ...
Sleepless in Brisbane
snowy@...
Send Email
Jan 30, 2000
6:42 am
276
You can pick it up at it's usual places... http://muq.org/~legacy/ftp/glowmuck/glow-3.1.5.tgz ftp://muq.org/pub/legacy/glowmuck/glow-3.1.5.tgz The diffs are...
Artiste Extrordinaire!
artie@...
Send Email
Jan 30, 2000
8:29 pm
277
ftp://muq.org/pub/legacy/glowmuck/win95/glow95.3.1.5.zip ftp://muq.org/pub/legacy/glowmuck/muf/glowmuf-3.1.5.tgz I finished building the Windows binary (using...
Artiste Extrordinaire!
artie@...
Send Email
Jan 30, 2000
10:43 pm
278
Okay, okay, so I'm new at this. *smile* I use One to create a new player, @pcreate JohnDoe=johndoe123 or whatever. Okay, that works. Now I open a new telnet,...
Peter Bourgon
bourgon@...
Send Email
Jan 31, 2000
1:52 pm
279
... Hash: SHA1 ... You might check to see if the @tune option 'player_start' is set to something besides a room; type '@tune player_start' to see what it's set...
markpasc@...
Send Email
Jan 31, 2000
5:35 pm
Messages 250 - 279 of 837   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