<?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: FactionFriend 2.0.4</title>
	<atom:link href="http://fizzwidget.com/2007/02/17/gfw-factionfriend-2-0-4/feed/" rel="self" type="application/rss+xml" />
	<link>http://fizzwidget.com/2007/02/17/gfw-factionfriend-2-0-4/</link>
	<description>Superior Gadget &#38; Doodad Emporium</description>
	<lastBuildDate>Wed, 01 Feb 2012 20:18:53 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Thodd</title>
		<link>http://fizzwidget.com/2007/02/17/gfw-factionfriend-2-0-4/comment-page-1/#comment-4750</link>
		<dc:creator>Thodd</dc:creator>
		<pubDate>Sat, 24 Feb 2007 00:20:58 +0000</pubDate>
		<guid isPermaLink="false">http://fizzwidget.com/2007/02/17/gfw-factionfriend-2-0-4/#comment-4750</guid>
		<description>&lt;p&gt;ZeroEX, I got that same error the other day, to fix it, on line #520 of FactionFriend.lua, I changed:&lt;/p&gt;

&lt;p&gt;SetWatchedFactionIndex(info.value);&lt;/p&gt;

&lt;p&gt;to:&lt;/p&gt;

&lt;p&gt;SetWatchedFactionIndex(i);&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>ZeroEX, I got that same error the other day, to fix it, on line #520 of FactionFriend.lua, I changed:</p>

<p>SetWatchedFactionIndex(info.value);</p>

<p>to:</p>

<p>SetWatchedFactionIndex(i);</p>]]></content:encoded>
	</item>
	<item>
		<title>By: ZeroEX</title>
		<link>http://fizzwidget.com/2007/02/17/gfw-factionfriend-2-0-4/comment-page-1/#comment-4749</link>
		<dc:creator>ZeroEX</dc:creator>
		<pubDate>Fri, 23 Feb 2007 21:41:22 +0000</pubDate>
		<guid isPermaLink="false">http://fizzwidget.com/2007/02/17/gfw-factionfriend-2-0-4/#comment-4749</guid>
		<description>&lt;p&gt;I downloaded this yesterday from here and noticed that when I use the nice new menu  that comes up from right-clicking and try changing the watched faction I get an error stating:&lt;/p&gt;

&lt;p&gt;Error:  Usage: SetWatchedFactionIndex(index)
AddOn: GFW_FactionFriend
File: FactionFriend.lua
Line: 520
Count: 1&lt;/p&gt;

&lt;p&gt;At first i thought maybe it was a mod compatiblity issue and so tried it using the mod with no other mods running, I still got the same error.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I downloaded this yesterday from here and noticed that when I use the nice new menu  that comes up from right-clicking and try changing the watched faction I get an error stating:</p>

<p>Error:  Usage: SetWatchedFactionIndex(index)
AddOn: GFW_FactionFriend
File: FactionFriend.lua
Line: 520
Count: 1</p>

<p>At first i thought maybe it was a mod compatiblity issue and so tried it using the mod with no other mods running, I still got the same error.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Jaim Sandar</title>
		<link>http://fizzwidget.com/2007/02/17/gfw-factionfriend-2-0-4/comment-page-1/#comment-4746</link>
		<dc:creator>Jaim Sandar</dc:creator>
		<pubDate>Wed, 21 Feb 2007 16:17:49 +0000</pubDate>
		<guid isPermaLink="false">http://fizzwidget.com/2007/02/17/gfw-factionfriend-2-0-4/#comment-4746</guid>
		<description>&lt;p&gt;Since I don&#039;t use the standard Blizzard rep bar, but instead Fubar_FuXPFu, I think I am not seeing most of what this AddOn does. It does switch the default watched faction, but that is about all. Is there any chance of making FactionFriend work with FuXPFu?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Since I don&#8217;t use the standard Blizzard rep bar, but instead Fubar_FuXPFu, I think I am not seeing most of what this AddOn does. It does switch the default watched faction, but that is about all. Is there any chance of making FactionFriend work with FuXPFu?</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Thodd</title>
		<link>http://fizzwidget.com/2007/02/17/gfw-factionfriend-2-0-4/comment-page-1/#comment-4745</link>
		<dc:creator>Thodd</dc:creator>
		<pubDate>Mon, 19 Feb 2007 17:09:43 +0000</pubDate>
		<guid isPermaLink="false">http://fizzwidget.com/2007/02/17/gfw-factionfriend-2-0-4/#comment-4745</guid>
		<description>&lt;p&gt;There are 2 corrections needed in FFF_ItemInfo.lua:&lt;/p&gt;

&lt;p&gt;On line # 938 find the following:&lt;/p&gt;

&lt;p&gt;[8483] = 1, -- Wastewander Water Pouch&lt;/p&gt;

&lt;p&gt;change to:&lt;/p&gt;

&lt;p&gt;[8483] = 5, -- Wastewander Water Pouch&lt;/p&gt;

&lt;p&gt;then on line #1033 find:&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;        maxStanding = 6,
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;and change to:&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;        maxStanding = 5,
&lt;/code&gt;&lt;/pre&gt;
</description>
		<content:encoded><![CDATA[<p>There are 2 corrections needed in FFF_ItemInfo.lua:</p>

<p>On line # 938 find the following:</p>

<p>[8483] = 1, &#8212; Wastewander Water Pouch</p>

<p>change to:</p>

<p>[8483] = 5, &#8212; Wastewander Water Pouch</p>

<p>then on line #1033 find:</p>

<pre><code>        maxStanding = 6,
</code></pre>

<p>and change to:</p>

<pre><code>        maxStanding = 5,
</code></pre>]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching 3/12 queries in 0.009 seconds using disk: basic

Served from: fizzwidget.com @ 2012-02-07 22:51:21 -->
