<?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: Feed-O-Matic 2.4.1</title>
	<atom:link href="http://fizzwidget.com/2008/04/11/gfw-feedomatic-2-4-1/feed/" rel="self" type="application/rss+xml" />
	<link>http://fizzwidget.com/2008/04/11/gfw-feedomatic-2-4-1/</link>
	<description>Superior Gadget &#38; Doodad Emporium</description>
	<lastBuildDate>Thu, 01 Jul 2010 01:08:45 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: flaminghunter</title>
		<link>http://fizzwidget.com/2008/04/11/gfw-feedomatic-2-4-1/comment-page-1/#comment-9544</link>
		<dc:creator>flaminghunter</dc:creator>
		<pubDate>Sun, 12 Oct 2008 05:40:04 +0000</pubDate>
		<guid isPermaLink="false">http://fizzwidget.com/2008/04/11/gfw-feedomatic-2-4-1/#comment-9544</guid>
		<description>&lt;p&gt;i have the problem where feed o matic will require alting to get it to use buzzard meat&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>i have the problem where feed o matic will require alting to get it to use buzzard meat</p>]]></content:encoded>
	</item>
	<item>
		<title>By: JPwell</title>
		<link>http://fizzwidget.com/2008/04/11/gfw-feedomatic-2-4-1/comment-page-1/#comment-9479</link>
		<dc:creator>JPwell</dc:creator>
		<pubDate>Mon, 29 Sep 2008 22:19:27 +0000</pubDate>
		<guid isPermaLink="false">http://fizzwidget.com/2008/04/11/gfw-feedomatic-2-4-1/#comment-9479</guid>
		<description>&lt;p&gt;Getting the same &quot;Action available only to blizzard UI&quot; errors that others are reporting, so I am pretty sure this is not a conflict with another add-on.  These problems have been reported for months now with no new version released.  Is the author waiting for WOTLK to release or fix, or is this add-on no longer supported?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Getting the same &#8220;Action available only to blizzard UI&#8221; errors that others are reporting, so I am pretty sure this is not a conflict with another add-on.  These problems have been reported for months now with no new version released.  Is the author waiting for WOTLK to release or fix, or is this add-on no longer supported?</p>]]></content:encoded>
	</item>
	<item>
		<title>By: RickH</title>
		<link>http://fizzwidget.com/2008/04/11/gfw-feedomatic-2-4-1/comment-page-1/#comment-9410</link>
		<dc:creator>RickH</dc:creator>
		<pubDate>Fri, 12 Sep 2008 01:07:33 +0000</pubDate>
		<guid isPermaLink="false">http://fizzwidget.com/2008/04/11/gfw-feedomatic-2-4-1/#comment-9410</guid>
		<description>&lt;p&gt;Love this, use it constantly.  Made a small mod to my copy which you might like to consider as a future feature.  Instead of choosing food by level or by stack size, I like to choose randomly from all valid foods, and then keep several kinds on hand for the variety factor.  I just added the following:
    if (table.getn(SortedFoodList) &gt; 0) then
        local randfood = math.random(table.getn(SortedFoodList));
        return SortedFoodList[randfood].bag, SortedFoodList[randfood].slot, SortedFoodList[randfood].link;
    end
right before:
    for _, foodInfo in pairs(SortedFoodList) do
towards the end of FOM_NewFindFood;&lt;/p&gt;

&lt;p&gt;Anyone else in the beta, and notice how the new talents make it so you almost never need to feed your pet any more (unless you just wander around for a long time without combat)?  I actually miss the feedings, they helped give the pet a live feeling, and helped me bond to him (subroutine and pixels reality notwithstanding).  Sigh.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Love this, use it constantly.  Made a small mod to my copy which you might like to consider as a future feature.  Instead of choosing food by level or by stack size, I like to choose randomly from all valid foods, and then keep several kinds on hand for the variety factor.  I just added the following:
    if (table.getn(SortedFoodList) &gt; 0) then
        local randfood = math.random(table.getn(SortedFoodList));
        return SortedFoodList[randfood].bag, SortedFoodList[randfood].slot, SortedFoodList[randfood].link;
    end
right before:
    for _, foodInfo in pairs(SortedFoodList) do
