<?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/15846" />

	<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>2008-06-18T22:26:28-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Pizza_Guy]]></name></author>
		<updated>2008-06-18T22:26:28-04:00</updated>

		<published>2008-06-18T22:26:28-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=83633#p83633</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=83633#p83633"/>
		<title type="html"><![CDATA[ppt timer]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=83633#p83633"><![CDATA[
someone helped me with this<br><div class="codebox"><p>Code: </p><pre><code>bind pub - !ppt 2870mins#sets timer for 2875 minsproc 2870mins { nick host hand chan text } {putquick "PRIVMSG $chan :PPT timer for $text is set."timer 600 "last10 $chan $text"putlog "2870mins for $text."}#sets timer for 10 minsproc last10 { chan text } {putquick "PRIVMSG $chan :$text has 10 minutes left on PPT."timer 1 "pptover $chan $text"putlog "last10 mins for $text."}#tells when total time is overproc pptover { chan text } {putquick "PRIVMSG $chan :$text is coming off PPT soon!!"putlog "pptover for $text!"}</code></pre></div>i am sure that it could be made better. Also is there a way to keep the timers a bit more accurate. The first one is really off some times either fast or slow. The 2nd one is dead on no problems. I am also looking for a way to check the timer in teh channel<br><br>the way i am having the people do the timers is<br><br>!ppt &lt;account name-ingame ID number&gt;<br><br>i was thinking if i could do !check &lt;account name-ingame ID number&gt;<br>it could give me the time check, is that possable?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9981">Pizza_Guy</a> — Wed Jun 18, 2008 10:26 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2008-06-18T12:27:12-04:00</updated>

		<published>2008-06-18T12:27:12-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=83623#p83623</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=83623#p83623"/>
		<title type="html"><![CDATA[ppt timer]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=83623#p83623"><![CDATA[
What message do you want to send after 5 minutes?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Wed Jun 18, 2008 12:27 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Pizza_Guy]]></name></author>
		<updated>2008-06-17T19:13:59-04:00</updated>

		<published>2008-06-17T19:13:59-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=83603#p83603</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=83603#p83603"/>
		<title type="html"><![CDATA[ppt timer]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=83603#p83603"><![CDATA[
In a game that i play we have a protection period of 2880 mins. Its also a war game. I am trying to make a PPT system so that we can set it so that we can mark people as being under protection or even our selfs.<br>I started the following script just not sure how to get it to do the following:<br><br>1. set a timer and mark it with the ID of the person we set it with <br>ex: !ppt 123456<br>2. sends back timer set, i got this part <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_biggrin.gif" width="15" height="15" alt=":D" title="Very Happy"><br>3. sends a message to the channel when the timer is down to say 5 mins<br><br>What I have so far<div class="codebox"><p>Code: </p><pre><code>bind pub - !PPT ppt.procproc ppt.proc {nick uhost handle chan text} { set timerid [timer 2880 [args args args args args]] putserv "PRIVMSG $chan :Timer $timerid started"}</code></pre></div>i know the 5 args won't work but i not sure what goes in there.<br><br>Thanks for the help and advice<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9981">Pizza_Guy</a> — Tue Jun 17, 2008 7:13 pm</p><hr />
]]></content>
	</entry>
	</feed>
