Roll20 uses cookies to improve your experience on our site. Cookies enable you to enjoy certain features, social sharing functionality, and tailor message and display ads to your interests on our site and others. They also help us understand how our site is being used. By continuing to use our site, you consent to our use of cookies. Update your cookie preferences .
×
Create a free account
This post has been closed. You can still view previous posts, but you can't post any new replies.

Roll Command Question

September 23 (10 years ago)
I was wanting to know if someone could break down and explain to me the difference between 4d6k3r1 and 4d6rr1d1. They both get the same results more or less in roll20 for character creation, but the second input does tend to yield 2 points higher per roll on average with the limited testing I have done and overall I am just curious as to why or is it just a simple fluke?
September 23 (10 years ago)
Order of operations: the first formula rolls four dice, keeps the highest three, then rerolls 1s; the second rolls four dice, rerolls 1s, then keeps the highest three. An example of where they differ would be an initial roll of 1, 2, 3, 4: the first formula would keep the 2, 3, and 4 and yield 9; the second formula would reroll the 1 until it isn't a 1 and yield 1d5+8 (really 1d6+7, but the d6 can't be a 1).
September 23 (10 years ago)
Hmm, thank you very much for this explanation it makes a lot of sense now.
September 23 (10 years ago)
Is there any difference between 4d6k3r1 and 4d6d1r1?
September 23 (10 years ago)
Pat S.
Forum Champion
Sheet Author
4d6k3r1 : that rolls 4d6, keeps the highest 3 rolls, and rerolls any 1's

4d6d1r1: that rolls 4d6, drops the lowest roll, and reroll any 1's

The results turn out to be the same for that macro but if you roll 6d6 then it would be more different.

6d6k3r1: rolls 6d6, keeps the highest 3, and rerolls 1s (this has the result of 3 dice rolled)

6d6d1r1: rolls 6d6, drops the lowest die, and rerolls 1s (this has the result of 5 dice rolled)

Does that help?
September 23 (10 years ago)
Yes, thank you. :)