|
equinoxx Newbie
Joined: 15 Nov 2000 Posts: 9 Location: USA
|
Posted: Thu Nov 27, 2003 11:31 pm
statroller help |
this is my mud out put and am looking to do a stat roller
Str: 8 Int: 18 Wis: 16 Dex: 13 Con: 10 Arc: 17 Luc: 12 (Y/N)?
i would like to have it to hit with 17 min on each one
Thanks.. |
|
|
|
LightBulb MASTER
Joined: 28 Nov 2000 Posts: 4817 Location: USA
|
Posted: Fri Nov 28, 2003 7:27 pm |
Put this in your command line.
#TR autoroller {Str:%s(%d)%sInt:%s(%d)%sWis:%s(%d)%sDex:%s(%d)%sCon:%s(%d)%sArc:%s(%d)%sLuc:%s(%d)%s~(Y/N} {#IF ((%1 > 16) AND (%2 > 16) AND (%3 > 16) AND (%4 > 16) AND (%5 > 16) AND (%6 > 16) AND (%7 > 16)) {Y} {N}} {} {nocr|prompt} |
|
|
|
Arcane_of_Discworld Wanderer
Joined: 29 Jan 2002 Posts: 99 Location: UK
|
Posted: Fri Nov 28, 2003 8:02 pm |
You are going to be rolling for a VERY long time but good luck with it =) Why don't you add a counter to the {N} so you can report how many rolls it takes to get your target.
Arcane |
|
|
|
|
|