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.

BogusTrivia Help please

Support & discussion of released scripts, and announcements of new releases.
Post Reply
j
juggle
Voice
Posts: 15
Joined: Sat Sep 01, 2018 1:04 am

BogusTrivia Help please

Post by juggle »

<VH1> TODAYS Top 10 - #1: mami_srv 157150 #2: punk_Freaky 149600 #3: Avril^Lavigne 134600 #4: mysterious^^gurl 75950 #5: Sebastian_Keano 62650 #6: ReUBen 52175 #7: Landaji 50150
<VH1> BogusTrivia v2.06.4.7 by SpiKeEE
<VH1> What is Duff's real name (Hint: GNR Bassist) ?
<VH1> 1st Hint: ******* ******* Question Value : 7000 Points
<VH1> 2nd Hint: Mic**** ******* 30 secs & 3500 Points Remaining
<VH1> 3rd Hint: Mic*ae* ***a*a* 15 secs & 1750 Points Remaining
<VH1> Times up! The answer was -> Michael McKagan <-
Can you please help me on this... I want more characters on the HINT, eg:Instead of 2nd Hint: Mic**** ******* 2nd Hint: Mic**** M**a**n Some thing like this... And more of HINTS like up to 4 or 5 HInts
------
second is how do i reduce Mixing Question from 3500 to 100?

Sorry for my bad english

Our network is irc.aizawlchat.com channel is #music
Spike please help
User avatar
SpiKe^^
Owner
Posts: 831
Joined: Fri May 12, 2006 10:20 pm
Location: Tennessee, USA
Contact:

Post by SpiKe^^ »

Those are things that BogusTrivia just does not do. Sorry 'bout that.
SpiKe^^

Get BogusTrivia 2.06.4.7 at www.mytclscripts.com
or visit the New Tcl Acrhive at www.tclarchive.org
.
j
juggle
Voice
Posts: 15
Joined: Sat Sep 01, 2018 1:04 am

Post by juggle »

SpiKe^^ wrote:Those are things that BogusTrivia just does not do. Sorry 'bout that.
Thaks anyway
j
juggle
Voice
Posts: 15
Joined: Sat Sep 01, 2018 1:04 am

Thanks for this script... its easy to handle

Post by juggle »

SpiKe^^ wrote:Those are things that BogusTrivia just does not do. Sorry 'bout that.
At-last i figured out how to change the value of Mixing option .. after running through the scripts.. in t2.commands section i simpliy change the value of 3499 into 100
Below is the line numbers (lines: 1590- 1594) where the values resides.. :

Code: Select all

   set t2(_tx) $t2(_nm)  ;  set t2(_td) ""  ;  set t2(_er) 0
   if {$t2(_qfl)!="" && $t2(_wt)!="k"} {
     if {$t2(-qtotal)>"3499"} {  lappend t2(_td) ques  } else {  incr t2(_er)  }
   }
   if {$t2(_kfl)!="" && $t2(_wt)!="q"} {
     if {$t2(-ktotal)>"3499"} {  lappend t2(_td) kaos  } else {  incr t2(_er) 2  }
   }
Thannks Spike for the script again.
Post Reply