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 Help

Hello Everyone, I would like to know how to make a simple macro where. I can roll XD6>5 Also if possible roll XD6>5 and the amount of 6's = additional rolls
You can do both of those things, the second thing is called "exploding dice". Here's the first: /roll {1d20 + @{selected|ToHit}}>@{target|AC} Where "selected" is the currently selected token and "target" is the target of the attack. Of course, the target token has to have an attribute called AC and the selected token should have a ToHit attribute (or if you'd rather them have a separate BAB and modifier attributes). Exploding dice are as such: /roll 3d6!>5 In this example, any dice that are 5 or higher "explode", or have an additional die rolled for them. You can simply put {3d6!} to only roll on the highest on the given die (a six, in this case).
1401568748
Dylan G.
Pro
Marketplace Creator
Sheet Author
If you're looking to set up a macro, like Lucesque's, that lets you set up the number of dice rolled upon activation, give this a try: /roll ?{Number of Dice}d6!>5