<?xml version="1.0" encoding="utf-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Facebook Monsters Enhancer (version 1.1)</title>
	<atom:link href="http://karwasz.org/blog/2008/06/30/facebook-monsters-enhancer-version-11/feed/" rel="self" type="application/rss+xml" />
	<link>http://karwasz.org/blog/2008/06/30/facebook-monsters-enhancer-version-11/</link>
	<description>Different thoughts by different people</description>
	<lastBuildDate>Sat, 16 Jul 2011 12:45:14 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.3</generator>
	<item>
		<title>By: Piotr P. Karwasz</title>
		<link>http://karwasz.org/blog/2008/06/30/facebook-monsters-enhancer-version-11/#comment-33526</link>
		<dc:creator>Piotr P. Karwasz</dc:creator>
		<pubDate>Thu, 10 Jul 2008 09:13:04 +0000</pubDate>
		<guid isPermaLink="false">http://karwasz.org/blog/?p=72#comment-33526</guid>
		<description>&lt;strong&gt;Loren&lt;/strong&gt;: Could you be more specific?

If it doesn&#039;t use all of your feeds and you have enough friends or people in your feeding history, could you tell me how many people do you have in your &lt;strong&gt;feeding clan&lt;/strong&gt;. Go to your feed homepage for example to check it out.

When it stops while attacking, what does the Script panel show? And could you check Tools &gt; Error Console to tell me if there is any JavaScript error?

Personally I am running the script constantly and never experienced your problems.</description>
		<content:encoded><![CDATA[<p><strong>Loren</strong>: Could you be more specific?</p>
<p>If it doesn&#8217;t use all of your feeds and you have enough friends or people in your feeding history, could you tell me how many people do you have in your <strong>feeding clan</strong>. Go to your feed homepage for example to check it out.</p>
<p>When it stops while attacking, what does the Script panel show? And could you check Tools > Error Console to tell me if there is any JavaScript error?</p>
<p>Personally I am running the script constantly and never experienced your problems.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Loren</title>
		<link>http://karwasz.org/blog/2008/06/30/facebook-monsters-enhancer-version-11/#comment-33524</link>
		<dc:creator>Loren</dc:creator>
		<pubDate>Thu, 10 Jul 2008 04:53:23 +0000</pubDate>
		<guid isPermaLink="false">http://karwasz.org/blog/?p=72#comment-33524</guid>
		<description>I like it, but it&#039;s kind of buggy - doesn&#039;t use all of the feeds I have and randomly stops at the attacking page before it does the first attack so it needs a little TLC while it&#039;s running. Awesome script though - keep it up!</description>
		<content:encoded><![CDATA[<p>I like it, but it&#8217;s kind of buggy &#8211; doesn&#8217;t use all of the feeds I have and randomly stops at the attacking page before it does the first attack so it needs a little TLC while it&#8217;s running. Awesome script though &#8211; keep it up!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Piotr P. Karwasz</title>
		<link>http://karwasz.org/blog/2008/06/30/facebook-monsters-enhancer-version-11/#comment-33473</link>
		<dc:creator>Piotr P. Karwasz</dc:creator>
		<pubDate>Mon, 07 Jul 2008 11:54:43 +0000</pubDate>
		<guid isPermaLink="false">http://karwasz.org/blog/?p=72#comment-33473</guid>
		<description>&lt;strong&gt;Beth&lt;/strong&gt;: Look for the lines:

&lt;code&gt;
var MONSTER_TYPE = [&quot;slayer&quot;, &quot;werewolf&quot;, &quot;vampire&quot;, &quot;zombie&quot;, &quot;slayers&quot;, &quot;werewolves&quot;, &quot;vampires&quot;, &quot;zombies&quot;];
var ATTACK_TYPE = [ 49, 29, 27, 17 ];
var MONSTER_APP_IDS = [ 17801732384, 2721700161, 2458301688, 2341504841 ];
var NR_MONSTERS = 4;
&lt;/code&gt;

in the script and change them into:

&lt;code&gt;
var MONSTER_TYPE = [&quot;vampire&quot;, &quot;zombie&quot;, &quot;vampires&quot;, &quot;zombies&quot;];
var ATTACK_TYPE = [27, 17];
var MONSTER_APP_IDS = [2458301688, 2341504841];
var NR_MONSTERS = 2;
&lt;/code&gt;

If you wonder where you can find the code of the script go to Tools &gt; GreaseMonkey &gt; Administer(not sure) scripts and press the Edit button.

Piotr</description>
		<content:encoded><![CDATA[<p><strong>Beth</strong>: Look for the lines:</p>
<p><code><br />
var MONSTER_TYPE = ["slayer", "werewolf", "vampire", "zombie", "slayers", "werewolves", "vampires", "zombies"];<br />
var ATTACK_TYPE = [ 49, 29, 27, 17 ];<br />
var MONSTER_APP_IDS = [ 17801732384, 2721700161, 2458301688, 2341504841 ];<br />
var NR_MONSTERS = 4;<br />
</code></p>
<p>in the script and change them into:</p>
<p><code><br />
var MONSTER_TYPE = ["vampire", "zombie", "vampires", "zombies"];<br />
var ATTACK_TYPE = [27, 17];<br />
var MONSTER_APP_IDS = [2458301688, 2341504841];<br />
var NR_MONSTERS = 2;<br />
</code></p>
<p>If you wonder where you can find the code of the script go to Tools > GreaseMonkey > Administer(not sure) scripts and press the Edit button.</p>
<p>Piotr</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Beth</title>
		<link>http://karwasz.org/blog/2008/06/30/facebook-monsters-enhancer-version-11/#comment-33461</link>
		<dc:creator>Beth</dc:creator>
		<pubDate>Sat, 05 Jul 2008 10:32:52 +0000</pubDate>
		<guid isPermaLink="false">http://karwasz.org/blog/?p=72#comment-33461</guid>
		<description>I don&#039;t have werewolves or slayers installed and don&#039;t want them installed, so what do I need to change in the script to make it skip those apps?</description>
		<content:encoded><![CDATA[<p>I don&#8217;t have werewolves or slayers installed and don&#8217;t want them installed, so what do I need to change in the script to make it skip those apps?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

