DiceParser icon indicating copy to clipboard operation
DiceParser copied to clipboard

Powerful dice Roller is used as discord bot, irc bot, cli tool and inside Rolisteam : 1d20+4, 1L[head,arm,leg,belly,chest], 1d6+1d8, 8+5*3

Results 23 DiceParser issues
Sort by recently updated
recently updated
newest added

I've been using DiceParser on my Discord server for a couple of years. It works great in channels, but it doesn't seem to be able to react to messages in...

enhancement

While testing out the Keep and Reroll/Reroll Until commands it appears that Keep followed by Reroll Until doesn't work, while Reroll does work in the same place: !4d6k3R[>8] doesn't work...

enhancement

At the moment, we have an L command that act as a list, but it returns random values from the list. I.e. `!2L["cat", "dog", "bird", "cow"]` returns 2 random values...

enhancement

Hi, I have some output errors (worked like a charm around a year ago) And not just a few, in one macro I have 3 types of error, you can...

The r/R modifiers don't seem to work in any way that I want them to. What I'm trying to accomplish is "roll 3d6, rerolling on any sum less than 10"....

enhancement

**Do not integrates thoses commit they are not ready, I am doing this PR because I need some help, and I thought it was the best way to discuss and...

This simple macro shows the issue. I also tried it with quotes around the f and d in the conditionals: `sym\((\d+)([fd])?(?:,(.*))?\) \2S[=f]{"got F"}[=d]{"got D"}{"got none"} true` The regex works fine...

enhancement

A feature to consider: The game system Tunnels and Trolls has a thing similar to exploding dice, but slightly different. It's doubles and triples of the same value rolled get...

enhancement

hello, It is written in the documentation of Rolisteam Write 4d10;$2c[>6];$2c[6];$2c[

documentation

the @ command returns an empty string or crashes if executed inside a repeat function all used commands work standalone without repeat example : `!repeat(5d5;5d5;"@1",10)` > 14 - Details [5,3,2,2,2]...

enhancement