• Forum
  • Doc
  • Screenshots
  • Download
  • Donate
  • Contributors
  • Contact
  • Follow @phpfreechat
  • DEMO
  • Board index ‹ Version 1.x branch ‹ Feature Requests (v1.x)
  • Change font size
  • FAQ
  • Register
  • Login

dice question

This forum is now locked as we will no longer be developing the v1.x branch

Moderators: OldWolf, re*s.t.a.r.s.*2

Topic locked
4 posts • Page 1 of 1

Postby techiefIve » Thu Nov 30, 2006 3:36 pm

I know you're probably busy working on version 1.0, but I'm still using the 0.9.3 release so that I can use the /roll command. My request is probably very simple for you, but I'm a novice when it comes to coding. I would like to be able to roll more than 9 dice (the current limit) and I would like to be able to add more than 9 after a roll.

For example /roll 10d8 won't work. I can do /roll 9d8, but 10 causes an error. Also, /roll 1d20+9 wprls, but /roll 1d20+10 doesn't. If you could tell me what to change in the demo27_dice.class.php file, I would be completely able to do it, I just don't know enough php to do it myself.

Thanks in advance.
techiefIve
New member
 
Posts: 3
Joined: Thu Nov 30, 2006 3:28 pm
  • Website
Top

Postby phpfreechat » Thu Nov 30, 2006 4:06 pm

try to replace line 25 :
Code: Select all
if(preg_match('/^(d)d(d{1,3})([+-]d)?$/', $text, $matches)){

by
Code: Select all
if(preg_match('/^([0-9]+)d([0-9]{1,3})([+-][0-9]+)?$/', $text, $matches)){
phpfreechat
Site Admin
 
Posts: 2657
Joined: Tue Feb 07, 2006 3:35 pm
Location: France
Top

Postby techiefIve » Fri Dec 01, 2006 8:01 am

Thanks. That worked perfectly. You may want to add that to demo27 once/if you get it working with ver 1 I would love to start using the newest version, but 0.9.3 is stable (which is my main reason for using it) and it supports the /roll function.
techiefIve
New member
 
Posts: 3
Joined: Thu Nov 30, 2006 3:28 pm
  • Website
Top

Postby phpfreechat » Fri Dec 01, 2006 10:05 am

Ok, I just integrated this patch in the official 1.x branche.
It will be available in the next release (probably 1.0-beta8).
phpfreechat
Site Admin
 
Posts: 2657
Joined: Tue Feb 07, 2006 3:35 pm
Location: France
Top


Topic locked
4 posts • Page 1 of 1

Return to Feature Requests (v1.x)

Who is online

Users browsing this forum: No registered users and 4 guests

  • Board index
  • The team • Delete all board cookies • All times are UTC + 1 hour
Powered by phpBB® Forum Software © phpBB Group
Sign in
Wrong credentials
Sign up I forgot my password
.
jeu-gratuit.net | more partners
Fork me on GitHub