Rolisteam / DiceParser

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

Home Page:http://www.rolisteam.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

next instruction doesn't work with multiple dice rolls and explode

Xsilleze opened this issue · comments

What I want to roll: !4d6Kl;4d6Kl;4d6Kl;4d6Kl;4d6Kl;4d6Kl

Its suppose to roll 4d6 6 times and destroy the lowest number of each roll separately but the Kl function doesn't work after a " ; " next instruction

am I doing something wrong?

The command you want to roll is !4d6K3;4d6K3;4d6K3;4d6K3;4d6K3;4d6K3

dice parser

I tried this command but some random number pop ups and is added to the equation but not everytime.
As you can see within this brackets [ ] a random number appears and is added to the roll and I'm not sure with that 8

The result is 14 so 6 + 2 + 3 + 3 + 2 = 16 - lowest number which is 2 = 14.

Kl is about keeping the lowest.
K is about Keeping and Exploding (not what you want)

Run this command: !4d6k3;4d6k3;4d6k3;4d6k3;4d6k3;4d6k3

k is the command to keep.