towards the end of FOM_NewFindFood;</p>

<p>Anyone else in the beta, and notice how the new talents make it so you almost never need to feed your pet any more (unless you just wander around for a long time without combat)?  I actually miss the feedings, they helped give the pet a live feeling, and helped me bond to him (subroutine and pixels reality notwithstanding).  Sigh.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Lucindrielle</title>
		<link>http://fizzwidget.com/2008/04/11/gfw-feedomatic-2-4-1/comment-page-1/#comment-9384</link>
		<dc:creator>Lucindrielle</dc:creator>
		<pubDate>Sat, 06 Sep 2008 20:59:38 +0000</pubDate>
		<guid isPermaLink="false">http://fizzwidget.com/2008/04/11/gfw-feedomatic-2-4-1/#comment-9384</guid>
		<description>&lt;p&gt;It&#039;d be great if the next version can allow you to have an option to only feed your pet things that you can&#039;t benefit from.&lt;/p&gt;

&lt;p&gt;For instance, if you have 15 &quot;tender crocolisk meat&quot; sitting in your inventory, it could have to look for THOSE before feeding a &quot;haunch of meat&quot;, which your character can eat for health gain.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>It&#8217;d be great if the next version can allow you to have an option to only feed your pet things that you can&#8217;t benefit from.</p>

<p>For instance, if you have 15 &#8220;tender crocolisk meat&#8221; sitting in your inventory, it could have to look for THOSE before feeding a &#8220;haunch of meat&#8221;, which your character can eat for health gain.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Sylvania</title>
		<link>http://fizzwidget.com/2008/04/11/gfw-feedomatic-2-4-1/comment-page-1/#comment-9366</link>
		<dc:creator>Sylvania</dc:creator>
		<pubDate>Mon, 01 Sep 2008 09:01:32 +0000</pubDate>
		<guid isPermaLink="false">http://fizzwidget.com/2008/04/11/gfw-feedomatic-2-4-1/#comment-9366</guid>
		<description>&lt;p&gt;Same error as the one David is getting.... &quot;Action available only to Blizzard UI&#039; when I use the recommended macro /click FOM_FeedButton the first time after logging in.&lt;/p&gt;

&lt;p&gt;Not a big thing but annoying.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Same error as the one David is getting&#8230;. &#8220;Action available only to Blizzard UI&#8217; when I use the recommended macro /click FOM_FeedButton the first time after logging in.</p>

<p>Not a big thing but annoying.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Hempton</title>
		<link>http://fizzwidget.com/2008/04/11/gfw-feedomatic-2-4-1/comment-page-1/#comment-9364</link>
		<dc:creator>Hempton</dc:creator>
		<pubDate>Mon, 01 Sep 2008 07:39:50 +0000</pubDate>
		<guid isPermaLink="false">http://fizzwidget.com/2008/04/11/gfw-feedomatic-2-4-1/#comment-9364</guid>
		<description>&lt;p&gt;I like using FoM but im getting some bugs as to be affecting my pets food diet. it wont register that there is food in my bags that my pet &quot;likes&quot;. i stuck some other type of foods in my bags and it reads them there.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I like using FoM but im getting some bugs as to be affecting my pets food diet. it wont register that there is food in my bags that my pet &#8220;likes&#8221;. i stuck some other type of foods in my bags and it reads them there.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Shal</title>
		<link>http://fizzwidget.com/2008/04/11/gfw-feedomatic-2-4-1/comment-page-1/#comment-9306</link>
		<dc:creator>Shal</dc:creator>
		<pubDate>Sun, 24 Aug 2008 03:24:02 +0000</pubDate>
		<guid isPermaLink="false">http://fizzwidget.com/2008/04/11/gfw-feedomatic-2-4-1/#comment-9306</guid>
		<description>&lt;p&gt;DL&#039;ed the newest version avail today and it allowed Timber to be fed Serpent Flesh which is used for cooking.... help lol :) TY :D&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>DL&#8217;ed the newest version avail today and it allowed Timber to be fed Serpent Flesh which is used for cooking&#8230;. help lol <img src='http://fizzwidget.com/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  TY <img src='http://fizzwidget.com/wordpress/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>]]></content:encoded>
	</item>
	<item>
		<title>By: creep</title>
		<link>http://fizzwidget.com/2008/04/11/gfw-feedomatic-2-4-1/comment-page-1/#comment-9299</link>
		<dc:creator>creep</dc:creator>
		<pubDate>Tue, 19 Aug 2008 16:47:08 +0000</pubDate>
		<guid isPermaLink="false">http://fizzwidget.com/2008/04/11/gfw-feedomatic-2-4-1/#comment-9299</guid>
		<description>&lt;p&gt;I&#039;m getting the same error message as the last few posters above.&lt;/p&gt;

