vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   New Posting Features - Diceroller (https://vborg.vbsupport.ru/showthread.php?t=187261)

PGAmerica 08-29-2008 12:03 AM

As long as we are requesting features for the next version (and I understand that you have very little time):
  • Show individual die rolls
  • Allow for pre-selected rolls for rolling rpg character stats (4d6 throw away lowest die, 3d6 and re-roll 1s and 2s)
  • Usergroup permissions to allow certain groups to change die rolls
  • Usergroup permissions to allow only certain usergroups to roll dice (I know I already said this)
  • Usergroup permissions to allow only certain usergroups to see rolled dice values
  • Modifiers per dice
  • Modifiers per entire die roll
  • Forum permissions to allow the dice in specified forums only (or at least the reverse, specify which forums cannot use the dice) (I know I already said this)
  • Be able to roll dice when making a new post instead of having to do it after the fact.

PntSingularity 08-29-2008 06:50 AM

Quote:

Originally Posted by PGAmerica (Post 1609465)
As long as we are requesting features for the next version (and I understand that you have very little time):[LIST]
Show individual die rolls

Wasn't that in 1.002? Hmm, well that will definitely be included.
Quote:

Allow for pre-selected rolls for rolling rpg character stats (4d6 throw away lowest die, 3d6 and re-roll 1s and 2s)
This wouldn't work in conjunction with the ability to roll strings with multiple rolls of different dice. Well, unless the options applied to all of the rolls or if options were to be added within the syntax eg. "(r1(k1(2d4))+5)*r3(3d6)+k2(4d4)" where rx would mean reroll these and lower dice and kx would mean to not use the x number of lowest results. But this would mean clumpsy looking strings and a difficulty for the user. Not the mention the PitA for me to actually code this.
Quote:

Usergroup permissions to allow certain groups to change die rolls
To reroll or edit them manually?
Quote:

Usergroup permissions to allow only certain usergroups to roll dice (I know I already said this)
Indeed you did. ;)
Quote:

Usergroup permissions to allow only certain usergroups to see rolled dice values
Alot of permssion settings you're after. It will most likely prove tricky to get all this to work, but I'l give it a shot when time allows me.
Quote:

Modifiers per dice
Umm, why?
Well, if I do implement the feature to roll an entire string you could always enter something like "1d20*2+1d20*3+1d20+5+1d20-3", or do you mean adding the same multiplier to each roll?
I can't see many reasons for this but the latter wouldn't be very hard to implement whether I implement string rolling or stick with single rolls. The only problem is that with the string system the modifier would affect all rolls within the string.

It seems most of your ideas revolve around not using the string roll system. Perhaps single rolls with modifiers is a better idea. Perhaps I'll add the optional ability to roll using a string syntax at a later time since it would need extensive work to work along with all these specifications.
Quote:

Modifiers per entire die roll
Already done, just not released yet.
Quote:

Forum permissions to allow the dice in specified forums only (or at least the reverse, specify which forums cannot use the dice) (I know I already said this)
I've actually thought about this, but I decided it wasn't important enough. Well, maybe I was just being lazy, I don't know. I'll have a look into this as well.
Quote:

Be able to roll dice when making a new post instead of having to do it after the fact.
I thought about ways to do this as well, but I couldn't quite figure out a good way to do this. I had originally planned on adding the rolls in a list just like the attachments feature.


I'll put these things on my to do list. But as I've said my time is very limited atm.
I'll see if I have time to take a peek into it this weekend, but I have no idea when I'll be done with the list.

PGAmerica 08-29-2008 06:00 PM

Quote:

Originally Posted by PntSingularity (Post 1609661)
This wouldn't work in conjunction with the ability to roll strings with multiple rolls of different dice. Well, unless the options applied to all of the rolls or if options were to be added within the syntax eg. "(r1(k1(2d4))+5)*r3(3d6)+k2(4d4)" where rx would mean reroll these and lower dice and kx would mean to not use the x number of lowest results. But this would mean clumpsy looking strings and a difficulty for the user. Not the mention the PitA for me to actually code this.

You are right, that sounds real messy.

Quote:

Originally Posted by PntSingularity (Post 1609661)
To reroll or edit them manually?

To edit them, As an admin, I reserve the right to cheat.

Quote:

