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

Macro to drop 1s

I have a halfling barbarian and was wondering if there was a macro to drop 1s. Specifically, something I could add to these macros: Macro: /me swings his hammer [[1d20+4]] for [[1d10+3]] bludgeoning damage Macro: /me swings his hammer [[2d20k1+4]] for [[1d10+5]] bludgeoning damage Macro: /me throws a javelin [[1d20+4]] for [[1d6+3]] piercing damage
1382333039
Gauss
Forum Champion
Which ones do you need to drop? Do they simply need to be rerolled until you roll something besides a 1? If so: <a href="https://wiki.roll20.net/Dice_Reference#Rerolling_Dice" rel="nofollow">https://wiki.roll20.net/Dice_Reference#Rerolling_Dice</a> - Gauss
That did the trick, than you very much: This works perfectly: /me swings his hammer [[2d20k1r&lt;1+4]] for [[1d10+5]] bludgeoning damage
Is there a way to limit the number of rerolls? The halfling has to use its second roll, but that macro rerolls a 1 until it gets something else. (I just rolled 3-1s in a row, and rerolled until it had a 19.
1382340250
Gauss
Forum Champion
Chris , afraid not. At this time you would need the API for that. - Gauss
Okay. We are way better off than we were anyway. Now I just have to keep an eye out for the 1 in 400 chance of double 1s. Thanks again for your help (and all the things you do at roll20).