&lt;p&gt;However the addon isn&#039;t fully functioning I think.  It will indeed feed my pet but it isn&#039;t following any rules it seems.  I have a few stacks of different kinds of food and it just keeps using the same kind.  I have a couple stacks of only 5 or 6 pieces and a full stack of 20.  It keeps pulling food from the stack of 20 instead of using up the smaller stacks first.  They are different food types (all usable by my pet) but all the same level of food so it should use up the smaller stacks first.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I&#8217;m getting the same error message as the last few posters above.</p>

<p>However the addon isn&#8217;t fully functioning I think.  It will indeed feed my pet but it isn&#8217;t following any rules it seems.  I have a few stacks of different kinds of food and it just keeps using the same kind.  I have a couple stacks of only 5 or 6 pieces and a full stack of 20.  It keeps pulling food from the stack of 20 instead of using up the smaller stacks first.  They are different food types (all usable by my pet) but all the same level of food so it should use up the smaller stacks first.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://fizzwidget.com/2008/04/11/gfw-feedomatic-2-4-1/comment-page-1/#comment-9241</link>
		<dc:creator>David</dc:creator>
		<pubDate>Sat, 02 Aug 2008 02:41:36 +0000</pubDate>
		<guid isPermaLink="false">http://fizzwidget.com/2008/04/11/gfw-feedomatic-2-4-1/#comment-9241</guid>
		<description>&lt;p&gt;I too am getting the &quot;Action available only to blizzard UI&quot; the first time I use the /click macro in an action button.  Once I click ignore, subsequent attempts do not cause an issue and feed the pet as normal.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I too am getting the &#8220;Action available only to blizzard UI&#8221; the first time I use the /click macro in an action button.  Once I click ignore, subsequent attempts do not cause an issue and feed the pet as normal.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: NkM</title>
		<link>http://fizzwidget.com/2008/04/11/gfw-feedomatic-2-4-1/comment-page-1/#comment-9226</link>
		<dc:creator>NkM</dc:creator>
		<pubDate>Mon, 28 Jul 2008 22:37:20 +0000</pubDate>
		<guid isPermaLink="false">http://fizzwidget.com/2008/04/11/gfw-feedomatic-2-4-1/#comment-9226</guid>
		<description>&lt;p&gt;I also have the same &quot;action blocked&quot; error as others posted above when using&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;#showtooltip Feed Pet
/click FOM_FeedButton;
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;However, I have another macro that called to /click a different action button on my action bar and I don&#039;t get the error.  Is it because the FOM_FeedButton is a custom button we click on and not an official Blizzard UI button?&lt;/p&gt;

&lt;p&gt;Of course, after clicking on the FOM_FeedButton (via macro such as above), the error will come up once and I don&#039;t usually see it again afterward.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I also have the same &#8220;action blocked&#8221; error as others posted above when using</p>

<pre><code>#showtooltip Feed Pet
/click FOM_FeedButton;
</code></pre>

<p>However, I have another macro that called to /click a different action button on my action bar and I don&#8217;t get the error.  Is it because the FOM_FeedButton is a custom button we click on and not an official Blizzard UI button?</p>

