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

Quick and dirty macro/code needed for attack roll

Having a large scale battle Instead of having to click on the weapon to roll a 1d4+6 (like fifty times) I was hoping there was a better shortcut. Doing 50d4+6 doesnt work, since I need the 6 to be added to each one. I kinda forgot how I handled this before.
If you just need the raw sum total, then you can use: [[  ?{How many times?|50}d4 +  ?{How many times?}*6 ]]
If you're needing to count how many hit given a target number the syntax is [[ {?{How many times?|50}d4+6}>?{Target|0} ]] That would roll 50 d4's add 6 to each then compare with the target number counting those that meet or exceed the number.
thank you /r 50d4+[[50*6]] worked