<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-gb">
	<link rel="self" type="application/atom+xml" href="https://forum.eggheads.org/app.php/feed/topic/2980" />

	<title>egghelp/eggheads community</title>
	<subtitle>Discussion of eggdrop bots, shell accounts and tcl scripts.</subtitle>
	<link href="https://forum.eggheads.org/index.php" />
	<updated>2002-11-16T14:40:02-04:00</updated>

	<author><name><![CDATA[egghelp/eggheads community]]></name></author>
	<id>https://forum.eggheads.org/app.php/feed/topic/2980</id>

		<entry>
		<author><name><![CDATA[Souperman]]></name></author>
		<updated>2002-11-16T14:40:02-04:00</updated>

		<published>2002-11-16T14:40:02-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=13241#p13241</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=13241#p13241"/>
		<title type="html"><![CDATA[Re: someone good with Quizz scripts?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=13241#p13241"><![CDATA[
<blockquote class="uncited"><div>Just woundered if anyone here had a QUIZZ script without hints and tips...</div></blockquote><a href="http://www.eggdrop.za.net/" class="postlink">http://www.eggdrop.za.net/</a><br><br>Hints can be disabled if you want it that way.  Just set the relevant setting.  New (rewritten from the ground up) version is coming along nicely now.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=801">Souperman</a> — Sat Nov 16, 2002 2:40 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Ian-Highlander]]></name></author>
		<updated>2002-11-11T06:48:52-04:00</updated>

		<published>2002-11-11T06:48:52-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=13038#p13038</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=13038#p13038"/>
		<title type="html"><![CDATA[someone good with Quizz scripts?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=13038#p13038"><![CDATA[
Yes, with that version the script is set up for typing !start for each and every question, I wrote this script initially for a channel of people who did not want a constantly running script but wanted to be able to have a laugh with a quiz when they wanted.<br><br>The new version I am working on (slowly) will have a lot of added extras, although as I say my primary reason for writing this script was purely for my friends, it has proved a hugely popular script (if a bit basic) and I constantly get emails for updates (sometimes I wish I'd never released it  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_rolleyes.gif" width="15" height="15" alt=":roll:" title="Rolling Eyes"> ).<br><br>Hopefully the new version will have a !start &lt;number of questions wanted&gt; command (still working on that) that will ask that number of questions without needing to be re-triggered.<br><br>I've also started working on a seperate "Team Version" plug in that will need to be loaded seperately as well as Trivia 2000, but this is a LONG way off completion.<br><br>I also hope to have the !score commands fully working soon and am working on a !hint system to go along with the new multi word answers.<br><br>All of these I'm hoping to make optional switches, although its proving a tad hard to put this all together, so this wont be out for some time. (Dont hold your breath  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=":wink:" title="Wink"> )<br><br>Regards<br><br>Ian-Highlander<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=17">Ian-Highlander</a> — Mon Nov 11, 2002 6:48 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Ian-Highlander]]></name></author>
		<updated>2002-11-11T06:41:17-04:00</updated>

		<published>2002-11-11T06:41:17-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=13037#p13037</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=13037#p13037"/>
		<title type="html"><![CDATA[someone good with Quizz scripts?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=13037#p13037"><![CDATA[
The easiest way would be to simply rename your own files accordingly and then change this line:<div class="codebox"><p>Code: </p><pre><code>putserv "PRIVMSG $chan :Current categories available are:\0034 Geography, Entertainment, History, Art &amp; Literature, Science &amp; Nature, Sport &amp; Leisure"</code></pre></div>to show the categories you're using.<br><br>You'll then need to change the binds and unbinds throughout the script to reference the correct procedures (I wouldnt recommend changing the names of the procs, just the bind that triggers them)<div class="codebox"><p>Code: </p><pre><code>bind pub -|- geography set_geogbind pub -|- entertainment set_entbind pub -|- history set_hisbind pub -|- art set_artbind pub -|- science set_scibind pub -|- sport set_sport</code></pre></div>and all events of this to the same trigger words:<div class="codebox"><p>Code: </p><pre><code>unbind pub -|- geography set_geogunbind pub -|- entertainment set_entunbind pub -|- history set_hisunbind pub -|- art set_artunbind pub -|- science set_sciunbind pub -|- sport set_sport</code></pre></div>I wouldnt recommend you start changing all the variables in the script, but this will do what you want it to without doing that *I THINK* (I havent looked at the ins and outs of doing this properly).<br><br>The question files should all be in the format of answer:question and in the current version the script will only pick up ONE WORD answers. (The new version will be a tad more flexible and is taking shape slowly).<br><br>Hope this helps.<br><br>Regards<br><br>Ian-Highlander<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=17">Ian-Highlander</a> — Mon Nov 11, 2002 6:41 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-11-11T06:29:52-04:00</updated>

		<published>2002-11-11T06:29:52-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=13036#p13036</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=13036#p13036"/>
		<title type="html"><![CDATA[another ting]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=13036#p13036"><![CDATA[
must i type start every time I want the bot to ask a qestion ??<p>Statistics: Posted by Guest — Mon Nov 11, 2002 6:29 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-11-11T06:22:08-04:00</updated>

		<published>2002-11-11T06:22:08-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=13035#p13035</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=13035#p13035"/>
		<title type="html"><![CDATA[hey]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=13035#p13035"><![CDATA[
that trivia script  was werry nice.. :&gt; i wounder if it is posible to take out the categories and replace them with one i can make? <br>Im using it in a private channel, and wants to take the quiz alittle more to my homeplace.. so i wounder.. is it much work to take out all the categories and replace them with one called feks. melbu ??<br><br>thanx so much<br><br><br>weiZah<p>Statistics: Posted by Guest — Mon Nov 11, 2002 6:22 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Ian-Highlander]]></name></author>
		<updated>2002-11-08T13:56:38-04:00</updated>

		<published>2002-11-08T13:56:38-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=12954#p12954</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=12954#p12954"/>
		<title type="html"><![CDATA[someone good with Quizz scripts?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=12954#p12954"><![CDATA[
<a href="http://www.eggdropsrus.co.uk/downloads/myscripts/Trivia_2000v1.1.zip" class="postlink">Trivia 2000</a><br><br>I keep promising a new version of this and indeed have done a fair bit of work on it but its gonna be a long time coming coz I'm short of time but this version seems to be pretty popular.<br><br>Regards<br><br>Ian-Highlander<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=17">Ian-Highlander</a> — Fri Nov 08, 2002 1:56 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[stdragon]]></name></author>
		<updated>2002-11-08T13:28:48-04:00</updated>

		<published>2002-11-08T13:28:48-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=12953#p12953</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=12953#p12953"/>
		<title type="html"><![CDATA[someone good with Quizz scripts?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=12953#p12953"><![CDATA[
1. Take any quiz script you enjoy.<br>2. Find the proc that actually prints out the hint. It will probably have an obvious name like, proc give_hint { ... } { ... }<br>3. Don't delete it! You might screw something up. Instead, just add "return 0" as the first line of the proc.<br>4. If you don't find a single proc that gives the hint, just go through the code and find the actual putserv "privmsg $chan :Your hint is: $blah", and put a # in front of it (turns it into a comment).<br>5. Would you be willing to pay $1 or so for this to be done for you? I'm thinking about making a tip jar thing for this forum if people would consider using it hehe.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8">stdragon</a> — Fri Nov 08, 2002 1:28 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-11-08T04:59:11-04:00</updated>

		<published>2002-11-08T04:59:11-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=12942#p12942</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=12942#p12942"/>
		<title type="html"><![CDATA[someone good with Quizz scripts?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=12942#p12942"><![CDATA[
Just woundered if anyone here had a QUIZZ script without hints and tips...<br><br>plz help me out.. the hint and tips is just way to easy...<br><br>past me some urls if u guys knows about someone..<br><br><br>thanx alot..<br><br><br><br>weiZah / efnet<p>Statistics: Posted by Guest — Fri Nov 08, 2002 4:59 am</p><hr />
]]></content>
	</entry>
	</feed>
