I have added two new programs to the files section. cmd-su allows you to switch users during a session. cmd-ls is a content lister similar to (but not exactly...
You need to type the www explicitly. http://www.protomuck.org:81 Their DNS is whack. ... configured to only allow my web browser to use the http port (80), and...
Hello all, I recently had a hard drive crash on my mac, which required me to reinstall everything. Oddly enough, I had a running MUCK server on my mac before...
Yeah, It works when I connect from home. I was a bad kitty and tried to grab the latest server code while waiting for a build at work. The corporate firewall...
I've managed to get Proto compiled on the Debian system that I'm using as a host after only a few hitches. It seems gcc couldn't find all of the requisite...
Create a muck.conf file in the same directory as restart with contents similar to these (this is what's in mine) MUCKDB="proto.db" MUCKOUT="proto.out" ...
... Thank you for setting me on the right path. That didn't work for me, but defining them and exporting them in my .bashrc did. However, it's left me with...
You should use the ./restart script, even if the MUCK isn't already running. See what happens then. ... From: Pete Strover <doklands@...> Date: Wed,...
... Still the same message. Nothing seems to be running in the background either. I should probably contact the host about this, see if there's something I'm...
... Thanks again for your help with this. None of this looks to be terribly illuminating, but here you go: protomuck ... protomuck.err ... status ... -- ...
... ProtoMUCK 1.81b3, eh? Not sure what the issue is, although it does sound similar to some of the problems I had at some point. Before you go any further,...
So... I'm kinda bored playing around with a lab setup of protoMUCK... I'm trying to figure out how to run @fixwizbits. I tried typing @fixwizbits Convert...
... Wow, that'll teach me not to just grab something off Sourceforge. Sadly this version seems to have identical problems, with the detaching from the console...
... Interesting. I seem to recall having a similar problem at some point, but I don't recall how it was fixed. If I recall correctly, it had something to do...
Argo can't compile in PROTO (To the best of my ability), Have been trying for months, off and on, to install it... I think $lib/standerd has .tell and .otell -...
I've gotten it to compile. What sort of errors are you getting? ... From: "latitude_with_atitude" <latitude_with_atitude@...> Date: Tue, 30 Dec 2008...
Is there any way to speed up the execution of MUF programs? I'm using a say replacement program and it's inducing a three second lag. There's more than enough...
You may want to raise your instr_slice @tune, although at the point where the default is introducing delays you may want to rethink the program design first. ...
Ain't my program :-P These ones are found in the standard DB. but only 100 instructions per program default? I'd think my machine is fast enough to multiplex...
Hm, I think the default is usually 10,000 .... I believe mine are set to 84,000. Try different values, you should be able to figure out where the best spot...
Wow, then 100 really is low! Guess I'll crank that sucker up. ... From: <hinoserm@...> Date: Mon, 9 Feb 2009 11:21:56 To: <protomuck@yahoogroups.com>...
On my server, I have a couple of _connect programs, but their output is always displayed before the player sees the room's @desc and @suc, rather than after....
I have a few programs that I'd like to force the player to enter an interactive mode for as soon as he connects, specifically to ensure proper player setup,...
Hey there! Just moved my MUCK from a windows machine to a Linux one. Problem is I can't get SSL to work. I've tried using ./configure --with-ssl and #define...
... Is there any reason that a sleep deplay won't work? That's what I've always done personally. I'm not sure if there's any way to query the 'pending text...
... You /might/ be able to @force them to execute a command that takes them into a foreground program. I.e., the _connect/ program forces the player to execute...