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 for multiple hits

We play dnd 5e14 and for the summoner I used this macro to count how many attacks hit, but to be honest I have no idea how to add an advantage here or even an analogue of elven accuracy (3 dice). Does anyone have any ideas? [[?{How many attacks?}d20>?{How many do you need on the die?}]]
A statistical approach is the simplest [[ ?{How many attacks?}d[[20**?{Roll Type|Normal,1|Advantage,2|Elven Accuracy,3}]]>[[(?{How many do you need on the die?}-1)**?{Roll Type}+1]]cs>[[19**?{Roll Type}+1]] ]] This modified version of your current macro checks for hits based on the respective probabilities of 1, 2 and 3 dice advantage. It's not the prettiest solution but it'll work. There is an open suggestion for a custom dice syntax which would allow for a better solution so consider voting for it.