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

Help with WoD style dice marco?

I've been scouring the forums and the web for a macro that will: -roll d10s -add 8's & 9's as +1 success -add 10's as +2 successes -subtract 1's as -1 So far I've only come to: /r {5d10}>8f1 Is there a way to have 10's counted as 2 successes instead of only 1??? Clarification: I'm not looking for exploding dice (10's counted as +1 and rolled again) BUT perhaps a way around my issue is to lower the target number on exploded dice so they always count as a success.... but I dunno if that is possible either. HELP
1432797706
Lithl
Pro
Sheet Author
API Scripter
The best means is to use a rollable table, honestly.
"Rollable table"? I'm thinking to literally xP
1432799964
Lithl
Pro
Sheet Author
API Scripter
<a href="https://wiki.roll20.net/Card_Decks_and_Rollable_Ta" rel="nofollow">https://wiki.roll20.net/Card_Decks_and_Rollable_Ta</a>... Create a -1 entry with weight 1, a 0 entry with weight 5, a 1 entry with weight 3, and a 2 entry with weight 1.
Absolutely awesome! Thank you so much Brian! Works perfectly. Doesn't give the kewl 3D dice rolling on the table option but the number output in chat with success summary is exactly what I was looking for. I wish I could give your account a thumbs up! xD