Is it possible to run glowmuck.exe as a service in Windows NT/2000, or is a separate executable needed? Mostly curiosity, since winfuzz has an exe for service...
Inhandra
inhandra@...
Jul 3, 2000 7:19 am
335
... There is a way of turning any program into a server under NT but for the life of me I can't remember how to do it. I'll get back to you though. -- Snowy...
Sleepless in Brisbane
snowy@...
Jul 3, 2000 7:58 am
336
Thank you very much, Snowy. :) ... From: Sleepless in Brisbane To: glowmuck@egroups.com Sent: Monday, July 03, 2000 2:58 AM Subject: Re: [glowmuck] NT...
Inhandra
inhandra@...
Jul 4, 2000 12:56 am
337
There is supposedly a program for Windows NT called 'srvany' that will run any program as a service. I believe it is on the Windows NT Server Resource Toolkit...
Artiste Extrordinaire!
artie@...
Jul 6, 2000 10:57 pm
338
All right. We tried using srvany with a batch file, and it seems to work great. Thanks, Andy. :) ... From: Artiste Extrordinaire! To: glowmuck@egroups.com ...
Inhandra
inhandra@...
Jul 7, 2000 9:01 pm
339
The released version includeds a last-minute glue-in of Foxen's FB 5.67 release. The 5.67 code mostly fixes things already fixed in Glow, but does increase...
Artiste Extrordinaire!
artie@...
Jul 9, 2000 8:59 pm
340
Andy, git your tail in gear and compile a Windows binary. ... start whining? Gimmie more glow, baby. :) -- Inhan ... From: Artiste Extrordinaire! To:...
Inhandra
inhandra@...
Jul 10, 2000 4:13 am
341
I became familiar with GlowMUCK a ways back and noticed some peculiar things with its KILL_OK flag. When set on a player, an examination of that player shows...
centaurimuck@...
Jul 11, 2000 5:40 am
342
I have noticed that a wizard can @unlink an exit owned by a wizard of a higher bit. And of course, unlinked exits can be stolen, regardless of owner. This...
centaurimuck@...
Jul 11, 2000 5:50 am
343
Just thought I'd drop a note that my site has moved to http://mufden.pkunk.net/ . Anyone who's looking for Natasha's Glow software or whatnot will have much...
markpasc@...
Jul 12, 2000 11:29 pm
344
The mud support code has been unfinished for several years now, and will most likely remain that way. The simple truth is it's too much of a pain updating the...
Artiste Extrordinaire!
artie@...
Jul 13, 2000 12:24 am
345
I do not think this should be possible, unless the higher wizard is set GUEST, in which case it would be possible and intended to work that way. Check the...
Artiste Extrordinaire!
artie@...
Jul 13, 2000 12:25 am
346
I've found some MUF macros located in the _defs/ directory of room #0, but there are quite a few macros in use that I can't find anywhere. For examples,...
Tony Belding
tlbelding@...
Jul 16, 2000 3:26 pm
347
Go into the muf editor (@prog or @edit) and type 'show' to get a list of macros defined in the muf compiler. These are seperate from _defs placed on #0....
Pkunk Fury
pkunk@...
Jul 16, 2000 3:30 pm
348
... There is also all the macros that you can define whilst in the program editor - these end up being in your muf/macros file (out in unix land). --Snowy...
Sleepless in Brisbane
snowy@...
Jul 16, 2000 11:00 pm
349
... Okay, that helped. Now I can see a listing of defined macros, there's quite a lot of them. But I am still left with questions... The editor has a ...
Tony Belding
tlbelding@...
Jul 17, 2000 2:38 am
350
The muf edditor is bass-ackwards, and almost all commands are performed after their arguments, with the exception of macro definition. It's the 'def' command,...
Artiste Extrordinaire!
artie@...
Jul 17, 2000 2:49 am
351
... Unfortunately, the only way to edit one it to use the 'kill' command to erase it, then use the 'def' command redefine it (with your changes)...
Pkunk Fury
pkunk@...
Jul 17, 2000 7:28 am
352
... Hash: SHA1 I'm attempting to write a cross-platform MUF library for global ignoring, and want to use Glow's in-server ignoring when available. I noticed...
markpasc@...
Jul 24, 2000 9:35 pm
353
There is an internal list of dbrefs that is maintained that speeds up the ignoring code (a lot). I believe it only gets reloaded when you connect to the...
Artiste Extrordinaire!
artie@...
Jul 26, 2000 1:12 am
354
... A one-function library seems kind of silly?...
markpasc@...
Jul 26, 2000 8:58 pm
355
I am trying to code a command to automate the creation of zombies, but I can't figure out how to set the XFORCIBLE flag with my MUF. According to the manual: ...
Tony Belding
tlbelding@...
Jul 28, 2000 4:49 pm
356
... Documentation isn't always updated frequently. But I'm sure Andy tries at least to keep it relatively updated. Anyway, the solution for your problem is...
Pkunk Fury
pkunk@...
Jul 28, 2000 6:23 pm
357
Is it possible to set the XFORCIBLE flag using muf or @force in normal FB? I don't recall making this a specific extra restriction. I know there are quite a...
Artiste Extrordinaire!
artie@...
Jul 30, 2000 8:19 pm
358
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...