Copied from
(remove the spaces from the string to make it work)
Using this roller you can easily generate the base stats for your character.
To use:
: stats [number of rolls]d[number of sides][+/-][modifier],[drop lowest? y/n],[number of stats to roll] :
If there is none you may omit the modifier but you must always include the command to drop the lowest roll or not (y/n) and the amount of stats to roll.
Here are some examples...
1. This is the D&D method of rolling stats. 4d6 will be rolled 6 times and the lowest roll each time will be dropped.
: stats 4d6,y,6 :
Stats rolled 6 times using 4d6 and dropping the lowest roll
2,6,5,6: 17
3,3,5,4: 12
4,3,1,5: 12
3,5,1,4: 12
5,1,2,4: 11
1,2,1,6: 9
2. This rolls the same as 1. but will also add 1 to the total roll.
: stats 4d6+1,y,6 :
Stats rolled 6 times using 4d6+1 and dropping the lowest roll
4,2,5,5: 14 + 1 = 15
6,5,2,1: 13 + 1 = 14
4,1,1,6: 11 + 1 = 12
4,5,4,1: 13 + 1 = 14
1,4,6,4: 14 + 1 = 15
2,6,2,1: 10 + 1 = 11
3. If you don't want the lowest to be dropped then change the 'y' to a 'n'.
: stats 4d6,n,6 :
Stats rolled 6 times using 4d6
6,3,5,1: 15
4,5,6,2: 17
6,5,1,6: 18
3,3,6,6: 18
3,1,6,6: 16
5,4,1,6: 16