<?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>Brian&#039;s Blog &#187; UI</title>
	<atom:link href="http://briped.net/tag/ui/feed/" rel="self" type="application/rss+xml" />
	<link>http://briped.net</link>
	<description>Blogging when bored...</description>
	<lastBuildDate>Sun, 18 Mar 2012 19:04:58 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>ArkInventory Rules</title>
		<link>http://briped.net/2009/05/28/arkinventory-rules/</link>
		<comments>http://briped.net/2009/05/28/arkinventory-rules/#comments</comments>
		<pubDate>Thu, 28 May 2009 21:30:40 +0000</pubDate>
		<dc:creator>Brian Schmidt Pedersen</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Addons]]></category>
		<category><![CDATA[English]]></category>
		<category><![CDATA[Gaming]]></category>
		<category><![CDATA[UI]]></category>
		<category><![CDATA[User Interface]]></category>
		<category><![CDATA[World of Warcraft]]></category>

		<guid isPermaLink="false">http://briped.net/?p=166</guid>
		<description><![CDATA[First&#8230; ArkInventory rules/pwns/is awesome etc. Aah&#8230; I just had to get that one out there, now on to the &#8220;rules&#8221; part ArkInventory is a a bag replacement for World of Warcraft which gives you a massive amount of options to sort and order the contents of your bags and bank. The way ArkInventory does this [...]]]></description>
			<content:encoded><![CDATA[<p>First&#8230; <a href="http://code.google.com/p/arkinventory/">ArkInventory</a> rules/pwns/is awesome etc. <img src='http://briped.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  Aah&#8230; I just had to get that one out there, now on to the &#8220;rules&#8221; part <img src='http://briped.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><a href="http://code.google.com/p/arkinventory/">ArkInventory</a> is a a bag replacement for World of Warcraft which gives you a massive amount of options to sort and order the contents of your bags and bank. The way <a href="http://code.google.com/p/arkinventory/">ArkInventory</a> does this is by splitting the bags into sections according to the users desire. For example have a section with all your tradeskill items, another for all your trash etc.</p>
<p><a href="http://code.google.com/p/arkinventory/">ArkInventory</a> is plenty as is for most people just using categories. Using rules makes it even greater. With rules it is possible to specify multiple criteria for how the sections should handle items. Here ar my favorite rules.</p>
<p><strong>Managed Equipment</strong> &#8211; This rule will create a section where all equipment, which is part of an equipment set (be that Outfitter or Blizzards own Equipment Manager):</p>
<div class="codecolorer-container text default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">outfit()</div></div>
<p><strong>Soulbound Equipment, unmanaged</strong> &#8211; This rule keeps track of all the gear that are no part of an equipment set:</p>
<div class="codecolorer-container text default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">equip() and soulbound() and not outfit() and not equip(&quot;Tabard&quot;)</div></div>
<p><strong>Idols</strong> &#8211; I&#8217;m a druid so this is to keep all my collected idols nice and orderly:</p>
<div class="codecolorer-container text default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">type(&quot;Armor&quot;) and subtype(&quot;Idols&quot;) and not outfit()</div></div>
<p><strong>Trinkets</strong> &#8211; This handles your trinkets:</p>
<div class="codecolorer-container text default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">equip(&quot;Trinket&quot;) and not outfit()</div></div>
<p><strong>Tabards</strong> &#8211; With Wrath of the Lich King tabards actually became useful. This rule will give you control of them:</p>
<div class="codecolorer-container text default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">equip(&quot;Tabard&quot;)</div></div>
<p><strong>Tradeskill Tools</strong> &#8211; Keep track of that Pick, Skinning Knife, Enchanting Rod etc.:</p>
<div class="codecolorer-container text default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">pt(&quot;Tradeskill.Tool&quot;)</div></div>
<p><strong>Spell Power and MP5</strong> &#8211; This keeps track of all the items that have Spell Power or MP5. Similar approach can be used for other stats:</p>
<div class="codecolorer-container text default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">tooltip(&quot;Spell Power, mana per 5&quot;) and equip() and soulbound()</div></div>
]]></content:encoded>
			<wfw:commentRss>http://briped.net/2009/05/28/arkinventory-rules/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>