<p>Of course, after clicking on the FOM_FeedButton (via macro such as above), the error will come up once and I don&#8217;t usually see it again afterward.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: havij</title>
		<link>http://fizzwidget.com/2008/04/11/gfw-feedomatic-2-4-1/comment-page-1/#comment-9221</link>
		<dc:creator>havij</dc:creator>
		<pubDate>Sun, 27 Jul 2008 17:52:47 +0000</pubDate>
		<guid isPermaLink="false">http://fizzwidget.com/2008/04/11/gfw-feedomatic-2-4-1/#comment-9221</guid>
		<description>&lt;p&gt;THis mod allowed my pet to be fed [Serpent Flesh] which is used for the quest Mok&#039;Nathal Treats.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>THis mod allowed my pet to be fed [Serpent Flesh] which is used for the quest Mok&#8217;Nathal Treats.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Thorlin</title>
		<link>http://fizzwidget.com/2008/04/11/gfw-feedomatic-2-4-1/comment-page-1/#comment-9220</link>
		<dc:creator>Thorlin</dc:creator>
		<pubDate>Sun, 27 Jul 2008 15:50:57 +0000</pubDate>
		<guid isPermaLink="false">http://fizzwidget.com/2008/04/11/gfw-feedomatic-2-4-1/#comment-9220</guid>
		<description>&lt;p&gt;Same problem as Vexi. Anyone have any thoughts, I read something about a /click bug in the new patch, but have no idea what the bug is.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Same problem as Vexi. Anyone have any thoughts, I read something about a /click bug in the new patch, but have no idea what the bug is.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Jorne</title>
		<link>http://fizzwidget.com/2008/04/11/gfw-feedomatic-2-4-1/comment-page-1/#comment-9216</link>
		<dc:creator>Jorne</dc:creator>
		<pubDate>Sat, 26 Jul 2008 14:45:57 +0000</pubDate>
		<guid isPermaLink="false">http://fizzwidget.com/2008/04/11/gfw-feedomatic-2-4-1/#comment-9216</guid>
		<description>&lt;p&gt;Yup, since the 2.4.3 patch I get the same error too. Only on the first use - I am using the same macro. After I dismiss the error, it seems to work fine, until my next login.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Yup, since the 2.4.3 patch I get the same error too. Only on the first use &#8211; I am using the same macro. After I dismiss the error, it seems to work fine, until my next login.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Vexi</title>
		<link>http://fizzwidget.com/2008/04/11/gfw-feedomatic-2-4-1/comment-page-1/#comment-9209</link>
		<dc:creator>Vexi</dc:creator>
		<pubDate>Tue, 22 Jul 2008 16:26:02 +0000</pubDate>
		<guid isPermaLink="false">http://fizzwidget.com/2008/04/11/gfw-feedomatic-2-4-1/#comment-9209</guid>
		<description>&lt;p&gt;for some reason 2.4.3 is giving me &quot;action available only to blizzard UI&quot; when i try to use my feed pet macro:&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;#showtooltip Feed Pet
/click FOM_FeedButton;
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;i click ignore and it still works, but it does this every time i just log in.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>for some reason 2.4.3 is giving me &#8220;action available only to blizzard UI&#8221; when i try to use my feed pet macro:</p>

<pre><code>#showtooltip Feed Pet
/click FOM_FeedButton;
</code></pre>

<p>i click ignore and it still works, but it does this every time i just log in.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: JPowell</title>
		<link>http://fizzwidget.com/2008/04/11/gfw-feedomatic-2-4-1/comment-page-1/#comment-9208</link>
		<dc:creator>JPowell</dc:creator>
		<pubDate>Mon, 21 Jul 2008 21:13:06 +0000</pubDate>
		<guid isPermaLink="false">http://fizzwidget.com/2008/04/11/gfw-feedomatic-2-4-1/#comment-9208</guid>
		<description>&lt;p&gt;Receive the following error each time I access FoM 2.4.1 since the latest (2.43) WoW patch:&lt;/p&gt;

&lt;p&gt;Message: Error: AddOn GFW_FeedOMatic attempted to call a forbidden function (CastSpellByName()) from a tainted execution path.&lt;/p&gt;

&lt;p&gt;After the initial error message, the addon seems to work normally.  I have deleted and reloaded a fresh copy of FoM, but the error persists.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Receive the following error each time I access FoM 2.4.1 since the latest (2.43) WoW patch:</p>

<p>Message: Error: AddOn GFW_FeedOMatic attempted to call a forbidden function (CastSpellByName()) from a tainted execution path.</p>

<p>After the initial error message, the addon seems to work normally.  I have deleted and reloaded a fresh copy of FoM, but the error persists.</p>]]></content:encoded>
	</item>
</channel>
</rss>
