<?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"
	>
<channel>
	<title>Comments on: Hunter&#8217;s Helper 1800.3</title>
	<atom:link href="http://fizzwidget.com/2005/11/06/gfw-huntershelper-1800-3/feed/" rel="self" type="application/rss+xml" />
	<link>http://fizzwidget.com/2005/11/06/gfw-huntershelper-1800-3/</link>
	<description>Superior Gadget &#038; Doodad Emporium</description>
	<pubDate>Tue, 06 Jan 2009 12:55:11 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Brad</title>
		<link>http://fizzwidget.com/2005/11/06/gfw-huntershelper-1800-3/#comment-475</link>
		<dc:creator>Brad</dc:creator>
		<pubDate>Fri, 09 Dec 2005 19:59:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.fizzwidget.com/?p=111#comment-475</guid>
		<description>&lt;p&gt;To add to my error report of Nov 10th, changing line 493 in HuntersHelper.lua to:&lt;/p&gt;

&lt;p&gt;&lt;pre&gt;&lt;code&gt;if (type(families) == "table" and FHH_NewInfo and FHH_NewInfo.LearnableBy and FHH_NewInfo.LearnableBy[spellID]) then
&lt;/code&gt;&lt;/pre&gt;&lt;/p&gt;

&lt;p&gt;seems to fix the problem. In the case of cower, I have:&lt;/p&gt;

