|
ParrEich Newbie
Joined: 08 Nov 2000 Posts: 5 Location: USA
|
Posted: Tue May 22, 2001 5:05 am
Autoroller for Inferno |
Finished Roller set is as follows:
Pattern
Agility: (%1)/100 Constitution: (%2)/100 Discipline: (%3)/115 Empathy: (%4)/100
Value
#var agi %1
#var con %2
#var dis %3
#var emp %4
Pattern
Memory: (%1)/100 Perception: (%2)/100 Reasoning: (%3)/105 Speed: (%4)/100
Value
#var mem %1
#var per %2
#var rea %3
#var spd %4
Pattern
Strength: (%1)/100 Willpower: (%2)/105
Value
#var str %1
#var wil %2
Pattern(trigger on prompt)
[Enter 'yes' to accept these stats or anything else to reroll]
Value
#var reroll 1
#if (@agi<80) {#var reroll 0}
#if (@con<80) {#var reroll 0}
#if (@dis<80) {#var reroll 0}
#if (@emp<80) {#var reroll 0}
#if (@mem<80) {#var reroll 0}
#if (@per<80) {#var reroll 0}
#if (@rea<80) {#var reroll 0}
#if (@spd<80) {#var reroll 0}
#if (@str<80) {#var reroll 0}
#if (@wil<80) {#var reroll 0}
#if (@reroll=1) {yes} {no}
Simply replace "80" with your minimum; 1 for irrelevant attributes |
|
|
|
Severian Newbie
Joined: 06 Dec 2001 Posts: 2 Location: USA
|
Posted: Thu Dec 06, 2001 11:10 pm |
Alright, I know this is a very old message . . . but how do I go about getting this to work? I'm (as would be obvious) new with the Zmud and couldn't get this thing to work no matter what I did.
Is there specific 'Trigger on' or 'other options' choices that need to be selected or is it something else? Any help is much appreciated. |
|
|
|
|
|