Author |
Message |
Topic: trying to figure out how random works |
dvgalius2002@yahoo.com
Replies: 2
Views: 4496
|
Forum: zMUD General Discussion Posted: Wed May 23, 2007 8:23 am Subject: trying to figure out how random works |
works great thanks |
Topic: trying to figure out how random works |
dvgalius2002@yahoo.com
Replies: 2
Views: 4496
|
Forum: zMUD General Discussion Posted: Wed May 23, 2007 6:48 am Subject: trying to figure out how random works |
I have a var with different options trying to get random working
#var {one.wav|two.wav|three.wav|four.wav|five.wav}
Now I have a trigger which is suppose to go off and play any of the five wavs. ... |
Topic: how do you caputure multiple lines for triggers |
dvgalius2002@yahoo.com
Replies: 1
Views: 3444
|
Forum: zMUD General Discussion Posted: Thu Mar 22, 2007 5:13 pm Subject: how do you caputure multiple lines for triggers |
like I say I have this output
The Sandtrooper is dead! R.I.P.
You receive your share of experience -- 43672 points.
And I want to make a trigger that captures both of these lines and stores th ... |
Topic: identify trigger |
dvgalius2002@yahoo.com
Replies: 22
Views: 22055
|
Forum: zMUD General Discussion Posted: Fri Oct 27, 2006 3:16 am Subject: identify trigger |
actually I might have posted too soon. It seems whenever I add a trigger such as this:
#trigger "tItemAffects" {(AC-apply is [%a%s-])} {#additem Affects "%1"}
For ac level it seems to replace th ... |
Topic: identify trigger |
dvgalius2002@yahoo.com
Replies: 22
Views: 22055
|
Forum: zMUD General Discussion Posted: Thu Oct 26, 2006 4:49 pm Subject: identify trigger |
Edited. |
Topic: identify trigger |
dvgalius2002@yahoo.com
Replies: 22
Views: 22055
|
Forum: zMUD General Discussion Posted: Thu Oct 26, 2006 5:34 am Subject: identify trigger |
when I change the condition to duration or within lines the trigger fires but it makes up a huge number for minlevel in replace of nothing. how would the trigger look like? |
Topic: identify trigger |
dvgalius2002@yahoo.com
Replies: 22
Views: 22055
|
Forum: zMUD General Discussion Posted: Wed Oct 25, 2006 5:13 am Subject: identify trigger |
Thanks Matt, that way works. However I've noticed that when a certain object doesn't have a Minimum level (since not all do) the trigger doesn't fire, is there a simple way to fix this? |
Topic: identify trigger |
dvgalius2002@yahoo.com
Replies: 22
Views: 22055
|
Forum: zMUD General Discussion Posted: Wed Oct 25, 2006 3:42 am Subject: identify trigger |
#trigger {Object ~'(*)~'} {Item = "%1"}
#condition {Can affect you as :} {#T+ tItemAffects;Affects = ""}
#condition {~<(%d)~((%d)~)hitp (%d)~((%d)~)mana (%d)~((%d)~)move~>~((%d) EXP~)} {#T- ... |
Topic: identify trigger |
dvgalius2002@yahoo.com
Replies: 22
Views: 22055
|
Forum: zMUD General Discussion Posted: Tue Oct 24, 2006 5:38 am Subject: identify trigger |
Ok got that to work, thanks. Now just one more dumb question for all you smart people and I'll be happy. =) These are the triggers I have so far:
#trigger {Object ~'(*)~'} {Item = "%1"}
#conditio ... |
Topic: identify trigger |
dvgalius2002@yahoo.com
Replies: 22
Views: 22055
|
Forum: zMUD General Discussion Posted: Tue Oct 24, 2006 3:54 am Subject: identify trigger |
ah ok I've seen to have gotten it to work, just have one little problem whenever an item gives a negative affect (i.e. Affects: Wisdom by -3) all it says is Wisdom by (blank). Any idea how to fix that ... |
Topic: identify trigger |
dvgalius2002@yahoo.com
Replies: 22
Views: 22055
|
Forum: zMUD General Discussion Posted: Mon Oct 23, 2006 2:05 pm Subject: identify trigger |
still can't seem to get it to work heres what I have
#trigger {Object ~'(*)~'} {Item = "%1"}
#condition {Can affect you as:} {#T+ tItemAffects;Affects = ""}
#condition {(%d)~((%d)~)hitp (%d)~(( ... |
Topic: identify trigger |
dvgalius2002@yahoo.com
Replies: 22
Views: 22055
|
Forum: zMUD General Discussion Posted: Mon Oct 23, 2006 5:09 am Subject: identify trigger |
1097(1249)hitp 1561(1711)mana 166(283)move> This is what my prompt basically looks like |
Topic: identify trigger |
dvgalius2002@yahoo.com
Replies: 22
Views: 22055
|
Forum: zMUD General Discussion Posted: Mon Oct 23, 2006 4:52 am Subject: identify trigger |
Ah yeah after I scan an item I of course can see my prompt. Sorry about that. |
Topic: identify trigger |
dvgalius2002@yahoo.com
Replies: 22
Views: 22055
|
Forum: zMUD General Discussion Posted: Mon Oct 23, 2006 2:30 am Subject: identify trigger |
Yes the number of affects vary from item to item, but after the affects is nothing. I tried using these triggers with no success. |
Topic: identify trigger |
dvgalius2002@yahoo.com
Replies: 22
Views: 22055
|
Forum: zMUD General Discussion Posted: Sun Oct 22, 2006 10:31 pm Subject: identify trigger |
anyone know? |
Topic: identify trigger |
dvgalius2002@yahoo.com
Replies: 22
Views: 22055
|
Forum: zMUD General Discussion Posted: Sun Oct 22, 2006 3:07 am Subject: identify trigger |
Hello everyone, I'm trying to make an identify trigger to relay the statistics of an object to the whole group. Now I know I could make seperate triggers for each affect and it tell the group each one ... |
Topic: Coloring Prompt Trigger |
dvgalius2002@yahoo.com
Replies: 4
Views: 5909
|
Forum: zMUD General Discussion Posted: Sat Aug 05, 2006 4:46 am Subject: Coloring Prompt Trigger |
Yeah that was it forgot to put the ~ for the parenthesis, thanks! |
Topic: Coloring Prompt Trigger |
dvgalius2002@yahoo.com
Replies: 4
Views: 5909
|
Forum: zMUD General Discussion Posted: Fri Aug 04, 2006 8:16 am Subject: Coloring Prompt Trigger |
Hey guys I'm just trying to color my prompt using a trigger since the mud I play doesn't allow colors in prompts.
Here is my prompt:
<171710/795744hp, 39327/88874mana, 36886/161363mv><8 ... |
Topic: Trigger question |
dvgalius2002@yahoo.com
Replies: 10
Views: 14702
|
Forum: zMUD General Discussion Posted: Fri Aug 04, 2006 4:14 am Subject: Trigger question |
Thanks guys, works great. |
Topic: Trigger question |
dvgalius2002@yahoo.com
Replies: 10
Views: 14702
|
Forum: zMUD General Discussion Posted: Thu Aug 03, 2006 5:26 am Subject: Trigger question |
Hey guys, sorry I don't know much about triggers. Just wondering how I would color certain words in sentences.
For example, "You get 3827 gold coins from the corpse of a Guard"
How would I color ... |
Topic: Lyric Bot |
dvgalius2002@yahoo.com
Replies: 4
Views: 16728
|
Forum: Finished MUD Scripts Posted: Wed Aug 02, 2006 8:03 am Subject: Lyric Bot |
Has anyone gotten this to work? I've tried using it on the newest version of Zmud and can't seem to get it to function properly. I think its due to not knowing how to making the Database properly. Any ... |
|