Author |
Message |
Topic: Maths and data lists |
etali
Replies: 9
Views: 9705
|
Forum: zMUD General Discussion Posted: Sun Feb 01, 2004 3:00 am Subject: Maths and data lists |
Ok, I'm not going to be defeated by this, but I'm confused.
I've been reading up on various stuff and apparently %eval forces and expression to be evaluated.
In the code I gave above, I was assu ... |
Topic: Maths and data lists |
etali
Replies: 9
Views: 9705
|
Forum: zMUD General Discussion Posted: Sun Feb 01, 2004 12:00 am Subject: Maths and data lists |
I don't understand what you mean there?
|
Topic: Maths and data lists |
etali
Replies: 9
Views: 9705
|
Forum: zMUD General Discussion Posted: Sat Jan 31, 2004 10:28 pm Subject: Maths and data lists |
I have several pouches so I want it to total across ALL pouches, then display a list at the end of:
12 wirren
5 jegga
99 harfy
Or whatever, after triggering on several of those pouch #99 cont ... |
Topic: Maths and data lists |
etali
Replies: 9
Views: 9705
|
Forum: zMUD General Discussion Posted: Sat Jan 31, 2004 8:33 pm Subject: Maths and data lists |
Ages ago I was having trouble with the reparse command and asked on here for help.
I want to trigger on, say pouch #12 has 12 batches of wirren, 2 batches of harfy, 5 batches of wirren.
So I wou ... |
Topic: Trigger repeatedly on one line |
etali
Replies: 2
Views: 4495
|
Forum: zMUD General Discussion Posted: Mon Sep 01, 2003 10:26 am Subject: Trigger repeatedly on one line |
Thanks for your help! I think I understand the #forall bit - there can be up to six items in a pouch, and the description can go over more than one line, but if I add five commas, that should process ... |
Topic: zmud menu shortcuts |
etali
Replies: 4
Views: 8255
|
Forum: zMUD General Discussion Posted: Mon Sep 01, 2003 12:17 am Subject: zmud menu shortcuts |
I could be wrong but I don't see how you can get the focus away from the command line other than by pressing Alt.
I think what you're doing is maybe planning to press Alt-H for health potion or som ... |
Topic: Godwars Questing Trigger |
etali
Replies: 5
Views: 7963
|
Forum: zMUD General Discussion Posted: Mon Sep 01, 2003 12:03 am Subject: Godwars Questing Trigger |
I don't know your mud, but how about if you set a trigger to match a list of items, and then, from that it will slow-walk you to a set location?
It's probably not the best method programming wise, ... |
Topic: Trigger repeatedly on one line |
etali
Replies: 2
Views: 4495
|
Forum: zMUD General Discussion Posted: Sun Aug 31, 2003 11:52 pm Subject: Trigger repeatedly on one line |
I'd like to strip out the number of batches of each herb in a pouch and put them in variables, so this would show up as...
pouch #99 contains 5 batches of wirren, 4 batches of jegga, 5 batches of w ... |
Topic: Trigger / DB question |
etali
Replies: 7
Views: 8221
|
Forum: zMUD General Discussion Posted: Sat Aug 23, 2003 11:33 pm Subject: Trigger / DB question |
I wasn't criticising anything by saying the untrigger in your version was wrong - I realise they're in the same place in both my version and yours - thats why I commented. It seems strange that my ve ... |
Topic: Trigger / DB question |
etali
Replies: 7
Views: 8221
|
Forum: zMUD General Discussion Posted: Sat Aug 23, 2003 7:53 pm Subject: Trigger / DB question |
Thanks lightbulb! That worked great :>
The only problem was that it was untriggering after the first item in the list, and not catching the others, which my version didn't do??
I've 'fixed' ... |
Topic: Trigger / DB question |
etali
Replies: 7
Views: 8221
|
Forum: zMUD General Discussion Posted: Sat Aug 23, 2003 11:43 am Subject: Trigger / DB question |
Hi
Thanks for your answer.
I did make a typo with the potion number - What I meant was instead of, say 'blue potion999' it comes out as 'potion999' - I want it to add the word blue as well as th ... |
Topic: Trigger / DB question |
etali
Replies: 7
Views: 8221
|
Forum: zMUD General Discussion Posted: Fri Aug 22, 2003 10:19 pm Subject: Trigger / DB question |
I'm fairly new to zMud scripting. I thought I was getting somewhere but I've got a wierd problem.
I've got this alias to check an inventory and add everything in it to a database:
#TRIGGER {^("* ... |
|