... Hash: SHA1 Hi, I'm looking for tools that edit MPI and MUF offline and I'm wondering first if anyone has something before I go off trying to write my own. ...
I'm working on writing an IDE for MUF, MPI, and MU* scripts at the moment. THe base API is wxWindows (http://www.wxwindows.org), and the program *IN THEORY*...
Just a quick question...I've been trying to get multiple Glowmuck's to run on a single server and I keep getting errors stating that there is already one...
You will have to manually edit the "restart.sh" script... it's a shell script that takes care of all the necessary parameteres to start up a glowmuck.... one...
... Actually I have some restart scripts I use for running multiple mucks on a singer server - I'll tidy them up and post them somewhere for everyone in the ...
Thanks to both of you for the help...I thought I had checked there but I must have missed the grep. In time, I hope to learn enough to offer some help to all...
If you run multiple mucks on the same account, be absolutely sure that each script has a different game directory set in its environment variable. If you...
Following on from that question, do you have to do the grep workaround if you make a new user for each MUCK instance? Say I did an adduser dawnoftime and then...
if [ $muck -gt 1 ]; then echo "A glowmuck is already running:" echo `ps ux | grep glowmuck | grep -v grep` exit 0 fi the "-ux" option on ps means two things :...
... Hash: SHA1 ... As a twisted way around this problem, you can create a symbolic link to your executable file and execute that instead of the actual netmuck...
... Failing this, additional hard links to the executable should work....
Ron Wilson
rlw@...
Apr 27, 2002 11:42 pm
680
A friend of mine (Max@Nimh) gave me a library he'd written that supports some other programs. When I installed it, we ran into a peculiar problem. Here is...
Did you examine the properties of the program object/dbref and activemx.lib library's dbref? You can define macros there too that don't start with a period....
Well, the error itself isn't a cause for concern. We weren't wanting it to go into 'ErrorCheck' at all to begin with, so the information being sent to GetDS...
Oh, and just to follow up on your other comments, Andy... The only properties on the program object itself (aside from those normally found on a program...
I've never looked into any practical limits of programs or public constants. I really haven't dug into the muf engine, it's well, scary. :) I've created...
https://sourceforge.net/projects/glowmuck/ Out of mostly sheer boredom I created a SourceForge project for GlowMuck. There had been requests for it in the past...
Hi Folks, This is painfully obvious, I'm sure, but... How do you set wizard levels on players? I've just compiled, left everything at the defaults in the *.h...
... Check your sysparms for a multi_wiz_levels setting. You should @tune it to 'yes'. Raven...
Raven
raven3@...
May 1, 2002 11:11 pm
688
Using 'W4' is the right way to do it, once you have multi_wiz_levels @tuned to yes. Also try 'help newlevels' for additional help. If you want to use W4 in a...
... Raven, Artiste, thanks, that was it. I had thought that it might be a @tunable parameter; I'd /more'd myself and taken a quick look, but I was at work and ...
You may still be able to use the web server to get at the files, but ftp is gone. :( Some gracious smutlord dumped a pile of porn on the muq.org server and...
Depending on bandwidth I may be able to host muq.org for you. Since i'm *technically* part of the Muq project, I don't see why I can't use a little bit of my...
... It's defined in the config files before compiling but from memory it is @A. -- Snowy Angelique Maslov aka Snowpony My [ www.vulpine.pp.se/cgi-bin/furcode...
In GlowMuck use @@Q to kill a runaway foreground program. I had to change it from @Q because I added an in-server command called @quota. Having @Q overlap...