<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Combots Бот для БК &mdash; не работает плагин.]]></title>
	<link rel="self" href="http://www.combats-bot.ru/extern.php?action=feed&amp;tid=2765&amp;type=atom"/>
	<updated>2010-09-30T15:33:17Z</updated>
	<generator>PunBB</generator>
	<id>http://www.combats-bot.ru/viewtopic.php?id=2765</id>
		<entry>
			<title type="html"><![CDATA[Re: не работает плагин.]]></title>
			<link rel="alternate" href="http://www.combats-bot.ru/viewtopic.php?pid=39526#p39526"/>
			<content type="html"><![CDATA[<div class="quotebox"><cite>anahronik пишет:</cite><blockquote><p>функция httpGetPageRequest в плагинах не доступна стала, на сколько я понимаю.</p></blockquote></div><p>и как быть?</p>]]></content>
			<author>
				<name><![CDATA[xamepa]]></name>
				<uri>http://www.combats-bot.ru/profile.php?id=3689</uri>
			</author>
			<updated>2010-09-30T15:33:17Z</updated>
			<id>http://www.combats-bot.ru/viewtopic.php?pid=39526#p39526</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: не работает плагин.]]></title>
			<link rel="alternate" href="http://www.combats-bot.ru/viewtopic.php?pid=39130#p39130"/>
			<content type="html"><![CDATA[<p>функция httpGetPageRequest в плагинах не доступна стала, на сколько я понимаю.</p>]]></content>
			<author>
				<name><![CDATA[anahronik]]></name>
				<uri>http://www.combats-bot.ru/profile.php?id=1272</uri>
			</author>
			<updated>2010-09-25T06:38:00Z</updated>
			<id>http://www.combats-bot.ru/viewtopic.php?pid=39130#p39130</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: не работает плагин.]]></title>
			<link rel="alternate" href="http://www.combats-bot.ru/viewtopic.php?pid=39129#p39129"/>
			<content type="html"><![CDATA[<div class="quotebox"><cite>Godness пишет:</cite><blockquote><p>включи стандартную <img src="http://www.combats-bot.ru/img/smilies/smile.png" width="15" height="15" alt="smile" /></p></blockquote></div><p>это само сабой но дорого на хайд лвле выходит (</p>]]></content>
			<author>
				<name><![CDATA[xamepa]]></name>
				<uri>http://www.combats-bot.ru/profile.php?id=3689</uri>
			</author>
			<updated>2010-09-25T04:21:19Z</updated>
			<id>http://www.combats-bot.ru/viewtopic.php?pid=39129#p39129</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: не работает плагин.]]></title>
			<link rel="alternate" href="http://www.combats-bot.ru/viewtopic.php?pid=39116#p39116"/>
			<content type="html"><![CDATA[<p>включи стандартную <img src="http://www.combats-bot.ru/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></content>
			<author>
				<name><![CDATA[Godness]]></name>
				<uri>http://www.combats-bot.ru/profile.php?id=129</uri>
			</author>
			<updated>2010-09-24T21:09:32Z</updated>
			<id>http://www.combats-bot.ru/viewtopic.php?pid=39116#p39116</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[не работает плагин.]]></title>
			<link rel="alternate" href="http://www.combats-bot.ru/viewtopic.php?pid=39114#p39114"/>
			<content type="html"><![CDATA[<p>Не работает кармёжка зверя, хочу чтоб кормило когда меньше 1 сытности.<br /></p><div class="codebox"><pre class="javascript" style="font-family:monospace;"><span style="color: #003366; font-weight: bold;">function</span> kormit<span style="color: #009900;">&#40;</span>enabled<span style="color: #009900;">&#41;</span><br /><span style="color: #009900;">&#123;</span><br />&nbsp; &nbsp; <span style="color: #000066; font-weight: bold;">if</span><span style="color: #009900;">&#40;</span>enabled<span style="color: #009900;">&#41;</span>&nbsp; &nbsp; <br />&nbsp; &nbsp; <span style="color: #009900;">&#123;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; kormitTimer <span style="color: #339933;">=</span> setInterval<span style="color: #009900;">&#40;</span><span style="color: #3366CC;">&quot;kormitHandler()&quot;</span><span style="color: #339933;">,</span><span style="color: #CC0000;">60000</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />&nbsp; &nbsp; <span style="color: #009900;">&#125;</span><br />&nbsp; &nbsp; <span style="color: #000066; font-weight: bold;">else</span><br />&nbsp; &nbsp; <span style="color: #009900;">&#123;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; clearInterval<span style="color: #009900;">&#40;</span>kormitTimer<span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />&nbsp; &nbsp; <span style="color: #009900;">&#125;</span><br /><span style="color: #009900;">&#125;</span><br />&nbsp;<br /><span style="color: #003366; font-weight: bold;">function</span> kormitHandler<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><br /><span style="color: #009900;">&#123;</span><br />&nbsp; &nbsp; <span style="color: #000066; font-weight: bold;">if</span> <span style="color: #009900;">&#40;</span><span style="color: #339933;">!</span>external.<span style="color: #660066;">inBattle</span><span style="color: #009900;">&#41;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; httpGetPageRequest<span style="color: #009900;">&#40;</span><span style="color: #3366CC;">&quot;http://&quot;</span> <span style="color: #339933;">+</span> external.<span style="color: #660066;">SCity</span>.<span style="color: #660066;">Text</span> <span style="color: #339933;">+</span> <span style="color: #3366CC;">&quot;.combats.com/main.pl?pet=&quot;</span> <span style="color: #339933;">+</span> Math.<span style="color: #660066;">random</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">,</span> <span style="color: #3366CC;">&quot;kormitHandler2()&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br /><span style="color: #009900;">&#125;</span><br />&nbsp;<br /><span style="color: #003366; font-weight: bold;">function</span> kormitHandler2<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><br /><span style="color: #009900;">&#123;</span><br />&nbsp; &nbsp; <span style="color: #003366; font-weight: bold;">var</span> s <span style="color: #339933;">=</span> xmlResponse<span style="color: #339933;">;</span><br />&nbsp;<br />&nbsp; &nbsp; <span style="color: #003366; font-weight: bold;">var</span> fullness <span style="color: #339933;">=</span> s.<span style="color: #660066;">match</span><span style="color: #009900;">&#40;</span><span style="color: #009966; font-style: italic;">/Сытость&lt;\/SPAN&gt;:\s(\d+)&lt;BR&gt;/</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />&nbsp; &nbsp; <span style="color: #000066; font-weight: bold;">if</span><span style="color: #009900;">&#40;</span>fullness <span style="color: #339933;">!=</span> <span style="color: #003366; font-weight: bold;">null</span><span style="color: #009900;">&#41;</span><br />&nbsp; &nbsp; <span style="color: #009900;">&#123;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; fullness <span style="color: #339933;">=</span> parseInt<span style="color: #009900;">&#40;</span>fullness<span style="color: #009900;">&#91;</span><span style="color: #CC0000;">1</span><span style="color: #009900;">&#93;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000066; font-weight: bold;">if</span><span style="color: #009900;">&#40;</span>fullness <span style="color: #339933;">&lt;=</span> <span style="color: #CC0000;">1</span><span style="color: #009900;">&#41;</span> <br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;kormitHandler3<span style="color: #009900;">&#40;</span>s<span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />&nbsp; &nbsp; <span style="color: #009900;">&#125;</span><br /><span style="color: #009900;">&#125;</span><br />&nbsp;<br /><span style="color: #003366; font-weight: bold;">function</span> kormitHandler3<span style="color: #009900;">&#40;</span>s<span style="color: #009900;">&#41;</span><br /><span style="color: #009900;">&#123;</span><br />&nbsp; &nbsp; <span style="color: #003366; font-weight: bold;">var</span> food <span style="color: #339933;">=</span> s.<span style="color: #660066;">match</span><span style="color: #009900;">&#40;</span><span style="color: #009966; font-style: italic;">/main.pl\?(pet=0\.\d+&amp;eat=[A-Za-z_0-9]+&amp;n=\d+&amp;sd4=\d+)/</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />&nbsp; &nbsp; <span style="color: #000066; font-weight: bold;">if</span><span style="color: #009900;">&#40;</span>food <span style="color: #339933;">!=</span> <span style="color: #003366; font-weight: bold;">null</span><span style="color: #009900;">&#41;</span><br />&nbsp; &nbsp; <span style="color: #009900;">&#123;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; external.<span style="color: #660066;">AddToChat</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">&quot;Кормлю зверя&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; top.<span style="color: #660066;">frames</span><span style="color: #009900;">&#91;</span>external.<span style="color: #660066;">mainFrameIndex</span><span style="color: #009900;">&#93;</span>.<span style="color: #660066;">location</span> <span style="color: #339933;">=</span> <span style="color: #3366CC;">&quot;http://&quot;</span> <span style="color: #339933;">+</span> external.<span style="color: #660066;">SCity</span>.<span style="color: #660066;">Text</span> <span style="color: #339933;">+</span> <span style="color: #3366CC;">&quot;.combats.com/main.pl?food&amp;&quot;</span> <span style="color: #339933;">+</span> food<span style="color: #009900;">&#91;</span><span style="color: #CC0000;">1</span><span style="color: #009900;">&#93;</span><span style="color: #339933;">;</span><br />&nbsp; &nbsp; <span style="color: #009900;">&#125;</span><br /><span style="color: #009900;">&#125;</span></pre></div><p>Стандартная кормёжка отключина. Кто-то им пользуется и может обьяснить почему не работает?? Если у кого-то есть проверенно рабочий плагин отпешитесь плз.</p>]]></content>
			<author>
				<name><![CDATA[xamepa]]></name>
				<uri>http://www.combats-bot.ru/profile.php?id=3689</uri>
			</author>
			<updated>2010-09-24T18:27:47Z</updated>
			<id>http://www.combats-bot.ru/viewtopic.php?pid=39114#p39114</id>
		</entry>
</feed>