Originally Posted by PntSingularity (Post 1609661)
Umm, why? Well, if I do implement the feature to roll an entire string you could always enter something like "1d20*2+1d20*3+1d20+5+1d20-3", or do you mean adding the same multiplier to each roll? I can't see many reasons for this but the latter wouldn't be very hard to implement whether I implement string rolling or stick with single rolls. The only problem is that with the string system the modifier would affect all rolls within the string.

As an RPGer, if a user has an item that automatically adds 2 to every damage roll and adds 2 to every attack roll, you would want a roll of something like "1d20+2" for the attack roll and "1d8+2" for the damage roll for each dice. Now, with the modifiers you are adding, I can always have them roll the attacks individually (if they get multiple attacks) and the same for damage.

They would have top roll individually anyway (at least for the attack roll) as that roll is not one that can be added to more dice.

Quote:

Originally Posted by PntSingularity (Post 1609661)
It seems most of your ideas revolve around not using the string roll system. Perhaps single rolls with modifiers is a better idea. Perhaps I'll add the optional ability to roll using a string syntax at a later time since it would need extensive work to work along with all these specifications.

I love the rolling system on your site. Is it possible to do both? Allow the user to choose the string method or the single roll method?

Quote:

Originally Posted by PntSingularity (Post 1609661)
I thought about ways to do this as well, but I couldn't quite figure out a good way to do this. I had originally planned on adding the rolls in a list just like the attachments feature.

Not mission critical. However, I am already fending off questions from my users because they have to go in after posting and roll the dice. I say "let them remain confused until they grow a brain". They will get used to it soon enuf.

Quote:

Originally Posted by PntSingularity (Post 1609661)
I'll put these things on my to do list. But as I've said my time is very limited atm.

That, I understand.

Quote:

Originally Posted by PntSingularity (Post 1609661)
I'll see if I have time to take a peek into it this weekend, but I have no idea when I'll be done with the list.

Thank you. I love the mod so far. This looks like it has the potential to be a huge aspect to an rpg forum.

DL_Ashe 08-29-2008 10:24 PM

The additions in relation to the modifier and other changes sound great. Whenever you get the time to get a later version up would be wonderful, and I'm sure greatly appreciated by less able folks in the scripting/coding realm (such as myself!).

Quote:

Originally Posted by PntSingularity
Though this WILL take time. I've got to read The Nicomachean Ethics this weekend and it's 300+ pages... :eek:

Ouch... just ouch.

Quote:

Originally Posted by PntSingularity
Btw, it's funny that my mod seems to get so much more attention now that I have less time to work with it...

That's Murphy's Law, my friend. I only came across your mod a few days ago, and immediately fell in love with it. I *wish* I had've known about it the day you released it... so I had more opportunity to bug you about modifiers then! ;)

Seriously though, your work is fabulous and whenever you are willing and able to get an updated one done would be brilliant. But work and school come first... and the Nicomachean Ethics is no light read, particularly doing it in one weekend.

Ralf vd Enden 10-01-2008 07:31 AM

I'm interested in the latest version of this mod (which includes the modifiers, etc.).
Any ETA on when it'll be available ?

Thanks in advance for any information.

PntSingularity 10-01-2008 10:13 AM

Quote:

Originally Posted by Ralf vd Enden (Post 1634534)
I'm interested in the latest version of this mod (which includes the modifiers, etc.).
Any ETA on when it'll be available ?

Thanks in advance for any information.

It's not looking like it's going to happen soon I'm afraid. Lately I've been too busy to do any actual work on it at all. I have been contemplating some ideas for it but that's about it.

But I'll make sure to post any updates here.

PGAmerica 10-01-2008 04:56 PM

I appreciate you watching this thread. So many times I see threads ignored and it really irritates me

PntSingularity 10-01-2008 05:14 PM

Quote:

Originally Posted by PGAmerica (Post 1634815)
I appreciate you watching this thread. So many times I see threads ignored and it really irritates me

No problem, it's in my subscriptions so I receive an e-mail each time there's an update. ;)

PGAmerica 10-01-2008 05:22 PM

You might want to re-post this (with the "Security Token" addition) in the the 3.7 mods just to make it clear it is available for them as well. This is the best dice roller I have ever seen on this site.

jeremycards 11-24-2008 06:46 PM

Hello, im really needing this plugin to work, but after installing everything when i click to add the roll dice i get the message "sorry this can't be processed as a security token couldn't be found" well something like that (my forum is in spanish), so there's any way to fix that?

btw my version is 3.7.3


All times are GMT. The time now is 05:54 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01274 seconds
  • Memory Usage 1,765KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (20)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete