aristotle Newbie
Joined: 23 Feb 2007 Posts: 8
|
Posted: Sun Feb 25, 2007 3:06 am
Realms of Despair Autoroll / Reroll |
Here's the fastest way to autoroll on RoD:
Pattern: Your base stats: %s (%d)%sstr (%d)%sint (%d)%swis (%d)%sdex (%d)%scon (%d)%scha (%d)%slck.
Value:
#VAR strvar %1
#VAR intvar %2
#VAR wisvar %3
#VAR dexvar %4
#VAR convar %5
#VAR chavar %6
#VAR lckvar %7
#if ((@strvar > 16) and (@dexvar > 16) and (@lckvar > 16) and (@strvar + @dexvar + @lckvar > 51)) {pull cord} {reroll}
That's it. Add a simple trigger that fires 'stat' command from reroll, and you're all set. I think mine is something like
#Trigger Your character's {stat}
Right now it's set to get a character with no less than 17/17/18 in str, dex, and luck, with the 18 being placed in either stat. you can pretty easily modify that to your liking. |
|