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

	<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>2024-09-23T10:36:56-04:00</updated>

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

		<entry>
		<author><name><![CDATA[aut]]></name></author>
		<updated>2024-09-23T10:36:56-04:00</updated>

		<published>2024-09-23T10:36:56-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=113043#p113043</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=113043#p113043"/>
		<title type="html"><![CDATA[Re: UNO Ads error on timer]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=113043#p113043"><![CDATA[
<blockquote class="uncited"><div>Looks like only UnoAdNumber from 0 to 4 are implemented, the 5 to 7 call unexisting procedures.<br><br>Change line 2346:<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/styles/atom-one-dark-reasonable.min.css"> <strong>script</strong>  <strong>script</strong> <div class="codebox"><pre><code class="language-tcl">if {$UnoAdNumber &gt; 4} {set UnoAdNumber 0}</code></pre></div> <strong>script</strong> </div></blockquote>yupp is fix set numer to 4<br>thank you CrazyCat for helping<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=13030">aut</a> — Mon Sep 23, 2024 10:36 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[CrazyCat]]></name></author>
		<updated>2024-09-23T08:02:59-04:00</updated>

		<published>2024-09-23T08:02:59-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=113042#p113042</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=113042#p113042"/>
		<title type="html"><![CDATA[Re: UNO Ads error on timer]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=113042#p113042"><![CDATA[
Looks like only UnoAdNumber from 0 to 4 are implemented, the 5 to 7 call unexisting procedures.<br><br>Change line 2346:<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/styles/atom-one-dark-reasonable.min.css"> <strong>script</strong>  <strong>script</strong> <div class="codebox"><pre><code class="language-tcl">if {$UnoAdNumber &gt; 4} {set UnoAdNumber 0}</code></pre></div> <strong>script</strong> <p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=691">CrazyCat</a> — Mon Sep 23, 2024 8:02 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[aut]]></name></author>
		<updated>2024-09-23T07:38:20-04:00</updated>

		<published>2024-09-23T07:38:20-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=113040#p113040</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=113040#p113040"/>
		<title type="html"><![CDATA[Re: UNO Ads error on timer]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=113040#p113040"><![CDATA[
<blockquote class="uncited"><div>The error is @ line #2339 :<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/styles/atom-one-dark-reasonable.min.css"> <strong>script</strong>  <strong>script</strong> <div class="codebox"><pre><code class="language-tcl"> 5 {UnoPlayed $UnoRobot none none $UnoChan ""}</code></pre></div> <strong>script</strong> I don't know what the UnoAdNumber 5 should do, but actually it tries to call an unexisting proc.<br><br>You can set another value to UnoPlayed and you won't have this error anymore</div></blockquote>i remove unoADnumber 5 and gave me invalid command name "UnoHighScore" <br>Tcl error in script for 'timer85':<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=13030">aut</a> — Mon Sep 23, 2024 7:38 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[CrazyCat]]></name></author>
		<updated>2024-09-23T05:01:13-04:00</updated>

		<published>2024-09-23T05:01:13-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=113038#p113038</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=113038#p113038"/>
		<title type="html"><![CDATA[Re: UNO Ads error on timer]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=113038#p113038"><![CDATA[
The error is @ line #2339 :<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/styles/atom-one-dark-reasonable.min.css"> <strong>script</strong>  <strong>script</strong> <div class="codebox"><pre><code class="language-tcl"> 5 {UnoPlayed $UnoRobot none none $UnoChan ""}</code></pre></div> <strong>script</strong> I don't know what the UnoAdNumber 5 should do, but actually it tries to call an unexisting proc.<br><br>You can set another value to UnoPlayed and you won't have this error anymore<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=691">CrazyCat</a> — Mon Sep 23, 2024 5:01 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[aut]]></name></author>
		<updated>2024-09-22T18:12:22-04:00</updated>

		<published>2024-09-22T18:12:22-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=113035#p113035</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=113035#p113035"/>
		<title type="html"><![CDATA[Re: UNO Ads error on timer]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=113035#p113035"><![CDATA[
<blockquote class="uncited"><div>"the bin is empty".<br>copy &amp; paste in <a href="https://tools.eggdrop.fr/privatebin/" class="postlink">https://tools.eggdrop.fr/privatebin/</a> if you're unable to share it on a good hosting. Or allow the file to be available for 1 week.</div></blockquote>TCL uno<br><a href="https://tools.eggdrop.fr/privatebin/?07dca64e93f28370#3wZ7SH58xE4wrBn2nDdLGz3bcRtp35fUbDcXtmWyvfPK" class="postlink">https://tools.eggdrop.fr/privatebin/?07 ... cXtmWyvfPK</a><br><br>-------------------------<br>Conf file<br><a href="https://tools.eggdrop.fr/privatebin/?524c7597b846cc98#98Nqr2oGTJ6Np4BBEiLaKJ1sJDwuXTSeEdnVxVqXumSX" class="postlink">https://tools.eggdrop.fr/privatebin/?52 ... nVxVqXumSX</a><br><br>i hope this is work now <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_biggrin.gif" width="15" height="15" alt=":D" title="Very Happy"> 3x upload<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=13030">aut</a> — Sun Sep 22, 2024 6:12 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[CrazyCat]]></name></author>
		<updated>2024-09-22T18:00:43-04:00</updated>

		<published>2024-09-22T18:00:43-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=113034#p113034</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=113034#p113034"/>
		<title type="html"><![CDATA[Re: UNO Ads error on timer]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=113034#p113034"><![CDATA[
"the bin is empty".<br>copy &amp; paste in <a href="https://tools.eggdrop.fr/privatebin/" class="postlink">https://tools.eggdrop.fr/privatebin/</a> if you're unable to share it on a good hosting. Or allow the file to be available for 1 week.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=691">CrazyCat</a> — Sun Sep 22, 2024 6:00 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[aut]]></name></author>
		<updated>2024-09-22T16:52:10-04:00</updated>

		<published>2024-09-22T16:52:10-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=113033#p113033</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=113033#p113033"/>
		<title type="html"><![CDATA[Re: UNO Ads error on timer]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=113033#p113033"><![CDATA[
<blockquote class="uncited"><div><blockquote class="uncited"><div>here the tcl <br><a href="https://file.io/K5kVn1buIqXj" class="postlink">https://file.io/K5kVn1buIqXj</a></div></blockquote>Deleted file...</div></blockquote><a href="https://filebin.net/37sb47vb4utbkzu0" class="postlink">https://filebin.net/37sb47vb4utbkzu0</a> link update<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=13030">aut</a> — Sun Sep 22, 2024 4:52 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Carlin0]]></name></author>
		<updated>2024-09-22T14:48:07-04:00</updated>

		<published>2024-09-22T14:48:07-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=113032#p113032</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=113032#p113032"/>
		<title type="html"><![CDATA[Re: UNO Ads error on timer]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=113032#p113032"><![CDATA[
<blockquote class="uncited"><div>here the tcl <br><a href="https://file.io/K5kVn1buIqXj" class="postlink">https://file.io/K5kVn1buIqXj</a></div></blockquote>Deleted file...<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12778">Carlin0</a> — Sun Sep 22, 2024 2:48 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[aut]]></name></author>
		<updated>2024-09-22T16:51:38-04:00</updated>

		<published>2024-09-22T13:15:42-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=113031#p113031</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=113031#p113031"/>
		<title type="html"><![CDATA[Re: UNO Ads error on timer]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=113031#p113031"><![CDATA[
here the tcl <br><a href="https://filebin.net/37sb47vb4utbkzu0" class="postlink">https://filebin.net/37sb47vb4utbkzu0</a><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=13030">aut</a> — Sun Sep 22, 2024 1:15 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[CrazyCat]]></name></author>
		<updated>2024-09-22T07:55:44-04:00</updated>

		<published>2024-09-22T07:55:44-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=113029#p113029</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=113029#p113029"/>
		<title type="html"><![CDATA[Re: UNO Ads error on timer]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=113029#p113029"><![CDATA[
Can you please share the script or give an url to let us see it ?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=691">CrazyCat</a> — Sun Sep 22, 2024 7:55 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[aut]]></name></author>
		<updated>2024-09-20T07:40:37-04:00</updated>

		<published>2024-09-20T07:40:37-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=113028#p113028</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=113028#p113028"/>
		<title type="html"><![CDATA[UNO Ads error on timer]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=113028#p113028"><![CDATA[
hi guys<br>i wanna ask help about uno get error timer255 and random number, also gave invalid command name "UnoPlayed"<br><br>[11:01:47] Tcl error in script for 'timer252':<br>[11:01:47] invalid command name "UnoPlayed"<br>[11:02:47] Tcl error in script for 'timer255':<br><br>this is what happen when i set Ads=1 in config<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=13030">aut</a> — Fri Sep 20, 2024 7:40 am</p><hr />
]]></content>
	</entry>
	</feed>
