Recently I discovered that you could replace 'WHO' with a program by creating an action name @WHO and linking it to another program. So I was wondering if...
centaurimuck@...
Nov 10, 2000 10:43 pm
397
I am not sure if it is possible to replace 'home' or not. There may be a special case in the 'move' code that checks for 'home' and causes a send_home to...
Artiste Extrordinaire!
artie@...
Nov 11, 2000 1:12 am
398
As I recall, the inability to map a command on top of home was a deliberate one. It was to prevent a player from trapping another player in a room by making a...
Davis, Iain E.
feaelin@...
Nov 13, 2000 3:01 pm
399
In the Tinymuck source code, which applies to glowmuck as well, "move.c" handles movement of players and objects. the main function is 'moveto' which does...
Rayanth Drygu
rayanth@...
Nov 13, 2000 9:50 pm
400
apologies, it's "move" not "@move" - you can type "move home", which executes teh special case structure in do_move. I believe the "home" command is really...
Rayanth Drygu
rayanth@...
Nov 13, 2000 9:53 pm
401
It IS possible in glowmuck to bypass the default 'home' command with a global alias. to do so : @tune global_aliases = yes @set #0/@/alias/home:gohome (that's...
Rayanth Drygu
rayanth@...
Nov 13, 2000 11:25 pm
402
One clarification I'd want to note is that I believe that the global aliases only work on room #0, or whatever the environment room is set to in the server....
Artiste Extrordinaire!
artie@...
Nov 15, 2000 12:59 am
403
Yes, I've got yet another question. :) The who_hides_dark @tune setting doesn't seem to work. Or at least, WHO still displays dark players whether the...
centaurimuck@...
Nov 24, 2000 1:55 am
404
... Are you doing a WHO with a wizbitted character? Try doing with a non-wizbitted one and see how it goes. -- Snowy Maslov aka Snowpony My... [...
Sleepless in Brisbane
snowy@...
Nov 24, 2000 3:09 am
405
... or ... MUCK ... time, I ... thing. ... bin/furcode ] ... M++++ P+++ ... a cbu++++$ ... p* sm#>f# ... Sorry, already tried that. Plus, one particularly...
centaurimuck@...
Nov 24, 2000 3:48 am
406
... It wont help you with the WHO problem, but here's a little trick. @set #0=_defs/awake?:dup "DARK" flag? if pop 0 else \awake? then That will make you...
Raven
raven3@...
Nov 24, 2000 7:36 am
407
One of the things I've always not accepted is the concept of 'dark' players. They've been used far too often to spy on people, even on big mucks like...
Artiste Extrordinaire!
artie@...
Nov 24, 2000 3:17 pm
408
I wanted to revisit this question after having an opportunity to look at the source code. This is a totally benign parameter after all. Code for it only...
Artiste Extrordinaire!
artie@...
Dec 12, 2000 3:01 am
409
http://muq.org/~legacy/glowmuck/ ftp://muq.org/pub/legacy/glowmuck/glow-3.1.7.tgz I've put up the Linux and MS VC++ compiled Win32 versions for FTP or HTTP ...
Artiste Extrordinaire!
artie@...
Dec 12, 2000 3:49 am
410
404 on http://muq.org/~legacy/glowmuck/ should be http://muq.org/~legacy/ftp/glowmuck/ ... From: Artiste Extrordinaire! [mailto:artie@...] Sent: Monday,...
Rayanth Drygu
rayanth@...
Dec 12, 2000 5:12 am
411
Comparing TinyMuck to Glowmuck, (as I tend to do so I know what the heck you're doing, Artie =) I see that you actually removed the check for tp_who_hides_dark...
Rayanth Drygu
rayanth@...
Dec 12, 2000 6:02 am
412
A few things.... 1) Would it be too much trouble to be able to @list and @edit programs you do not own if you are set to a W3 or W4? I let 'GOD' hold most of...
Colt Centaur
z4681019@...
Dec 14, 2000 10:18 pm
413
1) try chowning the scroll/program to your wizard player, then chowning it back to #1 (You'll need his name, to do it, and will need to be in the same room)...
Rayanth Drygu
rayanth@...
Dec 14, 2000 10:32 pm
414
1.) In that case, it's better to let an Avatar set W4 hold all of your MUFs instead of #1. You can set Avatar GUEST to allow other wizards to @chown to and...
Inhandra
inhandra@...
Dec 14, 2000 10:32 pm
415
self-correction....you don't need to be in the same room...but you do need #1's name, you can't use his/her dbref. ... - Rayanth 1) try chowning the...
Rayanth Drygu
rayanth@...
Dec 14, 2000 10:37 pm
416
It will not be easy! and I have no idea how to do it or I would do it myself. If you do it then I would sell it to make up for lost time. -Colt ... From:...
Colt Centaur
z4681019@...
Dec 14, 2000 11:18 pm
417
For #1, as others have replied and older archive messages should describe, you should set the muf storage wizard player object Guest so lesser wizards can...
Artiste Extrordinaire!
artie@...
Dec 15, 2000 12:03 am
418
1) How do you set the say/osay filter in editplayer if glow-muck uses core code for the color say's? 2) Why doesn't the \ symbol work while the / does? -Colt...
Colt Centaur
z4681019@...
Dec 21, 2000 4:43 pm
419
1) How do you set the say/osay filter in editplayer if glow-muck uses core code for the color say's? 2) Why doesn't the \ symbol work while the / does? -Colt ...
Centauri MUCK
centaurimuck@...
Dec 21, 2000 9:39 pm
420
... Wow, Joel...you're pretty encrypted there! =) The technical term for what Joel is trying to say is 'escape character'. \ is the escape character in most...
Rayanth Drygu
rayanth@...
Dec 21, 2000 10:05 pm
421
... All mucks have core code for 'say'. None of which include filters inserver. If you want them, install a say program that supports them. ... Work for...
Cherry Tiger
cherry@...
Dec 21, 2000 10:31 pm
422
There is a shortcut to moving a copy of your muck to a windows machine. --Compile the server on your windows machine using the directions outlined in...
Rayanth Drygu
rayanth@...
Dec 21, 2000 11:22 pm
423
You shouldn't need to use any newline conversions with GlowMuck in Windows. Files should be transfered in binary mode so everything is unix linefeeds. Not...
Artiste Extrordinaire!
artie@...
Dec 21, 2000 11:41 pm
424
You know, as many times as I've been wrong, I'm surprised you haven't chased me out of here, Andy =) - Rayanth...
Rayanth Drygu
rayanth@...
Dec 22, 2000 6:18 am
425
Does anyone know of any problems compiling GlowMUCK on FreeBSD? I'm looking at starting a muck on mux.net and would like to use Glow if possible.
Dave
David...