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

	<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>2012-04-27T12:05:15-04:00</updated>

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

		<entry>
		<author><name><![CDATA[speechles]]></name></author>
		<updated>2012-04-27T12:05:15-04:00</updated>

		<published>2012-04-27T12:05:15-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=99269#p99269</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=99269#p99269"/>
		<title type="html"><![CDATA[Bomb script from mirc to tcl need help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=99269#p99269"><![CDATA[
From the forum rules, you agree to when you registered on this forum...<br><br><br>&gt;&gt;&gt; This is an Eggdrop/TCL related forum, Neither ask for mIRC Scripts Nor post a new topic for any (mIRC) assistance. <br><br><br>In short... this thread should be locked, junked, similar<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8138">speechles</a> — Fri Apr 27, 2012 12:05 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Zecca93]]></name></author>
		<updated>2012-04-27T01:40:53-04:00</updated>

		<published>2012-04-27T01:40:53-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=99268#p99268</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=99268#p99268"/>
		<title type="html"><![CDATA[Re: Bomb script from mirc to tcl need help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=99268#p99268"><![CDATA[
No that is not it. First there are more wiers and bot puts on random 1-2-3 wires to cut. There isnt option to do suicide and i dont have option !bomb stop if i am owner of bot. Thanks man but i will try to work my script to tcl. If some one could help it would be nice.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=11982">Zecca93</a> — Fri Apr 27, 2012 1:40 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[caesar]]></name></author>
		<updated>2012-04-27T00:21:56-04:00</updated>

		<published>2012-04-27T00:21:56-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=99267#p99267</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=99267#p99267"/>
		<title type="html"><![CDATA[Re: Bomb script from mirc to tcl need help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=99267#p99267"><![CDATA[
This has been made before, have you checked <a href="http://www.egghelp.org/cgi-bin/tcl_archive.tcl?mode=download&amp;id=1066" class="postlink">Timebomb</a> from the TCL Archive?<blockquote class="uncited"><div>Timebomb is a game where one person asks the Eggdrop bot to plant a timebomb in another user's pants. The target user then needs to diffuse the bomb by cutting the correct wire, or be kicked from the channel.</div></blockquote><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=187">caesar</a> — Fri Apr 27, 2012 12:21 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Zecca93]]></name></author>
		<updated>2012-04-26T21:16:51-04:00</updated>

		<published>2012-04-26T21:16:51-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=99265#p99265</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=99265#p99265"/>
		<title type="html"><![CDATA[Bomb script from mirc to tcl need help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=99265#p99265"><![CDATA[
Can some one turn this to tcl and add !Activate bomb !deactivate bomb so owner can turn bomb off and command !stop bomb to avoid spam . Thanks<br><div class="codebox"><p>Code: </p><pre><code>on *:TEXT:!bomb *:#: {  if ($2 == $me) { kick # $nick You wanna bomb me?!! | halt }  elseif ($2 == $nick) {    set -u10 %bomb 1    if ($2 ison $chan) &amp;&amp; ($me isop $chan) || ($me ishop $chan) {      set %bomber $nick         set %kicknick $2      set %sec $rand(10,30)      set %color $rand(1,3)      set %time $calc( %sec / 1/2 )      msg $chan Whoa, u wanna suicide, $nick $+ ? Okay, the bomb will explode in %sec seconds!      msg $chan  $+ $2 $+ , type 4!red, 12!blue or 3!green to cut the wire and deactive the bomb!      if (%color == 1) { set %color !red }      if (%color == 2) { set %color !blue }      if (%color == 3) { set %color !green }      .timer 1 %time msg #  $+ %time seconds remaining!!      .timer 1 %sec kick # %kicknick 4(((~~~~~KABOOOOOMMM!!!!~~~~~))) Time's up, dude!    }  }  elseif (%bomb == $null) {    set -u10 %bomb 1    if ($2 ison $chan) &amp;&amp; ($me isop $chan) || ($me ishop $chan) {      set %bomber $nick         set %kicknick $2      set %sec $rand(10,30)      set %color $rand(1,3)      set %time $calc( %sec / 1/2 )      msg $chan  $+ $nick planning a bomb on $2 $+ 's butt and will explode in %sec seconds!      msg $chan  $+ $2 $+ , type 4!red, 12!blue or 3!green to cut the wire and deactive the bomb!      if (%color == 1) { set %color !red }      if (%color == 2) { set %color !blue }      if (%color == 3) { set %color !green }      .timer 1 %time msg #  $+ %time seconds remaining!!      .timer 1 %sec kick # %kicknick 4(((~~~~~KABOOOOOMMM!!!!~~~~~))) Congratulation, You were bombed by $nick $+ !    }  }}on *:TEXT:*:#: {  if ($nick == %kicknick) {    if ($1 == %color) {      msg $chan Great, the bomb is off!      .timers off      unset %kicknick      unset %bomber    }    if ($1 == !red) {      kick $chan %kicknick 4(((~~~~~KABOOOOOMMM!!!!~~~~~))) You just pick up the wrong wire!      .timers off      unset %kicknick      unset %bomber    }    if ($1 == !yellow) {      kick $chan %kicknick 4(((~~~~~KABOOOOOMMM!!!!~~~~~))) You just pick up the wrong wire!      .timers off      unset %kicknick      unset %bomber    }    if ($1 == !green) {      kick $chan %kicknick 4(((~~~~~KABOOOOOMMM!!!!~~~~~))) You just pick up the wrong wire!      .timers off      unset %kicknick      unset %bomber    }  }}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=11982">Zecca93</a> — Thu Apr 26, 2012 9:16 pm</p><hr />
]]></content>
	</entry>
	</feed>