&lt;p&gt;FHH_NewInfo = {
    ["LearnableBy"] = {
        ["cower"] = {
            [1] = "Tallstrider",
            [2] = "Cat",
        },
    },&lt;/p&gt;

&lt;p&gt;in my GFW_HuntersHelper.lua savedvariables file.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>To add to my error report of Nov 10th, changing line 493 in HuntersHelper.lua to:</p>

<p><pre><code>if (type(families) == "table" and FHH_NewInfo and FHH_NewInfo.LearnableBy and FHH_NewInfo.LearnableBy[spellID]) then
</code></pre></p>

<p>seems to fix the problem. In the case of cower, I have:</p>

<p>FHH_NewInfo = {
    ["LearnableBy"] = {
        ["cower"] = {
            [1] = &#8220;Tallstrider&#8221;,
            [2] = &#8220;Cat&#8221;,
        },
    },</p>

<p>in my GFW_HuntersHelper.lua savedvariables file.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Corwin Whitehorn</title>
		<link>http://fizzwidget.com/2005/11/06/gfw-huntershelper-1800-3/#comment-451</link>
		<dc:creator>Corwin Whitehorn</dc:creator>
		<pubDate>Fri, 25 Nov 2005 09:53:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.fizzwidget.com/?p=111#comment-451</guid>
		<description>&lt;p&gt;Well I haven't got any Nil error... just a "Next" error (I already posted it on curse with screenshots)&lt;/p&gt;

&lt;p&gt;http://www.curse-gaming.com/mod.php?addid=1747&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Well I haven&#8217;t got any Nil error&#8230; just a &#8220;Next&#8221; error (I already posted it on curse with screenshots)</p>

<p><a href="http://www.curse-gaming.com/mod.php?addid=1747" rel="nofollow">http://www.curse-gaming.com/mod.php?addid=1747</a></p>]]></content:encoded>
	</item>
	<item>
		<title>By: ThinGeek</title>
		<link>http://fizzwidget.com/2005/11/06/gfw-huntershelper-1800-3/#comment-430</link>
		<dc:creator>ThinGeek</dc:creator>
		<pubDate>Fri, 18 Nov 2005 02:37:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.fizzwidget.com/?p=111#comment-430</guid>
		<description>&lt;p&gt;I'm also getting the nil errors. To debug, I've restarted teh game after removing all of my other mods to eliminate the possibility of a programming conflict and the problem was still there. Hope that helps :)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I&#8217;m also getting the nil errors. To debug, I&#8217;ve restarted teh game after removing all of my other mods to eliminate the possibility of a programming conflict and the problem was still there. Hope that helps <img src='http://fizzwidget.com/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>]]></content:encoded>
	</item>
	<item>
		<title>By: Brad</title>
		<link>http://fizzwidget.com/2005/11/06/gfw-huntershelper-1800-3/#comment-397</link>
		<dc:creator>Brad</dc:creator>
		<pubDate>Thu, 10 Nov 2005 14:57:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.fizzwidget.com/?p=111#comment-397</guid>
		<description>&lt;p&gt;When I type /hh find cower I get an error in GFWTable.lua:59 getn #1 expected table, got string.&lt;/p&gt;

&lt;p&gt;/hh find growl works.&lt;/p&gt;

&lt;p&gt;Brad&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>When I type /hh find cower I get an error in GFWTable.lua:59 getn #1 expected table, got string.</p>

<p>/hh find growl works.</p>

<p>Brad</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Karyu</title>
		<link>http://fizzwidget.com/2005/11/06/gfw-huntershelper-1800-3/#comment-396</link>
		<dc:creator>Karyu</dc:creator>
		<pubDate>Thu, 10 Nov 2005 14:04:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.fizzwidget.com/?p=111#comment-396</guid>
		<description>&lt;p&gt;I haven't noticed any nil errors with the new version. One thing to add to the database is Mist Howler has Furious Howl 1 in Ashenvale. its a cool abilitie (Party Members with 15 yards recieve an extra 9 to 11 damage to thier next Physical attack. Last 10 sec. I like it :D&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I haven&#8217;t noticed any nil errors with the new version. One thing to add to the database is Mist Howler has Furious Howl 1 in Ashenvale. its a cool abilitie (Party Members with 15 yards recieve an extra 9 to 11 damage to thier next Physical attack. Last 10 sec. I like it <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: Kirz</title>
		<link>http://fizzwidget.com/2005/11/06/gfw-huntershelper-1800-3/#comment-395</link>
		<dc:creator>Kirz</dc:creator>
		<pubDate>Wed, 09 Nov 2005 20:34:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.fizzwidget.com/?p=111#comment-395</guid>
		<description>&lt;p&gt;I get the same.. a sad day too!  I was excited to see the HH update.. but got nil errors for days.  Uninstalled it and went back a version to fix it.&lt;/p&gt;

&lt;p&gt;I use TipBuddy and enhtooltip for auctioneer.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I get the same.. a sad day too!  I was excited to see the HH update.. but got nil errors for days.  Uninstalled it and went back a version to fix it.</p>

<p>I use TipBuddy and enhtooltip for auctioneer.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Silver</title>
		<link>http://fizzwidget.com/2005/11/06/gfw-huntershelper-1800-3/#comment-393</link>
		<dc:creator>Silver</dc:creator>
		<pubDate>Tue, 08 Nov 2005 01:17:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.fizzwidget.com/?p=111#comment-393</guid>
		<description>&lt;p&gt;I also get the same "nil" errors. I have Tipbuddy installed but not auctioneer, hope that helps.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I also get the same &#8220;nil&#8221; errors. I have Tipbuddy installed but not auctioneer, hope that helps.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Balthazaer</title>
		<link>http://fizzwidget.com/2005/11/06/gfw-huntershelper-1800-3/#comment-391</link>
		<dc:creator>Balthazaer</dc:creator>
		<pubDate>Mon, 07 Nov 2005 14:37:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.fizzwidget.com/?p=111#comment-391</guid>
		<description>&lt;p&gt;the nil error i get is the following :&lt;/p&gt;

&lt;p&gt;Interface\GFW-hunterhelper\hunterherlper.lua :281: bad argument #1 to 'find' ( string expected, got nil)&lt;/p&gt;

&lt;p&gt;this is what i get when i hover over npc's
I use the tooltip mod Tipbuddy and enhanced tolltip for auctioneer.&lt;/p&gt;

&lt;p&gt;Maybe tipbuddy has a conflict?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>the nil error i get is the following :</p>

<p>Interface\GFW-hunterhelper\hunterherlper.lua :281: bad argument #1 to &#8216;find&#8217; ( string expected, got nil)</p>

<p>this is what i get when i hover over npc&#8217;s
I use the tooltip mod Tipbuddy and enhanced tolltip for auctioneer.</p>

<p>Maybe tipbuddy has a conflict?</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Balthazaer</title>
		<link>http://fizzwidget.com/2005/11/06/gfw-huntershelper-1800-3/#comment-390</link>
		<dc:creator>Balthazaer</dc:creator>
		<pubDate>Mon, 07 Nov 2005 12:05:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.fizzwidget.com/?p=111#comment-390</guid>
		<description>&lt;p&gt;Just downloaded the newest version.&lt;/p&gt;

&lt;p&gt;With the previous one i had no problems.
Now when i start WoW i get a lot of nil error's&lt;/p&gt;

&lt;p&gt;Didn't write them down, will do when i start WoW again and post them here.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Just downloaded the newest version.</p>

<p>With the previous one i had no problems.
Now when i start WoW i get a lot of nil error&#8217;s</p>

<p>Didn&#8217;t write them down, will do when i start WoW again and post them here.</p>]]></content:encoded>
	</item>
</channel>
</rss>
