Author |
Message |
Topic: saving text for later use? |
Haloway13
Replies: 7
Views: 6587
|
Forum: zMUD General Discussion Posted: Fri Nov 01, 2002 6:50 pm Subject: saving text for later use? |
Why not do both?
Tim |
Topic: Advanced population of map information problems |
Haloway13
Replies: 1
Views: 2891
|
Forum: zMUD General Discussion Posted: Fri Nov 01, 2002 6:39 pm Subject: Advanced population of map information problems |
Is there a way to directly populate information to the map database? including exit to/from information?
The reason I ask is that I have had limited success on getting the auto configuration to rec ... |
Topic: Multiplay settings for individual characters |
Haloway13
Replies: 2
Views: 4834
|
Forum: zMUD General Discussion Posted: Tue Mar 12, 2002 8:33 am Subject: Multiplay settings for individual characters |
What I have resorted to (not because of multi-ing) using is when I play one specific mud I have all shared aliases/paths go into one .mud settings file. Additionally, each character inherits settings ... |
Topic: A wait / delay in an alias and trigger |
Haloway13
Replies: 7
Views: 11811
|
Forum: zMUD General Discussion Posted: Tue Mar 12, 2002 8:08 am Subject: A wait / delay in an alias and trigger |
Hmmm. Is there a message that is displayed once you start to cook the meat? If so you could do a:
#trigger {Your meat starts cooking.} {#wa 1500;eat meat...}
Does that make sense?
Tim |
Topic: A wait / delay in an alias and trigger |
Haloway13
Replies: 7
Views: 11811
|
Forum: zMUD General Discussion Posted: Tue Mar 12, 2002 6:21 am Subject: A wait / delay in an alias and trigger |
Try this:
#alias feed {slice meat;cook meat;#wa 1500;eat meat}
Tim |
Topic: Zmud 6.16 crashing W2K when exe'ing a path |
Haloway13
Replies: 5
Views: 6494
|
Forum: zMUD General Discussion Posted: Mon Mar 11, 2002 11:52 pm Subject: Zmud 6.16 crashing W2K when exe'ing a path |
I am still having problems when I put in the command line 35+ direction commands separated by ;s. I know I havew the correct driver now and if I limit my use to Paths and Aliases that use this sendlin ... |
Topic: Random lines |
Haloway13
Replies: 2
Views: 3781
|
Forum: zMUD General Discussion Posted: Mon Mar 11, 2002 9:34 am Subject: Random lines |
This is what I would do:
Generate a list of all phrases into a list.
Generate a randowm number from 1 to n.
Retrieve nth item from the list.
Display it.
Delete nth Item from list.
Tim
Tim |
Topic: showing a path like %alias does |
Haloway13
Replies: 1
Views: 3388
|
Forum: zMUD General Discussion Posted: Mon Mar 11, 2002 7:51 am Subject: showing a path like %alias does |
Is it possible to show the contents of a specific path?
with an alias it is like:
#alias test {This is a test!}
#alias tellalias {tell %1 %alias(%2)}
so that when you type:
tellalias Joe test
... |
Topic: Removing ability to reverse a path |
Haloway13
Replies: 1
Views: 3476
|
Forum: zMUD General Discussion Posted: Mon Mar 11, 2002 6:54 am Subject: Removing ability to reverse a path |
Is there a way to dissallow the reversability of a path? There are some paths that I have that I would never, ever want to be able to reverse since they are paths in non-euclidian space.
I imagine ... |
Topic: Zmud 6.16 crashing W2K when exe'ing a path |
Haloway13
Replies: 5
Views: 6494
|
Forum: zMUD General Discussion Posted: Sun Mar 10, 2002 6:30 pm Subject: Zmud 6.16 crashing W2K when exe'ing a path |
I found out that indeed my driver for my network card was slightly off! With the right driver I do not even need the sendline delay :)
I had installed a v5 driver when the card was only a v4! It is ... |
Topic: Zmud 6.16 crashing W2K when exe'ing a path |
Haloway13
Replies: 5
Views: 6494
|
Forum: zMUD General Discussion Posted: Sun Mar 10, 2002 7:52 am Subject: Zmud 6.16 crashing W2K when exe'ing a path |
Thanks! I wish I would have tried the solution mentioned in that thread before! I did some experimenting and even a sendline delay of 1 takes care of the problem. After playing with it for a little wh ... |
Topic: Zmud 6.16 crashing W2K when exe'ing a path |
Haloway13
Replies: 5
Views: 6494
|
Forum: zMUD General Discussion Posted: Sun Mar 10, 2002 7:30 am Subject: Zmud 6.16 crashing W2K when exe'ing a path |
I thgought I had a corrupt settings file. I tried and tried and tried to get the problem worked out to no avail.
I re-installed Zmud after un-licensing, renaming all previous backed up zmud folders ... |
|