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.

TRIVIA TCL with TEAMS

Old posts that have not been replied to for several years.
Locked
t
teror
Voice
Posts: 4
Joined: Sat Sep 03, 2005 3:05 am
Location: Cluj @ .ro
Contact:

TRIVIA TCL with TEAMS

Post by teror »

Do you know a TCL like this?

TRIVIA played in TEAMS or as an individual person ?

if a person joins a team , that person`s point ar added to the team total points.

i saw a script like this, but it is made for mIRC , ( it's a modified mIRC )
and i would like to know if there is an TCL for eggdrops, or if someone can make an TCL ( or addon to a trivia.tcl ) so that trivia games can be played in teams.

now i`m using triviaro.tcl made by souperman and translated by LightAngel and i`m courious if there is someone who could add a TEAM feature to that tcl ....

please help me ....
User avatar
Sir_Fz
Revered One
Posts: 3794
Joined: Sun Apr 27, 2003 3:10 pm
Location: Lebanon
Contact:

Post by Sir_Fz »

I think there's a new version of souperman's Trivia.tcl modified by someone else which supports team play if I recall correctly. Check the Tcl Archive.
t
teror
Voice
Posts: 4
Joined: Sat Sep 03, 2005 3:05 am
Location: Cluj @ .ro
Contact:

Post by teror »

there is not any souperman trivia with teams but i found Nerfbendr's trivia.. with teams...


still wonder if someone could add an "addon" to Souperman`s trivia.tcl so that it would be with teams :)


or perhaps i`m dumb and i didn`t found that newer version of souperman`s trivia.tcl :)
User avatar
Sir_Fz
Revered One
Posts: 3794
Joined: Sun Apr 27, 2003 3:10 pm
Location: Lebanon
Contact:

Post by Sir_Fz »

I said "modified by someone else", Try it.
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
t
teror
Voice
Posts: 4
Joined: Sat Sep 03, 2005 3:05 am
Location: Cluj @ .ro
Contact:

Post by teror »

Code: Select all

######################################################################
#PLEASE customise the settings before rehashing your bot!            #
######################################################################
#This is the enhanced version of original version Trivia.tcl made by Souperman.
#Enhanced with a !choose option for multiple question files.
#Reason for the adjustment was purely to have an *Nerd* version with all
#kinds of exams like MCSE MCSA CCISP or whatever those whizzkids want.
#
#
#
#		
#
#Enhancements: V1.0
#The questionfiles can handle tabs for better editting and manipulation 
#eg with a spreadsheet using tabs as a seperator.
#When the next question is selected, all tabs will be removed.
#
#The questionfiles can be setup to use multiplechoice questions.
#The script will determine if a question is a multiplechoice or not.
#If not, it will sendout the question on one line.
#If it is, it will sendout the question and choices on different lines.
#
#Cheat protection for blocking people from just trying and guessing.
#This is especially handy with multiplechoice question with one answer.
#They have to wait for the next hint or answer.
#
#
#Enhancements: V2.0 AKA triviapluswth.tcl
#This version is made for What The Hack.
#http://www.whatthehack.org
#Writes to logfile if HTML stats are generated.
#
#Layout questions is possible by using 
#This is the layout for multiple choice questions used on WTH:
#Answer#Question ^  question part 2 ^  	^A: choice	^B: choice	^C: choice ^D: choice	^E: choice
# If u want an empty rule.. place ^   between the lines
# 
#Question
#questionpart2
#
# A:choice
# B:choice
# C:choice
# D:choice
# E:choice
# (including the reverse highlight....) 
#It doenst matter how many choices there are, the script will figure it out.
#lowercase uppercase... it doesnt matter.
#
#For timing reasons, the default timer till the question expires includes 2x the question lines
#so.. three formatted lines with 4 answers, will add 16 seconds extra on the timer.
#
# Added tgrandom so u can choose between sequential or random questioning.
# 
# This might be useful for *exam preparations* so to speak.
# When in sequential mode, the game will stop when it has reached the last question.
# simply use !start or !choose to go further.
#
#	Greetings Hairy_Scary@hotmail.com 6--05-2005 
###########################################################################

i couldn`t find TEAMS in this description,

HOW do i CREATE a TEAM ?
HOW do i JOIN a TEAM ?
HOW MANY TEAMS can i ADD ?
User avatar
Sir_Fz
Revered One
Posts: 3794
Joined: Sun Apr 27, 2003 3:10 pm
Location: Lebanon
Contact:

Post by Sir_Fz »

Scroll down through script and see if you find anything related to teams.
t
teror
Voice
Posts: 4
Joined: Sat Sep 03, 2005 3:05 am
Location: Cluj @ .ro
Contact:

Post by teror »

nope.. didn`t found a thing... :(
Locked