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: No automatic statistics displayed

Requests for complete scripts or modifications/fixes for scripts you didn't write. Response not guaranteed, and no thread bumping!
Post Reply
j
juanamores
Master
Posts: 317
Joined: Sun Mar 15, 2015 9:59 am

BogusTrivia: No automatic statistics displayed

Post by juanamores »

How I can do to make the statistics are NOT automatically displayed in the channel ?

I want to show them, only by command, NOT automatically displayed.


Example:
TOP 10 PLAYERS
TODAY TOP 10
This WEEKS Top 10
This MONTH Top 10
etc....
If you do not understand my ideas is because I can not think in English, I help me with Google Translate. I only speak Spanish. Bear with me. Thanks :)
User avatar
SpiKe^^
Owner
Posts: 831
Joined: Fri May 12, 2006 10:20 pm
Location: Tennessee, USA
Contact:

BogusTrivia: hide all timed stats

Post by SpiKe^^ »

BogusTrivia has a large number of settings in the t-2.settings.tcl file. You need to read through them and see what is available.

You may want to change these settings to be more like this...

Code: Select all

# stat lines for logs older than yesterday etc. # ex. 2 Weeks Ago Top 10 #
set t2(history) "0"    ;# 0 = off  | 1 = 10 |  2 = 20 #

# stat lines like:  Top Player of: - Sunday: nick points - Monday: nick.... #
set t2(otherhist) "0"  ;# 0 = off  | 1 = on #

Code: Select all

# show/hide these timed player stats to the channel ??  (1=show | 0=hide) #
set t2(ever) "0"     ;# show top10 ever stats lines ??  #
set t2(tda) "0"      ;# show today ??      #
set t2(twe) "0"      ;# show this week ??  #
set t2(tmo) "0"      ;# show this month ?? #

set t2(lda) "0"      ;# show yesterday ??  #
set t2(lwe) "0"      ;# show last week ??  #
set t2(lmo) "0"      ;# show last month ?? #

SpiKe^^

Get BogusTrivia 2.06.4.7 at www.mytclscripts.com
or visit the New Tcl Acrhive at www.tclarchive.org
.
j
juanamores
Master
Posts: 317
Joined: Sun Mar 15, 2015 9:59 am

Post by juanamores »

SpiKe^^ If not I told you before , I'll tell you now : you are a genius! xD
Congratulations on this great project. :)
If you do not understand my ideas is because I can not think in English, I help me with Google Translate. I only speak Spanish. Bear with me. Thanks :)
Post Reply