Hello, I am helping setup a new GlowMuck server. We are getting numerous MUF compile errors as we try to install the MUF programs. Errors such as complaining...
Ron Wilson
rlw@...
Aug 4, 2000 5:41 pm
359
... Sounds like you should probably define those macros by going on some other muck, @editing a program (or making a new program) and typing '<macro> s' to see...
markpasc@...
Aug 4, 2000 8:16 pm
360
... Or you can also consult my common macros page at the URL below. :> http://users.vnet.net/raven3/muf/raven/commonmacs.txt Raven...
Raven
raven3@...
Aug 4, 2000 8:56 pm
361
Several other glowmuckers covered the macro issue with installing libraries. There is a macro file in the Glow muf distribution, or at least there used to be,...
Artiste Extrordinaire!
artie@...
Aug 5, 2000 1:49 am
362
The default_messages in @tune is very, very useful. It's an excellent idea, but much to my frustration, I can't seem to get it to work with any other...
Inhandra
inhandra@...
Sep 2, 2000 4:22 pm
363
You can change the GLOBAL_ENVIRONMENT in local.h to a different dbref. This will be used to search for global aliases and the default settings. I put in an...
Artiste Extrordinaire!
artie@...
Sep 4, 2000 5:19 pm
364
Andy: I didn't really mean it as to completely change from using one environment to another. I meant to have different chains. For instance: On Room Zero, for...
Inhandra
inhandra@...
Sep 5, 2000 8:15 pm
365
Ah, I see what you are wanting. I set up default messages to take the lowest possible performance hit, which basically requires only doing one propfetch...
Artiste Extrordinaire!
artie@...
Sep 5, 2000 11:52 pm
366
... From: Artiste Extrordinaire! To: glowmuck@egroups.com Sent: Tuesday, September 05, 2000 6:51 PM Subject: Re: [glowmuck] Default Messages -- further...
Inhandra
inhandra@...
Sep 6, 2000 12:03 am
367
If you set the muf/MPI on the default property of room #0, that muf or MPI will execute on all objects without that property set (description, @succ, etc.) If...
Artiste Extrordinaire!
artie@...
Sep 6, 2000 12:11 am
368
Hello out there :) Im have come acorss a new problem with a my GLOW MUCK. The problem is im tring to run watch.muf and I want it to start when a player...
Colt Centaur
z4681019@...
Sep 7, 2000 6:45 pm
369
... Get the DBref of the program and type: @propset #0=dbref:_connect/watchfor:#12345 where #12345 is the DBref of the program to be run. --Syvel of Tapestries...
Syvel
syvel@...
Sep 7, 2000 6:51 pm
370
It added it corretly but it still does not come up.....This is driving me nuts! ref /_connect/bansite:cmd-@bansite(#20FLW4) ref...
Colt Centaur
z4681019@...
Sep 7, 2000 7:07 pm
371
Set it LINK_OK....
Syvel
syvel@...
Sep 7, 2000 7:15 pm
372
Nope :) Any other ideas? -Colt ... From: Syvel [mailto:syvel@...] Sent: Thursday, September 07, 2000 3:15 PM To: glowmuck@egroups.com Subject: RE:...
Colt Centaur
z4681019@...
Sep 7, 2000 7:29 pm
373
... Hash: SHA1 ... You might try running the programs manually (with, say, '@mpi {muf:#69,}') and seeing if it's running but erroring out because something is...
markpasc@...
Sep 7, 2000 7:29 pm
374
Nope....
Syvel
syvel@...
Sep 7, 2000 7:34 pm
375
Syvel: Could you mail me your WF program I will just nuke this one with vengeance :) -Colt ... From: Syvel [mailto:syvel@...] Sent: Thursday, September...
Colt Centaur
z4681019@...
Sep 7, 2000 7:38 pm
376
http://muf.pkunk.net - sorry...
Syvel
syvel@...
Sep 7, 2000 7:49 pm
377
Umm you nuked that page remember? "This page is gone, as is all the programs. I'm no longer publishing any of my programs for public consumption, nor am I...
Colt Centaur
z4681019@...
Sep 7, 2000 8:24 pm
378
ftp://ftp.belfry.com/pub/fuzzball/fbmuf/ This has watchfor and many other useful and not-so-useful MUFs. - Rayanth ... From: Colt Centaur...
Rayanth Drygu
rayanth@...
Sep 7, 2000 8:36 pm
379
An additional note, these are the muf's -plus- the commands needed to install them...simply copy/paste the entire file to your muck, and it will create teh...
Rayanth Drygu
rayanth@...
Sep 7, 2000 8:42 pm
380
Thanks for the help but I think I setting got switched because con-connect still refuses to start on connect even know it worked in the past. Would anyone care...
Colt Centaur
z4681019@...
Sep 7, 2000 8:49 pm
381
There's a number of reasons why programs don't seem to work on connect. As previously mentioned here, make sure the program is LINK_OK. You can use $matched...
Artiste Extrordinaire!
artie@...
Sep 7, 2000 11:31 pm
382
It seems like the _listen/ functions give strange results when sending ansi color text. They send color if the object is set CHOWN_OK, is that not correct?...
Tony Belding
tlbelding@...
Sep 29, 2000 4:46 am
383
... In my quick tests on SMT, they don't seem to. Looks like all ansi gets stripped. Here's what I did: @create foo @set foo=x @set foo=z @flock foo=me drop...
markpasc@...
Sep 29, 2000 1:44 pm
384
Don't forget, when setting a thing-type object CHOWN_OK, to set the chown-lock for that item, otherwise it would be easy for other players to steal it. :>...
Raven
raven3@...
Sep 29, 2000 2:08 pm
385
... Ahhh.... You know, now that I think of it.... What it should *really* do with the _listen/ property is pass strings on to the listening program ...
Tony Belding
tlbelding@...
Sep 29, 2000 2:38 pm
386
The idea behind the color text and _listen/ processing is that the color code should be stripped entirely for muf and MPI routines that may receive them. I...
Artiste Extrordinaire!
artie@...
Sep 30, 2000 12:59 am
387
I've noticed on a certain Fuzzball MUCK that their ansi library has an 'underline' feature that GlowMUCK ansi does not yet support. Now I know that a simple...