Author |
Message |
Topic: Command Input Triggers |
bgunther
Replies: 3
Views: 3907
|
Forum: zMUD General Discussion Posted: Sun Jul 28, 2002 7:47 am Subject: Command Input Triggers |
You don't want a normal trigger... a normal trigger checks for patterns sent to you from the mud... what you need is #oninput
#oninput {(*)} {#echo Got it, now do what you want with it}
I don't ... |
Topic: Saving from capture window |
bgunther
Replies: 7
Views: 5466
|
Forum: zMUD General Discussion Posted: Mon Jul 22, 2002 10:30 am Subject: Saving from capture window |
According to the online 5.5x help files, there is a focus character, by default the colon (:).
If :equipment:#log equipment.txt doesn't work, I see 2 possibilities:
1. You have either disabled the ... |
Topic: command char # |
bgunther
Replies: 2
Views: 3923
|
Forum: zMUD General Discussion Posted: Fri Jul 12, 2002 8:16 am Subject: command char # |
You mean, like quoting it with the zmud quote character ~ (tilde)?
#alias dowho {~#}
Bob, aka Kayd on SWMud and a few others. |
Topic: auto log |
bgunther
Replies: 3
Views: 4797
|
Forum: zMUD General Discussion Posted: Thu Jul 04, 2002 8:46 am Subject: auto log |
Heres at least one thread that covered this same topic not too long back:
Bob, aka Kayd on SWMud and a few others. |
Topic: zmud licence error |
bgunther
Replies: 1
Views: 3629
|
Forum: zMUD General Discussion Posted: Mon Apr 08, 2002 11:10 am Subject: zmud licence error |
This is answered in the Elicense faq, although it mentions Zugg's other product, AC Explorer, rather than zMud. Both programs use eLicense for registration.
quote: I am getting a "Code 23&quo ... |
Topic: Zmud 6.16 crashes |
bgunther
Replies: 4
Views: 6063
|
Forum: zMUD General Discussion Posted: Thu Apr 04, 2002 10:24 am Subject: Zmud 6.16 crashes |
Ok, you installed as admin: second guess... are you running behind a firewall? Elicense tends to have problems with getting a secure connection through a firewall. I do know that zmud runs on win 2k, ... |
Topic: Zmud 6.16 crashes |
bgunther
Replies: 4
Views: 6063
|
Forum: zMUD General Discussion Posted: Wed Apr 03, 2002 10:41 am Subject: Zmud 6.16 crashes |
Just a guess, but are you running it on an account that has administration privileges? zMud depends on eLicense for copy protection, and when its run for the first time, must have administration privi ... |
Topic: small trigger problem |
bgunther
Replies: 5
Views: 5756
|
Forum: zMUD General Discussion Posted: Wed Mar 27, 2002 9:58 am Subject: small trigger problem |
quote: Pattern: ^~<%n~/%n %n~/%n %n~/%n~>~(*~)~(%n~)me (&1)
Value: emote is trancing %1 times.
#repeat %1 {trance)
emote is finished trancing
Umm... you got a syntax error there, p ... |
Topic: help with automapper |
bgunther
Replies: 6
Views: 5837
|
Forum: zMUD General Discussion Posted: Sat Mar 16, 2002 9:23 am Subject: help with automapper |
Did you run the auto configure of the mapper after creating your tag trigger? This needs to be done to make it work correctly.
Bob, aka Kayd on SWMud and a few others. |
Topic: A wait / delay in an alias and trigger |
bgunther
Replies: 7
Views: 7576
|
Forum: zMUD General Discussion Posted: Tue Mar 12, 2002 12:01 pm Subject: A wait / delay in an alias and trigger |
Hmm... does it have to be 1.5 seconds? Will 2 seconds do? Alarm works with whole seconds... doesn't allow for tenths of seconds.
Assuming 2 seconds will do:
#alias eatmeat {slice meat;cook meat; ... |
Topic: Aliases not executing |
bgunther
Replies: 1
Views: 4376
|
Forum: zMUD General Discussion Posted: Fri Mar 08, 2002 4:09 pm Subject: Aliases not executing |
Chances are, you prolly turned off parsing... if you look down in the lower-right corner of zmud, do you see a little computer icon, with a big X on it? If so, you need to click on that computer icon ... |
Topic: delayed trigger |
bgunther
Replies: 6
Views: 7337
|
Forum: zMUD General Discussion Posted: Sat Mar 02, 2002 9:19 am Subject: delayed trigger |
If you are entering the trigger from the settings editor:
Pattern: ^You go to sleep.
value:
#alarm +40 {wake;wear scarf}
Please note: Those are curly braces {}, not parentheses ().
Bob, a ... |
Topic: delayed trigger |
bgunther
Replies: 6
Views: 7337
|
Forum: zMUD General Discussion Posted: Thu Feb 28, 2002 9:50 am Subject: delayed trigger |
What you want to do is make a 1 time alarm:
#trigger {^You go to sleep.} {#alarm +40 {wake;wear scarf}}
Thats designed to be entered from the command line, and assumes that the You go to sleep i ... |
Topic: really odd automapper problem |
bgunther
Replies: 2
Views: 3903
|
Forum: zMUD General Discussion Posted: Mon Feb 25, 2002 11:39 am Subject: really odd automapper problem |
quote: Oh and sometimes, the rooms that are problem spots seem to have a darker border around them on the map, no idea why the mapper does this though. Even so, I don't think that's entirely the probl ... |
Topic: Wierd Automapper Error |
bgunther
Replies: 8
Views: 6559
|
Forum: zMUD General Discussion Posted: Fri Feb 22, 2002 10:44 am Subject: Wierd Automapper Error |
quote:Error parsing: P
Message: Access violation at address 004DC4FF in module 'ZMUD.EXE'. Read of address FFFFFFFF
This is just a guess, from my knowledge of programming and the process of plug ... |
Topic: UNABLE TO START MY 6.16 while 6.26a Beta Crashes |
bgunther
Replies: 5
Views: 5422
|
Forum: zMUD General Discussion Posted: Thu Feb 21, 2002 9:59 am Subject: UNABLE TO START MY 6.16 while 6.26a Beta Crashes |
No offense, but did you even look at the support library before going off on your rant? There is an e-license faq there, that lists error 23 - it lists it as being a problem with ac explorer, but you ... |
Topic: Re: Class Not Registered |
bgunther
Replies: 7
Views: 6760
|
Forum: zMUD General Discussion Posted: Sun Feb 03, 2002 10:15 am Subject: Re: Class Not Registered |
To gain access to the beta forum, you have to fill out the beta forum application. This is on the main forum page, or just go to this link:
And, to repeat things Kjata has said: Beta is a test ve ... |
Topic: Problems with a mud-command containing a # |
bgunther
Replies: 2
Views: 5294
|
Forum: zMUD General Discussion Posted: Sat Feb 02, 2002 8:50 am Subject: Problems with a mud-command containing a # |
Another option, is to change the character used for commands:
View Menu -> Preferences -> Special characters
Set command character to something besides # (something you find easy to use, but ... |
Topic: AutoOpener |
bgunther
Replies: 10
Views: 9257
|
Forum: zMUD General Discussion Posted: Tue Jan 29, 2002 9:20 am Subject: AutoOpener |
Bah... I left off the last } above, too.
Bob, aka Kayd on SWMud and a few others. |
Topic: AutoOpener |
bgunther
Replies: 10
Views: 9257
|
Forum: zMUD General Discussion Posted: Tue Jan 29, 2002 9:17 am Subject: AutoOpener |
That trigger command was intended to be entered at the command line of zMud. So if you were to cut and paste, you should paste it into the command line and hit enter. If instead you are trying to put ... |
Topic: IF statement |
bgunther
Replies: 4
Views: 5177
|
Forum: zMUD General Discussion Posted: Fri Jan 25, 2002 3:07 pm Subject: IF statement |
Well, this works, at least on a test alias I made.
#alias test {#if (%1) {do %1} {do this}}
Bob, aka Kayd on SWMud and a few others. |
Topic: What is wrong with this alias? |
bgunther
Replies: 1
Views: 3245
|
Forum: zMUD General Discussion Posted: Fri Jan 25, 2002 2:55 pm Subject: What is wrong with this alias? |
Hmm... just a guess... but have you checked the special character settings, to see if the focus character is still checked, and still a colon (:)?
To check that, go to the view menu, preferences su ... |
Topic: Mapper question |
bgunther
Replies: 2
Views: 3740
|
Forum: zMUD General Discussion Posted: Wed Jan 23, 2002 8:48 am Subject: Mapper question |
quote:*Question.my mapper keeps putting in door descriptions between rooms(-II-) when i map,instead of proper links(-).Is there a way to remove this?
One way, is to right-click on the link, and t ... |
Topic: Can Guage buttons be set to be timers? |
bgunther
Replies: 4
Views: 5316
|
Forum: zMUD General Discussion Posted: Sat Jan 19, 2002 9:35 am Subject: Can Guage buttons be set to be timers? |
The simple answer to me is to use an #alarm command for 600 seconds, and echo when the timeout is done:
#alarm +600 {#echo You can quest again.}
However, if you want to do a ten-minute countdown ... |
Topic: Help With Logging. |
bgunther
Replies: 1
Views: 3236
|
Forum: zMUD General Discussion Posted: Wed Jan 16, 2002 9:07 am Subject: Help With Logging. |
quote:Right i hope you people can help me here. First thing first, i am wanting zmud v6.16 to log everything in colour, and maybe in HTML format to a file of my choice. (I.e. i specifiy the filename). ... |
|