| View previous topic :: View next topic |
| Author |
Message |
seiko Voice
Joined: 14 Aug 2012 Posts: 14
|
Posted: Tue Aug 21, 2012 4:54 am Post subject: Bogus trivia help |
|
|
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! |
|
| Back to top |
|
 |
SpiKe^^ Owner

Joined: 12 May 2006 Posts: 792 Location: Tennessee, USA
|
Posted: Tue Aug 21, 2012 8:42 pm Post subject: RE: Bogus trivia help |
|
|
Thanks for running BogusTrivia. Sorry to hear you are having problems.
| Quote: | | 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?
| Quote: | | 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: | | 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: | | set t2(rest) "30" ;# resting time between hints/questions (6 to 120) (0 = idle-stop the game) # |
What do you have that set to?
| Quote: | | 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: | # ( 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
. |
|
| Back to top |
|
 |
seiko Voice
Joined: 14 Aug 2012 Posts: 14
|
Posted: Thu Aug 23, 2012 3:16 am Post subject: |
|
|
Thnak you Spike.
1 and 2 are solved. 3 must be something wrong with my server... |
|
| Back to top |
|
 |
|