Dice Roller [BBCode]
Original:
Dice Roller Hack [BBCode] Spoiler (click to open)
This hack is very similar to something I had done in phpMyChat and wanted to implement on my vBulletin boards to help the Play-by-Post gaming forums. However, I didn't really have a need for displaying cute dice images or limiting myself on the number of rolls or faces. Plus, the dice roller I'm using in my chat uses the standard AdX+B notation where
A = the number of dice to roll (1 if not present) X = the number of faces on the dice B = represents a modifier, usually a + or - but also a divides or multiply. I also need it to do certain things like, only show the sum/result of the roll or show all the die results and the sum of the roll. I also wanted the ability to do open rolls, e.g. if you roll 6, six sided die, you keep rerolling any dice that come up a 6. So, basically, I have concocted three different bbcodes in one product: [roll][/roll] - for rolling and showing only the results or sum [rollv][/rollv] - for rolling and seeing the result of each dice as well as the sum [rollo][/rollo] - for open rolls Each of these takes and optional label for the roll, to be included in the tag after the '=' sign, e.g. [roll=to hit]4d6[/roll] and so forth. It is, however, optional as the actual notation for the roll is displayed before the results in the final posting. So, for example, you can enter rolls like the following: [roll]4d6[/roll] to get the sum of 4 six sided die. [roll]d%[/roll] for a percentage roll (same as 1d100) [roll]4d6b3[/roll] to roll 4 six sided dice and only sum the "best" three results I took the current XML file on this hack, made some big changes, adapted my Perl dice roller class to PHP and I've put together a product to allow dice rolling in this fashion. See the attachment. If you want to see a better description and see some results you can view http://slithytoves.sytes.net/%7Edavid/forums/showthread.php?p=6422#post6422. I don't want to hijack this thread either, so if I need to provide this product via a new thread, someone just let me know. It seemed related enough that I figured I'd add it here first. There is an INSTALL file in the zip attachment which gives an explanation of the included files and how to install them. If anyone has any questions, just shoot me a PM or I'll check this thread for thoughts. This is installed and working on vBulletin 3.5.4 on my forums. Close
With tuxz0r's permission, I have ported his version of his dice roll mod for vb 4.0. This also fixes the first post issue. Shameless copy paste from tuxz0r's post: This mod uses the standard AdX+B notation where A = the number of dice to roll (1 if not present) X = the number of faces on the dice B = represents a modifier, usually a + or - but also a divides or multiply. I also need it to do certain things like, only show the sum/result of the roll or show all the die results and the sum of the roll. I also wanted the ability to do open rolls, e.g. if you roll 6, six sided die, you keep rerolling any dice that come up a 6. So, basically, I have concocted three different bbcodes in one product: [roll]1d4[/roll] - for rolling and showing only the results or sum [rollv]1d4[/rollv] - for rolling and seeing the result of each dice as well as the sum [rollo]1d4[/rollo] - for open rolls Each of these takes and optional label for the roll, to be included in the tag after the '=' sign, e.g. [roll=to hit]4d6[/roll] and so forth. It is, however, optional as the actual notation for the roll is displayed before the results in the final posting. So, for example, you can enter rolls like the following: [roll]4d6[/roll] to get the sum of 4 six sided die. [roll]d%[/roll] for a percentage roll (same as 1d100) [roll]4d6b3[/roll] to roll 4 six sided dice and only sum the "best" three results Installation: 1. Upload class_dice.php into vb's includes folder. 1. Import product-dice.xml. Download
product-dice.zip (3.1 KB, 245 downloads) Screenshots |
Similar Mods
Dice Roller Hack [BBCode] | vBulletin 3.5 Add-ons |
Module CMPS: Dice Roller | vBulletin 3.5 Add-ons |
Using only BBCODE to have a dice roller - NO database changes | vBulletin 3.5 Add-ons |