|
Leonne Newbie
Joined: 14 May 2004 Posts: 8 Location: Australia
|
Posted: Fri May 14, 2004 4:46 pm
Solace ll: A New Dawn |
Str: 16 Int: 3 Wis: 15 Dex: 11 Con: 20 Accept these? (Y/N)
I cannot for the life of me remember the autostat roller trigger I used to use for this MUD.
Is anyone able to help me out? I have tried different ways that have been suggested but can't seem to get it together this time.
Help would be MUCH appreciated. Thank you. :)
I have latest verson of zmud |
|
|
|
LightBulb MASTER
Joined: 28 Nov 2000 Posts: 4817 Location: USA
|
Posted: Fri May 14, 2004 6:03 pm |
You have either 1 or 2 spaces following each stat name, depending on the size of the next number, so your pattern must take that into account. You didn't say what values you want, so I used the ones in your example. Don't forget the options.
#TR {Str:%s(%d) Int:%s(%d) Wis:%s(%d) Dex:%s(%d) Con:%s(%d) Accept these} {#IF ((%1 > 15) AND (%2 > 2) AND (%3 > 14) AND (%4 > 10) AND (%5 > 19)) {Y} {N}} {} {nocr|prompt} |
|
|
|
Leonne Newbie
Joined: 14 May 2004 Posts: 8 Location: Australia
|
Posted: Fri May 14, 2004 11:46 pm |
Pattern Str: %1 Int: %2 Wis: %3 Dex: %4 Con: %5 Accept these? (Y/N)
Value #TR {Str:%s(%d) Int:%s(%d) Wis:%s(%d) Dex:%s(%d) Con:%s(%d) Accept these} {#IF ((%1 > 15) AND (%2 > 2) AND (%3 > 14) AND (%4 > 10) AND (%5 > 19)) {Y} {N}} {} {nocr|prompt}
Options ?? and other options trigger on trigger?
Max stats are 24/15/17/17/24 total being 97
Previously, I was able to put stats I wanted to get close too, or add up to a number, and it would autoroll, allowing me to keep working elsewhere and stop when it achieved the stat total.
I tried putting in autoroller after TR in the value line, but that didn't work.
What does the nocr stand for and do in the value line?
Sorry for long post. I am trying to figure this all out and hopefully learn more.
Thanks |
|
|
|
nexela Wizard
Joined: 15 Jan 2002 Posts: 1644 Location: USA
|
Posted: Sat May 15, 2004 12:23 am |
That trigger was meant to be put into the command line.
Delete your trigger copy Lightbulbs trigger and paste it into your command line (where you type) and hit enter
please read the helpfile for pattern matching, triggers etc all that is explained
quote: Previously, I was able to put stats I wanted to get close too, or add up to a number, and it would autoroll, allowing me to keep working elsewhere and stop when it achieved the stat total.
Yes you would have to change the values in the #IF statement to reflect what you want |
|
|
|
Leonne Newbie
Joined: 14 May 2004 Posts: 8 Location: Australia
|
Posted: Sat May 15, 2004 1:07 am |
OH my goodness. Thank you so much. I was setting it up in the wrong place. My many many thanks indeed. :)
|
|
|
|
Leonne Newbie
Joined: 14 May 2004 Posts: 8 Location: Australia
|
Posted: Sat May 15, 2004 7:48 am |
Well, it was going well for the first time I tried it but now, it seems to race through the rolls.
N
Str: 25 Int: 10 Wis: 17 Dex: 17 Con: 21 Accept these? (Y/N) Str: 13 Int: 13 Wis: 17 Dex: 13 Con: 19 Accept these? (Y/N) Y
N
Str: 21 Int: 9 Wis: 8 Dex: 14 Con: 23 Accept these? (Y/N) N
N
Str: 13 Int: 15 Wis: 17 Dex: 16 Con: 13 Accept these? (Y/N) Str: 15 Int: 15 Wis: 4 Dex: 6 Con: 24 Accept these? (Y/N) N
N
Str: 25 Int: 11 Wis: 16 Dex: 11 Con: 14 Accept these? (Y/N) N
N
Str: 20 Int: 6 Wis: 16 Dex: 8 Con: 21 Accept these? (Y/N) Str: 25 Int: 7 Wis: 14 Dex: 11 Con: 19 Accept these? (Y/N) N
N
Str: 13 Int: 5 Wis: 13 Dex: 13 Con: 15 Accept these? (Y/N) Str: 22 Int: 8 Wis: 4 Dex: 17 Con: 21 Accept these? (Y/N) N
And it automatically accepts the stats. How do I stop it from accepting them? (yes, read up the info on triggers, and just gave myself a big headache.)
If I wanted to roll a mino .. the max stats for a mino I think are
25/15/17/17/24 . I tried changing the numbers but still have the same problesm.
(yeah, I am very green in this area, but learning by my mistakes.)
And what does nocr stand for? |
|
|
|
Leonne Newbie
Joined: 14 May 2004 Posts: 8 Location: Australia
|
Posted: Sat May 15, 2004 7:55 am |
I think I worked out the nocr bit. But the rest is still the same. :) thanks for your time and patience. You will need LOTS of it. :)
|
|
|
|
LightBulb MASTER
Joined: 28 Nov 2000 Posts: 4817 Location: USA
|
Posted: Sat May 15, 2004 8:26 am |
I thought having the autoroller accept automatically was the idea? If you don't want it to send Y, then use #BEEP or something.
You appear to have both Newline and Prompt enabled in the trigger options. Disable Newline (that's what the nocr option does).
Trying to roll max stats is a waste of time. Out of all the millions of possible rolls, only one permutation will be the max in everything. Even with an autoroller, this will usually take months to get once. But here's the max stats for mino
#TR {Str:%s(%d) Int:%s(%d) Wis:%s(%d) Dex:%s(%d) Con:%s(%d) Accept these} {#IF ((%1 > 24) AND (%2 > 14) AND (%3 > 16) AND (%4 > 16) AND (%5 > 24)) {#BEEP} {N}} {} {nocr|prompt}
A reasonable goal is usually about 2 points below max in the one or two most important stats for the intended race/class and average or above in everything else. That will usually take under an hour. |
|
|
|
Leonne Newbie
Joined: 14 May 2004 Posts: 8 Location: Australia
|
Posted: Sat May 15, 2004 9:14 am |
Sorry, I didn't mean I wanted to get max stats. And yes, newline is disabled, but it is still seeming rolling 2 lines at once. I've included the beep to see what happens. Thanks. At my age, learning computers is challenging .. not just for me. ;) :D
|
|
|
|
LightBulb MASTER
Joined: 28 Nov 2000 Posts: 4817 Location: USA
|
Posted: Sat May 15, 2004 3:48 pm |
If you have Newline disabled, the only other likely cause of double answers is a second trigger.
|
|
|
|
|
|