<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>my everything else blog... &#187; addon</title>
	<atom:link href="http://dfktv.com/tag/addon/feed/" rel="self" type="application/rss+xml" />
	<link>http://dfktv.com</link>
	<description>warcraft from a paladin's perspective</description>
	<lastBuildDate>Sun, 20 Dec 2009 00:28:15 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>WoW Armory WordPress addon</title>
		<link>http://dfktv.com/2009/01/wow-armory-wordpress-addon/</link>
		<comments>http://dfktv.com/2009/01/wow-armory-wordpress-addon/#comments</comments>
		<pubDate>Thu, 15 Jan 2009 01:56:04 +0000</pubDate>
		<dc:creator>petewood</dc:creator>
				<category><![CDATA[addon]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wow armory]]></category>

		<guid isPermaLink="false">http://dfktv.com/?p=205</guid>
		<description><![CDATA[Today, I installed the WoW Armory addon by Tim of timsworld.nfshost.com. Look in my sidebar on the right, it&#8217;s a beautiful plugin. The only thing I saw missing from the plugin was that none of my enchants or gems were showing up on my gear. I asked in a comment if it was possible to [...]]]></description>
			<content:encoded><![CDATA[<p>Today, I installed the <a href="http://timsworld.nfshost.com/wow-armory-wp-plugin/">WoW Armory</a> addon by Tim of <a href="http://timsworld.nfshost.com">timsworld.nfshost.com</a>. Look in my sidebar on the right, it&#8217;s a beautiful plugin. The only thing I saw missing from the plugin was that none of my enchants or gems were showing up on my gear. I asked in a comment if it was possible to show them and Tim <a href="http://timsworld.nfshost.com/2009/01/general/wow-amory-plugin-ver-16-pending/">posted</a> that he was going to work on it (I even got a mention)!</p>
<p>This addon is awesome, I&#8217;m glad that <a href="http://twitter.com/Kadomi">@kodami</a> (<a href="http://www.tanklikeagirl.com/">blog</a>) <a href="http://twitter.com/Kadomi/status/1119014471">turned me onto it</a>!</p>
<p>Update: I woke up this morning to see that Tim <a href="http://timsworld.nfshost.com/2009/01/general/wow-armory-16-released/">updated the plugin</a>, overnight! That&#8217;s a very fast turn around!!</p>
<hr />
<p><small>© petewood for <a href="http://dfktv.com">my everything else blog...</a>, 2009. |
<a href="http://dfktv.com/2009/01/wow-armory-wordpress-addon/">Permalink</a>
<br/>
Post tags: <a href="http://dfktv.com/tag/addon/" rel="tag">addon</a>, <a href="http://dfktv.com/tag/wordpress/" rel="tag">wordpress</a>, <a href="http://dfktv.com/tag/wow-armory/" rel="tag">wow armory</a><br/>
</small></p>]]></content:encoded>
			<wfw:commentRss>http://dfktv.com/2009/01/wow-armory-wordpress-addon/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Automatically sell &#8220;junk&#8221; items</title>
		<link>http://dfktv.com/2008/12/automatically-sell-junk-items/</link>
		<comments>http://dfktv.com/2008/12/automatically-sell-junk-items/#comments</comments>
		<pubDate>Thu, 18 Dec 2008 14:54:24 +0000</pubDate>
		<dc:creator>petewood</dc:creator>
				<category><![CDATA[addon]]></category>
		<category><![CDATA[junk]]></category>

		<guid isPermaLink="false">http://dfktv.com/?p=146</guid>
		<description><![CDATA[The addon I use to sell my junk (grey) items is AutoProfit. If you don&#8217;t want an addon, there is a macro that does the same thing. /run local l; for b=0,4 do for s=0,GetContainerNumSlots(b) do l = GetContainerItemLink(b, s) if l and select(3, GetItemInfo(l)) == 0 then ChatFrame1:AddMessage("Auto-selling " .. l);ShowMerchantSellCursor(1)UseContainerItem(b, s) end end [...]]]></description>
			<content:encoded><![CDATA[<p>The addon I use to sell my junk (grey) items is <a href="http://wowui.worldofwar.net/?p=mod&#038;m=6699">AutoProfit</a>.</p>
<p>If you don&#8217;t want an addon, there is a macro that does the same thing.</p>
<p><code>/run local l; for b=0,4 do for s=0,GetContainerNumSlots(b) do l = GetContainerItemLink(b, s) if l and select(3, GetItemInfo(l)) == 0 then ChatFrame1:AddMessage("Auto-selling " .. l);ShowMerchantSellCursor(1)UseContainerItem(b, s) end end end</code></p>
<hr />
<p><small>© petewood for <a href="http://dfktv.com">my everything else blog...</a>, 2008. |
<a href="http://dfktv.com/2008/12/automatically-sell-junk-items/">Permalink</a>
<br/>
Post tags: <a href="http://dfktv.com/tag/addon/" rel="tag">addon</a>, <a href="http://dfktv.com/tag/junk/" rel="tag">junk</a><br/>
</small></p>]]></content:encoded>
			<wfw:commentRss>http://dfktv.com/2008/12/automatically-sell-junk-items/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My pally is level 70!</title>
		<link>http://dfktv.com/2008/10/my-pally-is-level-70/</link>
		<comments>http://dfktv.com/2008/10/my-pally-is-level-70/#comments</comments>
		<pubDate>Mon, 20 Oct 2008 11:51:21 +0000</pubDate>
		<dc:creator>petewood</dc:creator>
				<category><![CDATA[addon]]></category>
		<category><![CDATA[attack power]]></category>
		<category><![CDATA[ding]]></category>
		<category><![CDATA[nerf]]></category>
		<category><![CDATA[op]]></category>
		<category><![CDATA[pally]]></category>
		<category><![CDATA[prot]]></category>
		<category><![CDATA[70]]></category>

		<guid isPermaLink="false">http://dfktv.com/?p=50</guid>
		<description><![CDATA[I finally dinged level 70 on my paladin Sunday morning! I had a lot of spell upgrades, including Blessing of Might, Rank 8 and Avenging Wrath! My pally finally has her wings! It seems like I&#8217;ll have to wait for boss fights and/or soloing elites to use them though, since I seem to blow through [...]]]></description>
			<content:encoded><![CDATA[<p>I finally dinged level 70 on my paladin Sunday morning! I had a lot of spell upgrades, including <a href="http://www.wowhead.com/?spell=27140" target="_blank">Blessing of Might, Rank 8</a> and <a href="http://www.wowhead.com/?spell=31884" target="_blank">Avenging Wrath</a>! My pally finally has her wings! It seems like I&#8217;ll have to wait for boss fights and/or soloing elites to use them though, since I seem to blow through mob too quickly.</p>
<p>I purged about 70% of my addons yesterday as well. A lot of them were mostly fluff that I didn&#8217;t need. I still have the most important ones though, <a href="http://wow.curse.com/downloads/wow-addons/details/bartender4.aspx" target="_blank">Bartender4</a>, <a href="http://wow.curse.com/downloads/wow-addons/details/fubar.aspx" target="_blank">FuBar</a> and <a href="http://wow.curse.com/downloads/wow-addons/details/perl-classic-unit-frames.aspx" target="_blank">Perl Classic</a>.</p>
<p>I also got my flying mount for her as well, which is awful slow when you have the epic flyers on two other toons, even with <a href="http://www.wowhead.com/?spell=32223" target="_blank">Crusader Aura</a>.</p>
<p>I&#8217;ve been running a lot of instances lately and have been amassing rep. I&#8217;m not going to bother trying to farm honor for any PvP gear since Wrath will be out on November 13th so I&#8217;ve been buying whatever reputation PvP gear I can get. The ret set is called <a href="http://www.wowhead.com/?itemset=752" target="_blank">Crusaders Scaled Battlegear</a>. I&#8217;ve got two pieces so far, the legs (<a href="http://www.wowhead.com/?item=35415" target="_blank"><span class="q3">Crusader&#8217;s Scaled Legguards</span></a>) and the hands (<a href="http://www.wowhead.com/?item=35413" target="_blank">Crusader&#8217;s Scaled Gauntlets</a>).</p>
<p>This pally is a lot of fun! Even with the <a href="http://dfktv.com/2008/10/paladin-overnight-nerfs/" target="_blank">post-3.0.2 nerfs</a>, playing as ret is still much better than pre-3.0.2; we&#8217;re still op!</p>
<hr />
<p><small>© petewood for <a href="http://dfktv.com">my everything else blog...</a>, 2008. |
<a href="http://dfktv.com/2008/10/my-pally-is-level-70/">Permalink</a>
<br/>
Post tags: <a href="http://dfktv.com/tag/70/" rel="tag">70</a>, <a href="http://dfktv.com/tag/addon/" rel="tag">addon</a>, <a href="http://dfktv.com/tag/attack-power/" rel="tag">attack power</a>, <a href="http://dfktv.com/tag/ding/" rel="tag">ding</a>, <a href="http://dfktv.com/tag/nerf/" rel="tag">nerf</a>, <a href="http://dfktv.com/tag/pally/" rel="tag">pally</a>, <a href="http://dfktv.com/tag/prot/" rel="tag">prot</a><br/>
</small></p>]]></content:encoded>
			<wfw:commentRss>http://dfktv.com/2008/10/my-pally-is-level-70/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

