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.

Bogus trivia help

Support & discussion of released scripts, and announcements of new releases.
Post Reply
s
seiko
Voice
Posts: 14
Joined: Tue Aug 14, 2012 10:17 am

Bogus trivia help

Post by seiko »

I have bogus trivia running on my server and for some settings i did not find the solution.
I have 3 problems:

1. I want to change all the questions. I removed the old files and added mine. Questions are in format: Q*A. After that i sent the message to the bot "/msg botName .add". The bot said "One question file found" but now when i want to start the trivia with ".t2" i get "BogusTrivia: No questions loaded.". What sould i do to solve this?

2. I want my trivia to run all the time. How to do that? Now, when i log out from trivia, the trivia is closed, and when i join again i have to start it again.

3. I want to change the color theme but setting: set t2(color) "2" does not work, why?

Thank you!
User avatar
SpiKe^^
Owner
Posts: 831
Joined: Fri May 12, 2006 10:20 pm
Location: Tennessee, USA
Contact:

RE: Bogus trivia help

Post by SpiKe^^ »

Thanks for running BogusTrivia. Sorry to hear you are having problems.

BogusTrivia: No questions loaded.".
Sounds like the questions never loaded. Look on the shell at: /scripts/t2/ques/ dir and see if there are files in the bogus database. Let me know what you find there.
Try loading the question file again, and post ALL the text from the message window here.
What version of BogusTrivia are you running?
What version of Eggdrop are you running?
What irc network & channel are you running the game on?
What version of TCL are you running?

2. I want my trivia to run all the time. How to do that?
In the t-2.settings.tcl file, search for: t2(qslow)

Code: Select all

set t2(qslow) "20"    ;# slow time between hints (6 to 90 seconds) (0 = idle-stop the game) #
What do you have that set to?
Then find: t2(rest) slightly below that

Code: Select all

set t2(rest) "30"    ;# resting time between hints/questions (6 to 120) (0 = idle-stop the game) #
What do you have that set to?

3. I want to change the color theme but setting: set t2(color) "2" does not work, why?
There are no known issues with the setting: t2(color)
Edit the t-2.settings.tcl file, upload it to your bot's /scripts dir and rehash the bot.

In the t-2.settings.tcl file, search for: t2(custclr)

Code: Select all

# ( turning this on overrides color themes setting above! ) #
set t2(custclr) "0"
What do you have that set to?
SpiKe^^

Get BogusTrivia 2.06.4.7 at www.mytclscripts.com
or visit the New Tcl Acrhive at www.tclarchive.org
.
s
seiko
Voice
Posts: 14
Joined: Tue Aug 14, 2012 10:17 am

Post by seiko »

Thnak you Spike.
1 and 2 are solved. 3 must be something wrong with my server...
Post Reply