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

	<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>2014-03-15T09:24:48-04:00</updated>

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

		<entry>
		<author><name><![CDATA[khax]]></name></author>
		<updated>2014-03-15T09:24:48-04:00</updated>

		<published>2014-03-15T09:24:48-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=102682#p102682</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=102682#p102682"/>
		<title type="html"><![CDATA[Need help with bot (doesn't auth me)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=102682#p102682"><![CDATA[
Thank you, I were able to launch bot.<br><br>But I got one more problem with topic. I want to make a topic where all the info's going to be, like this: <br><a href="http://s29.postimg.org/mctoqco47/topic.png" class="postlink">http://s29.postimg.org/mctoqco47/topic.png</a><br><br>But when I try to configure it like that, it goes like this:<br><a href="http://s18.postimg.org/g8qo6ntm1/topic2.png" class="postlink">http://s18.postimg.org/g8qo6ntm1/topic2.png</a><br><br>Here's the topics code (4 topic codes):<br><div class="codebox"><p>Code: </p><pre><code>proc pwf_starttopic {} {  global pwf_teamatopic pwf_teambtopic pwf_maptopic pwf_maxpl pwf_playernumber pwf_serverholder pwf_quality pwf_pickupchan pwf_shutupchan pwf_type  pwf_buildteams  if { $pwf_quality == 0 } {    if { $pwf_shutupchan == 0 } {      if { $pwf_type == "" } {        putserv "TOPIC $pwf_pickupchan :[pwf_txt topic1] $pwf_serverholder [pwf_txt topic2] $pwf_maptopic"      } else {        putserv "TOPIC $pwf_pickupchan :[pwf_txt topic1] $pwf_serverholder [pwf_txt topic4] $pwf_type [pwf_txt topic2] $pwf_maptopic"      }    }  } else {    if { $pwf_shutupchan == 0 } {      if { $pwf_type == "" } {        putserv "TOPIC $pwf_pickupchan :[pwf_txt topic1] $pwf_serverholder [pwf_txt topic5] [pwf_txt topic2] $pwf_maptopic"      } else {        putserv "TOPIC $pwf_pickupchan :[pwf_txt topic1] $pwf_serverholder [pwf_txt topic5] [pwf_txt topic4] $pwf_type [pwf_txt topic2] $pwf_maptopic"      }    }  }}</code></pre></div>And here's the language topics codes:<br><div class="codebox"><p>Code: </p><pre><code>set pwf_reply(topic1) "15 0,1EXCLUSIVE 5,1CHANNEL 0,1GATHER START &gt;&gt; Teams:5,1 A 0,115,1VS0,15,1 B0,1. 1-2 Admin is Game Type:10,1 vip0,1. Game map: 1-3 1-2 Admin is"set pwf_reply(topic2) "Game map: 1-3"set pwf_reply(topic4) "1-10 Game Type :"set pwf_reply(topic5) "1- 14** VIP GAME **"</code></pre></div>Here's the pwf.tcl file to download: <div class="codebox"><p>Code: </p><pre><code>http://speedy.sh/npY5B/pwf.tcl</code></pre></div>How do I do it like this? Cause I don't want my gathers info in topic messed up like that. If you can, please help me, I'll appreciate it very much! Thanks.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12358">khax</a> — Sat Mar 15, 2014 9:24 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[willyw]]></name></author>
		<updated>2014-03-14T11:05:28-04:00</updated>

		<published>2014-03-14T11:05:28-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=102680#p102680</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=102680#p102680"/>
		<title type="html"><![CDATA[Need help with bot (doesn't auth me)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=102680#p102680"><![CDATA[
<blockquote class="uncited"><div>Where do I need to type .chattr khax +G? Because I think it doesn't work in channel and bot?</div></blockquote><blockquote class="uncited"><div>Then you should learn how to log in on your bot.<br>See:<br><a href="http://www.egghelp.org/using.htm#dccchat" class="postlink">http://www.egghelp.org/using.htm#dccchat</a></div></blockquote><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10420">willyw</a> — Fri Mar 14, 2014 11:05 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[khax]]></name></author>
		<updated>2014-03-14T09:41:41-04:00</updated>

		<published>2014-03-14T09:41:41-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=102679#p102679</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=102679#p102679"/>
		<title type="html"><![CDATA[Need help with bot (doesn't auth me)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=102679#p102679"><![CDATA[
Where do I need to type .chattr khax +G? Because I think it doesn't work in channel and bot?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12358">khax</a> — Fri Mar 14, 2014 9:41 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[caesar]]></name></author>
		<updated>2014-03-14T09:27:50-04:00</updated>

		<published>2014-03-14T09:27:50-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=102678#p102678</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=102678#p102678"/>
		<title type="html"><![CDATA[Need help with bot (doesn't auth me)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=102678#p102678"><![CDATA[
<blockquote class="uncited"><div>khax - jlmnoptxQ </div></blockquote>Do you see any G flag in there? Just .chattr khax +G and should work.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=187">caesar</a> — Fri Mar 14, 2014 9:27 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[khax]]></name></author>
		<updated>2014-03-14T08:59:12-04:00</updated>

		<published>2014-03-14T08:59:12-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=102677#p102677</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=102677#p102677"/>
		<title type="html"><![CDATA[Need help with bot (doesn't auth me)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=102677#p102677"><![CDATA[
I am using Windrop (on windows 7). <br><br>When I sent a PM to the bot with message: hello it made me owner.<br>I have installed a script called: pwf.tcl (Gather bot with commands).<br>I read the instructions of it, it said that I need to change 6 variables below, I changed them, but still, when I try to say admin &lt;password&gt; it says that I don't have Game-Admin access.<br><br>I tried to contact creator of pwf.tcl file, he wrote me this message:<br><br>Hi,<br>Probably you don’t have the admin flag in the eggdrop user file (+G as far as I remember).<br><br>Where's that User File?<br><br>#4v: eggdrop v1.6.18 -- exclusive -- written Thu Mar 13 17:00:00 2014<br>khax       - jlmnoptxQ              <br>! #exclusive           0 -         <br>--HOSTS *!nnscript@*.static.zebra.lt<br>--HOSTS -telnet!*@*<br>--PASS +kVwko0oTtgg0<br>--XTRA created 1394722041<br>::#exclusive bans<br>&amp;&amp;#exclusive exempts<br>$$#exclusive invites<br>(THIS IS THE LAMESTBOT.USER FILE)<br><br>So why do this bot don't recognize me as a owner? It still says I dont have Game-Admin access, even though I AM THE OWNER OF THIS BOT (Well.. That's what the bot said when i wrote /msg with "hello".<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12358">khax</a> — Fri Mar 14, 2014 8:59 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[willyw]]></name></author>
		<updated>2014-03-14T08:28:43-04:00</updated>

		<published>2014-03-14T08:28:43-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=102676#p102676</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=102676#p102676"/>
		<title type="html"><![CDATA[Re: Need help with bot (doesn't auth me)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=102676#p102676"><![CDATA[
<blockquote class="uncited"><div><br>I am trying to set up a eggdrop (or windrop, how you call it..?) </div></blockquote>Eggdrop is for linux. Windrop is for Windows.   <br><blockquote class="uncited"><div>bot, and when I set up everything, i send pm to my bot, with hello, it made me master, then I wrote pass &lt;mypassword&gt; and it sets my password, then</div></blockquote>Then you should learn how to log in on your bot.<br>See:<br><a href="http://www.egghelp.org/using.htm#dccchat" class="postlink">http://www.egghelp.org/using.htm#dccchat</a><br><blockquote class="uncited"><div> I type admin &lt;mypassword&gt; and it says:</div></blockquote>I'm guessing now ...  where are you typing this?    In a /msg to the bot?<br>(a PM window with the bot?)<br><blockquote class="uncited"><div>You are recognized, but you don't have the Game-Admin access. Please contact an operator.</div></blockquote>It looks like you have installed some tcl script, and that is what is reacting to your command.<br>If so, you need to read the instructions for that script.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10420">willyw</a> — Fri Mar 14, 2014 8:28 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[khax]]></name></author>
		<updated>2014-03-13T15:49:00-04:00</updated>

		<published>2014-03-13T15:49:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=102672#p102672</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=102672#p102672"/>
		<title type="html"><![CDATA[Need help with bot (doesn't auth me)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=102672#p102672"><![CDATA[
Hi,<br><br>I am trying to set up a eggdrop (or windrop, how you call it..?) bot, and when I set up everything, i send pm to my bot, with hello, it made me master, then I wrote pass &lt;mypassword&gt; and it sets my password, then I type admin &lt;mypassword&gt; and it says:<br><br>You are recognized, but you don't have the Game-Admin access. Please contact an operator.<br><br>I tried to restart the bot, edit eggdrop.conf file, I added the pwf.tcl and ident.tcl files, set everything there good, but it still says it (I even tried to delete and install bot many times and it still doesn't work).. Please help as fast as you can, thank you.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12358">khax</a> — Thu Mar 13, 2014 3:49 pm</p><hr />
]]></content>
	</entry>
	</feed>
