[1000000d6] should not be allowed
Brought to you by:
ajaximrpg
[1000000d6] rolls a million 6-sided dice; there is no upper limit on the number of dice or number of sides. This could bog down the server, cause trouble for other players and the logs and just be a nuisance. There should be some upper limit perhaps [100d1000] should be the limit.
Changed interpretDice() in ajax_act.php to ignore dice rolling that involves more than 100 dice and/or more than 1000 sides. The dice roll request is shown to all users but no results are added.