Is the Q flag used for anything other than QUELL on a player? In other words, does putting a Q flag on a thing-object have any meaning to Glow? The reason I...
Tony Belding
tlbelding@...
Dec 6, 2001 9:10 pm
558
If you set Q on a W-bitted player, they temporarily "loose" their
wiz-powers.
If you set Q on a room, it looses the "contents" listing (so I recall).
I'm not...
A friend of mine, who was dabbling with ansi on a MUCK, began having
trouble. I offered him help, being that I'm decent when it comes to
descriptions and ansi...
... Because (in the desc example) one copy is immediately notified to the viewer when the MPI is evaluated, and one is returned as the value of the desc....
I followed the tell/otell model because I saw a distinct reason for wanting to have the result pushed back on the stack. The result does not have color...
NarniaMUCK has gone through this extensive little soap opera for the past few days. As I understand it, on December 6th it attempted to do a full save, and...
... That sounds unfortunately similar to what happened with Furscape several months ago. We were having repeated crashes during the saves, and everything our...
Tony Belding
tlbelding@...
Dec 11, 2001 10:13 pm
566
I can offer some tips of things that do cause crashes: 1. Running out of diskspace / quotas. (obvious) 2. Having the muck killed badly when a system is...
... OK, this could be a problem. I assumed the script that starts Glow would recognize if there was already a glow process running and would abort. If that's...
Tony Belding
tlbelding@...
Dec 12, 2001 3:09 am
568
It's actually not a dumb question, it's quite valid with the various unix flavors. If you're on Linux, you want to do: ps ux If you're on a SYSV style Unix or...
... The script is somewhat genetic that comes with Glow (it comes from fuzzball from memory) and as such doesn't always work in all circumstances - either get ...
I forwarded the most recent digest to our server man... But oddly enough, I seem to have fixed the problem... maybe... I performed an @archive #0=a to Archive...
I think I might be able to offer another hint to the cause of your problems The fact that another object became corrupt after the originally corrupt one was...
I thought about that, actually... That's why it surprised me that the fullsave worked when the second object (the program) was deleted. The dbref#s of the...
You should be able to just do '@wrap off' (same as @wrap 0). Linewrap is a per-player setting, just like color. Typing just @wrap will tell you if it's on or...
I've just run headlong into one of the oddest bugs I've seen in a while. This was while trying to create objects for Natasha's neat-food system.... I don't...
Tony Belding
tlbelding@...
Dec 20, 2001 4:46 pm
576
Tony wrote: ... What's happening is that the MPI is being evaluated at the time the food object is created and the results inserted - not the MPI code itself. ...
Ron Wilson
rlw@...
Dec 20, 2001 5:12 pm
577
... Ohhh... Hmm, I didn't even think about it working that way. ... OK. Will try it and find out. -- Tony Belding...
Tony Belding
tlbelding@...
Dec 20, 2001 5:22 pm
578
No, I found out the food engine does not support evaluating MPI at the time when you eat the food. All the messages have to be pre-generated. However, it...
Tony Belding
tlbelding@...
Dec 20, 2001 6:43 pm
579
Today I was called to try and figure out why someone couldn't exit a simple vehicle. For some reason the global enter;exit command that we use wasn't working....
Tony Belding
tlbelding@...
Dec 23, 2001 3:16 pm
580
My only immediate comment, without testing, is that if you are *holding* your vehicle (ie, its in your inventory), you will get the message "objects cannot...
Although I didn't come up with the logic for vehicles, what you describe is what I've understood them to do. Because vehicles move from room to room, they use...
Is there anyway I can get a preconfigured database for a new MUCK server? I've looked through all the search-engines that I can find, and not found one....
There have been some projects to create a precreated database, but I don't know if any managed to come through. It's a true PITA to make one, but it separates...
Any suggestions for setting up the programs? Mainly where to start. It seems the the programs were all @archived, and all of 'em use the @register command, ...
You don't need programs to create them. It's best to get the glowmuck muf archive, which should have some feeble attempt of instructions on how to load them....
... As best I can tell, this only applies to vehicle objects ... Some of the Mucks I am on have a "Vehicle Parent Room" that contain the various actions...