This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

New BogusTrivia 2.06.4.5 Released

Support & discussion of released scripts, and announcements of new releases.
d
diegobh
Voice
Posts: 3
Joined: Mon Mar 25, 2013 7:54 pm

Post by diegobh »

Thank you for ur help.

Ive already tried this, and i got:

Code: Select all

Mix Disabled. Requires a larger database.
The .mix command currently requires a minimum of 3500 questions to function.
So i cant mix it=(
User avatar
SpiKe^^
Owner
Posts: 831
Joined: Fri May 12, 2006 10:20 pm
Location: Tennessee, USA
Contact:

Post by SpiKe^^ »

It's not much of a game with less than 3500 total questions, players will memorize them all in days.
Randomizing their order won't fix the fact you don't have enough questions.
Write and add more questions:)

This is the line of code that is triggering that error, it's in the bogus commands file....

Code: Select all

     if {$t2(-qtotal)>"3499"} {  lappend t2(_td) ques  } else {  incr t2(_er)  }
You could try changing the minimum number of questions required: "3499"
to some lesser amount, though I'm sure it won't mix anything less than 2000 questions.
Note: Be sure to make a backup of your questions before trying this, bad things could happen to the database:)
SpiKe^^

Get BogusTrivia 2.06.4.7 at www.mytclscripts.com
or visit the New Tcl Acrhive at www.tclarchive.org
.
d
diegobh
Voice
Posts: 3
Joined: Mon Mar 25, 2013 7:54 pm

Post by diegobh »

hum...

Ive 893 questions and i got error when tried to mix =(

Could you make this to get random questions?
It is really sux ordered questions...

Anyway, thank you very much for ur support ;)
User avatar
SpiKe^^
Owner
Posts: 831
Joined: Fri May 12, 2006 10:20 pm
Location: Tennessee, USA
Contact:

Post by SpiKe^^ »

Sure can't, that's not the way the script works.
The script uses a mixer command & expects you to have enough questions to run a trivia game.
That's why the script comes with 20,000+ questions included,
so the mixer will work and the questions won't loop around in less than a day of playing.
SpiKe^^

Get BogusTrivia 2.06.4.7 at www.mytclscripts.com
or visit the New Tcl Acrhive at www.tclarchive.org
.
Post Reply