<?xml version="1.0" encoding="ISO-8859-1"?>
<rss version="2.0">
	<channel>
		<title>WoWInterface - Comments for EVmaker's AddOn(s)</title>
		<link>http://www.wowinterface.com</link>
		<description>World of Warcraft Addons, Interfaces, Skins, Mods &amp; Community.</description>
		<language>en</language>
		<generator>WoWInterface</generator>
		<ttl>30</ttl>
		<copyright>Copyright 2006, WoWInterface</copyright>
		<image>
			<url>http://cdn.wow.mmoui.com/images/style_mmoi_wowi2/misc/rss.jpg</url>
			<title>WoWInterface</title>
			<link>http://www.wowinterface.com</link>
		</image>
		<webMaster>no-reply@WoWInterface</webMaster>
				<item>
			<title><![CDATA[Good afternoon, I wonder if the pro... (Looter)]]></title>
			<link>http://www.wowinterface.com/downloads/info9284-409630.html#comments</link>
			<description>Good afternoon, I wonder if the project will continue, because this is one of the best addons for WoW and makes a foul.</description>
			<author>TatsuOni</author>
			<category domain="http://www.wowinterface.com">Bags, Bank, Inventory</category>
			<guid>http://www.wowinterface.com/downloads/info9284-409630.html#comments</guid>
			
			<pubDate>Sun, 02 Jun 2013 15:50:41 +0000</pubDate>
		</item>		<item>
			<title><![CDATA[deleting junk? (Looter)]]></title>
			<link>http://www.wowinterface.com/downloads/info9284-408073.html#comments</link>
			<description>Hi, I just found this addon after starting to work on part of this functionality myself.  You're a LOT further along than I am. :)&lt;br /&gt;&lt;br /&gt;I have a question for you.  I see there's a &quot;delete junk&quot; option, which presumably loots everything and then deletes things that are considered junk afterwards, to allow skinning/mining/herbalising of the corpse.  Does your addon have the option of deleting lower value junk that's already in your own inventory, so you can loot more valuable junk from the corpse?&lt;br /&gt;&lt;br /&gt;That's basically what I was starting to work on, a way to delete grey items from you inventory when you run out of space, but hopefully comparing the value of what you have to what you could get and deleting whichever one is worth less.&lt;br /&gt;&lt;br /&gt;If yours already does that, then I can happily replace my own stuff with it.  If not, perhaps I'll try to merge that idea in sometime.</description>
			<author>quixadhal</author>
			<category domain="http://www.wowinterface.com">Bags, Bank, Inventory</category>
			<guid>http://www.wowinterface.com/downloads/info9284-408073.html#comments</guid>
			
			<pubDate>Sun, 05 May 2013 10:44:52 +0000</pubDate>
		</item>		<item>
			<title><![CDATA[As to the party... (Useful Extras)]]></title>
			<link>http://www.wowinterface.com/downloads/info11592-406230.html#comments</link>
			<description>&lt;br /&gt;&lt;br /&gt;As to the party part, that should be pretty simple actually, the API will let me determine who a party member is and do what is asked easy enough.&lt;br /&gt;&lt;br /&gt;The question becomes what would be the better way to implement it, such as:&lt;br /&gt;1) Party members can do UE supported commands, and if they pass the usual requirements (they are in your leader list, or they are a guildmate/on your friends list and you have either of those options on) then the commands work, however if you have 'allow party' checked then anyone regardless of the usual requirements that is in the same party can do them&lt;br /&gt;&lt;br /&gt;or 2) 'allow party' works same as 'allow guild'/'allow friends' in that if it is not checked, party is completely ignored, it if is checked then if they fit the the normal requirements they can do the commands.&lt;br /&gt;&lt;br /&gt;Edit: Option 2 would probably be better as it would only be paying attention to party chat (code wise) when the checkbox is checked, but it shouldn't make any real impact if using Option 1, so it really is what option would people prefer.&lt;br /&gt;&lt;br /&gt;I agree that Option 2 would work best.  Also, I added these to your &quot;feature request&quot; page. &lt;br /&gt;&lt;br /&gt;Thanks again!</description>
			<author>kittykatmax</author>
			<category domain="http://www.wowinterface.com">Miscellaneous</category>
			<guid>http://www.wowinterface.com/downloads/info11592-406230.html#comments</guid>
			
			<pubDate>Sat, 30 Mar 2013 21:06:18 +0000</pubDate>
		</item>		<item>
			<title><![CDATA[Focus scripts that work cross realm (Useful Extras)]]></title>
			<link>http://www.wowinterface.com/downloads/info11592-405595.html#comments</link>
			<description>Follow:&lt;br /&gt;/run local n,r=UnitName&quot;focus&quot;n=n and n..(r and&quot;-&quot;..r or&quot;&quot;)or&quot;&quot;SendChatMessage(&quot;followme&quot;,&quot;WHISPER&quot;,nil,n)&lt;br /&gt;&lt;br /&gt;Flying Mount:&lt;br /&gt;/run local n,r=UnitName&quot;focus&quot;n=n and n..(r and&quot;-&quot;..r or&quot;&quot;)or&quot;&quot;SendChatMessage(&quot;mountair&quot;,&quot;WHISPER&quot;,nil,n)&lt;br /&gt;&lt;br /&gt;Ground Mount:&lt;br /&gt;/run local n,r=UnitName&quot;focus&quot;n=n and n..(r and&quot;-&quot;..r or&quot;&quot;)or&quot;&quot;SendChatMessage(&quot;mountground&quot;,&quot;WHISPER&quot;,nil,n)&lt;br /&gt;&lt;br /&gt;Dismount:&lt;br /&gt;/run local n,r=UnitName&quot;focus&quot;n=n and n..(r and&quot;-&quot;..r or&quot;&quot;)or&quot;&quot;SendChatMessage(&quot;dismount&quot;,&quot;WHISPER&quot;,nil,n)&lt;br /&gt;&lt;br /&gt;Just remember to add character-servername (example: bambi-thrall)  to the leader list.</description>
			<author>kittykatmax</author>
			<category domain="http://www.wowinterface.com">Miscellaneous</category>
			<guid>http://www.wowinterface.com/downloads/info11592-405595.html#comments</guid>
			
			<pubDate>Mon, 18 Mar 2013 19:12:49 +0000</pubDate>
		</item>		<item>
			<title><![CDATA[[COLOR=&quot;Yel... (Useful Extras)]]></title>
			<link>http://www.wowinterface.com/downloads/info11592-405592.html#comments</link>
			<description>&lt;br /&gt;/run local n,r=UnitName&quot;mouseover&quot;n=n and n..(r and&quot;-&quot;..r or&quot;&quot;)or&quot;&quot;SendChatMessage(&quot;followme&quot;,&quot;WHISPER&quot;,nil,n)&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Going to try to figure out if it works with just your addon and that mouseover or if it's some other addon that's allowing it.  Will report back later today.  Ideally, there would also be an option to send the tell to party and have them all follow (I usually dual box but sometimes triple or quadbox /shudder) - but again, I have no clue what's a trivial addition lua-wise so my apologies if I did the coding equivalent of asking for a (unicorn) pony. Thanks again!&lt;br /&gt;From a quick glance it looks like that macro is essentially just calling the API to to get the individual name &amp; server of whoever is mouse overed so it can send it to the whisper, but I'll at it closer when I get a chance.&lt;br /&gt;&lt;br /&gt;As to the party part, that should be pretty simple actually, the API will let me determine who a party member is and do what is asked easy enough.&lt;br /&gt;&lt;br /&gt;The question becomes what would be the better way to implement it, such as:&lt;br /&gt;1) Party members can do UE supported commands, and if they pass the usual requirements (they are in your leader list, or they are a guildmate/on your friends list and you have either of those options on) then the commands work, however if you have 'allow party' checked then anyone regardless of the usual requirements that is in the same party can do them&lt;br /&gt;&lt;br /&gt;or 2) 'allow party' works same as 'allow guild'/'allow friends' in that if it is not checked, party is completely ignored, it if is checked then if they fit the the normal requirements they can do the commands.&lt;br /&gt;&lt;br /&gt;Edit: Option 2 would probably be better as it would only be paying attention to party chat (code wise) when the checkbox is checked, but it shouldn't make any real impact if using Option 1, so it really is what option would people prefer.</description>
			<author>EVmaker</author>
			<category domain="http://www.wowinterface.com">Miscellaneous</category>
			<guid>http://www.wowinterface.com/downloads/info11592-405592.html#comments</guid>
			
			<pubDate>Mon, 18 Mar 2013 18:08:33 +0000</pubDate>
		</item>		<item>
			<title><![CDATA[The main issue inv... (Useful Extras)]]></title>
			<link>http://www.wowinterface.com/downloads/info11592-405588.html#comments</link>
			<description>&lt;br /&gt;The main issue involved is the 'permissions' per se, getting the realID names to work was an issue because they changed names (so instead of &quot;Character&quot; the name is now &quot;Insert-Your-RealName-Here&quot;), and getting to use blizzard's new API for the realID stuff.&lt;br /&gt;&lt;br /&gt;Cross-realm would be along the same lines, instead of just Character it's going to be Character-Realm or the like, it should be possible, just a matter of getting it to recognize and work with it.&lt;br /&gt;&lt;br /&gt;That said, I haven't had an active subscription much since they added the whole CRZ bit, and I don't know anyone from a different realm to test it with, I don't know if the two servers I currently have chars on will be able to see each other to test it, but I'll test things out when I get home and make some new characters on different servers if I need too.&lt;br /&gt;&lt;br /&gt;I am willing to help and will PM u with my battletag info.  I also JUST seemed to somehow get something working, but had something insane like 4 different addons like yours running and after MUCH Google searching, FINALLY found a macro today that sends the tell cross realm successfully.  As is, had to use Clique and set it up as a mouseover bind.  Still, gives you something to play with:&lt;br /&gt;&lt;br /&gt;/run local n,r=UnitName&quot;mouseover&quot;n=n and n..(r and&quot;-&quot;..r or&quot;&quot;)or&quot;&quot;SendChatMessage(&quot;followme&quot;,&quot;WHISPER&quot;,nil,n)&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Going to try to figure out if it works with just your addon and that mouseover or if it's some other addon that's allowing it.  Will report back later today.  Ideally, there would also be an option to send the tell to party and have them all follow (I usually dual box but sometimes triple or quadbox /shudder) - but again, I have no clue what's a trivial addition lua-wise so my apologies if I did the coding equivalent of asking for a (unicorn) pony. Thanks again!</description>
			<author>kittykatmax</author>
			<category domain="http://www.wowinterface.com">Miscellaneous</category>
			<guid>http://www.wowinterface.com/downloads/info11592-405588.html#comments</guid>
			
			<pubDate>Mon, 18 Mar 2013 16:59:29 +0000</pubDate>
		</item>		<item>
			<title><![CDATA[Welcome back, an... (Useful Extras)]]></title>
			<link>http://www.wowinterface.com/downloads/info11592-405586.html#comments</link>
			<description>Welcome back, and thank you so much!  PM'd you a list of missing mounts.  One request (don't know how ugly a task this is):  Could you/would it be possible to make this work cross realm?  &lt;br /&gt;&lt;br /&gt;I want the Thundering Serpent Hatchling and will never get it on my regular realm/guild.  I WAS able to find an awesome guild that was letting people join to earn guild rep for the pet via WarcraftPets.com, but it's on a PvP server, and I've seen, done it, have the bloody, rended armor (and psyche) from the PvP leveling experience (that's how I started WoW back in Vanilla).  Made it to my mid-40s and server transferred. lol  I've heard it's only gotten worse thanks to CRZ since people can swarm in, gank you, and then fly safely out of the CRZ.  &lt;br /&gt;&lt;br /&gt;Was trying to use UE to multibox and dual-level two alts (one toon from my main pve realm/one from the pvp realm) to use pain in the buns CRZ to my advantage for a change, but your addon (and all the others I tried) won't work.  I'm hoping it's relatively straightforward to do and people just didn't see a need.  I can whisper the commands using &quot;charactername-server&quot; and they receive it, but it doesn't do anything.&lt;br /&gt;&lt;br /&gt;Thanks again for updating this, and thanks for your consideration of my request!&lt;br /&gt;Thanks for the list I'll get those added once I am home his afternoon.&lt;br /&gt;&lt;br /&gt;As to the other part, it 'should' be possible, I don't see a reason I couldn't get it to work, it will just involve some tinkering around to get it too.&lt;br /&gt;&lt;br /&gt;The main issue involved is the 'permissions' per se, getting the realID names to work was an issue because they changed names (so instead of &quot;Character&quot; the name is now &quot;Insert-Your-RealName-Here&quot;), and getting to use blizzard's new API for the realID stuff.&lt;br /&gt;&lt;br /&gt;Cross-realm would be along the same lines, instead of just Character it's going to be Character-Realm or the like, it should be possible, just a matter of getting it to recognize and work with it.&lt;br /&gt;&lt;br /&gt;That said, I haven't had an active subscription much since they added the whole CRZ bit, and I don't know anyone from a different realm to test it with, I don't know if the two servers I currently have chars on will be able to see each other to test it, but I'll test things out when I get home and make some new characters on different servers if I need too.</description>
			<author>EVmaker</author>
			<category domain="http://www.wowinterface.com">Miscellaneous</category>
			<guid>http://www.wowinterface.com/downloads/info11592-405586.html#comments</guid>
			
			<pubDate>Mon, 18 Mar 2013 16:33:40 +0000</pubDate>
		</item>		<item>
			<title><![CDATA[Welcome back, and thank you so much... (Useful Extras)]]></title>
			<link>http://www.wowinterface.com/downloads/info11592-405579.html#comments</link>
			<description>Welcome back, and thank you so much!  PM'd you a list of missing mounts.  One request (don't know how ugly a task this is):  Could you/would it be possible to make this work cross realm?  &lt;br /&gt;&lt;br /&gt;I want the Thundering Serpent Hatchling and will never get it on my regular realm/guild.  I WAS able to find an awesome guild that was letting people join to earn guild rep for the pet via WarcraftPets.com, but it's on a PvP server, and I've seen, done it, have the bloody, rended armor (and psyche) from the PvP leveling experience (that's how I started WoW back in Vanilla).  Made it to my mid-40s and server transferred. lol  I've heard it's only gotten worse thanks to CRZ since people can swarm in, gank you, and then fly safely out of the CRZ.  &lt;br /&gt;&lt;br /&gt;Was trying to use UE to multibox and dual-level two alts (one toon from my main pve realm/one from the pvp realm) to use pain in the buns CRZ to my advantage for a change, but your addon (and all the others I tried) won't work.  I'm hoping it's relatively straightforward to do and people just didn't see a need.  I can whisper the commands using &quot;charactername-server&quot; and they receive it, but it doesn't do anything.&lt;br /&gt;&lt;br /&gt;Thanks again for updating this, and thanks for your consideration of my request!</description>
			<author>kittykatmax</author>
			<category domain="http://www.wowinterface.com">Miscellaneous</category>
			<guid>http://www.wowinterface.com/downloads/info11592-405579.html#comments</guid>
			
			<pubDate>Mon, 18 Mar 2013 14:26:10 +0000</pubDate>
		</item>		<item>
			<title><![CDATA[Looter and Useful Extras have been... (Useful Extras)]]></title>
			<link>http://www.wowinterface.com/downloads/info11592-405558.html#comments</link>
			<description>Looter and Useful Extras have been updated here and on Curse, if you have any issues feel free to let me know, preferably via a feature request or bug report on the portal, but a comment here or private message on WoWI would also work.&lt;br /&gt;&lt;br /&gt;I know there are a good number of new mounts that may not be recognized currently, I'm in the process of getting them added and should have another release out in a couple days with them.  Like I noted in the changelog if you wish you can leave a comment here or message me on WoWI with any mount names &amp; ID's you find missing (by typing /ue list mounts in game, it will tell you which ones aren't in yet).</description>
			<author>EVmaker</author>
			<category domain="http://www.wowinterface.com">Miscellaneous</category>
			<guid>http://www.wowinterface.com/downloads/info11592-405558.html#comments</guid>
			
			<pubDate>Mon, 18 Mar 2013 05:50:19 +0000</pubDate>
		</item>		<item>
			<title><![CDATA[Looter and Useful Extras have been... (Looter)]]></title>
			<link>http://www.wowinterface.com/downloads/info9284-405557.html#comments</link>
			<description>Looter and Useful Extras have been updated here and on Curse, if you have any issues feel free to let me know, preferably via a feature request or bug report on the portal, but a comment here or private message on WoWI would also work.&lt;br /&gt;&lt;br /&gt;I know fishing will be dodgy in Pandaria, I'm still in the process of finding all the ID's for them, but everything else should be fine.</description>
			<author>EVmaker</author>
			<category domain="http://www.wowinterface.com">Bags, Bank, Inventory</category>
			<guid>http://www.wowinterface.com/downloads/info9284-405557.html#comments</guid>
			
			<pubDate>Mon, 18 Mar 2013 05:48:11 +0000</pubDate>
		</item>		<item>
			<title><![CDATA[Re: Cant get it work (Looter)]]></title>
			<link>http://www.wowinterface.com/downloads/info9284-405532.html#comments</link>
			<description>&lt;br /&gt;i set loot quality to common but it still loots grey junk. &lt;br /&gt;&lt;br /&gt;I'm sorry but I can't reproduce this, if I have the quality set to common it only autoloots common or higher.&lt;br /&gt;&lt;br /&gt;One possible cause here though is the loot by value options, if the grey items are worth as much as you have set to loot by value (such as loot if worth more then one gold, but also have use stack value, so 20 silver grey items that stack to 5 or more would be worth more then a gold).&lt;br /&gt;&lt;br /&gt;Also if Loot by value is on is on, and the value is set to 0 0 0, it will loot everything no matter what it is (put in for those that wanted to be able to loot everything at times or selectively loot at times without turning the mod off).&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;i use the option to delete left over junk. that doesnt work. but the option to close the loot window does work.&lt;br /&gt;&lt;br /&gt;how i can get the delete option to work?&lt;br /&gt;&lt;br /&gt;This I can reproduce and should have fixed and working in the upcoming release.  It was actually a simple fix and due to the API change blizzard made in 5.0/5.1, but since I don't personally use the delete after looting option I had missed I hadn't updated that bit after the change like I did the main looting.</description>
			<author>EVmaker</author>
			<category domain="http://www.wowinterface.com">Bags, Bank, Inventory</category>
			<guid>http://www.wowinterface.com/downloads/info9284-405532.html#comments</guid>
			
			<pubDate>Sun, 17 Mar 2013 21:49:11 +0000</pubDate>
		</item>		<item>
			<title><![CDATA[Looter\Looter... (Looter)]]></title>
			<link>http://www.wowinterface.com/downloads/info9284-405531.html#comments</link>
			<description>&lt;br /&gt;Looter\Looter-Looter.lua:429: attempt to index local &quot;itemArray&quot; (a nil value)&lt;br /&gt;Looter\Looter-Looter.lua:429: in function &quot;LooterScanSlot&quot;&lt;br /&gt;&lt;br /&gt;but it still works fine after the bug occurs&lt;br /&gt;I have Looter pretty much good to go, it is updated for new mists materials in each of the looting categories and so far its worked without error for me anyway.&lt;br /&gt;&lt;br /&gt;Could you let me know in what circumstances does that error come up?  Such as it just every time you loot, looting certain things (bodies, mining ores, etc..), do you have any items in your custom loot or block lists?&lt;br /&gt;&lt;br /&gt;I'll keep trying to see if I can reproduce that, either way that should be the last bit before I have the newest version of Looter released.  If I can't reproduce it I will release what I have so far in a couple hours, and I can make a quickfix update after tracking that down later.</description>
			<author>EVmaker</author>
			<category domain="http://www.wowinterface.com">Bags, Bank, Inventory</category>
			<guid>http://www.wowinterface.com/downloads/info9284-405531.html#comments</guid>
			
			<pubDate>Sun, 17 Mar 2013 21:36:56 +0000</pubDate>
		</item>		<item>
			<title><![CDATA[thank you very muchmostly looter... (Looter)]]></title>
			<link>http://www.wowinterface.com/downloads/info9284-405461.html#comments</link>
			<description>thank you very much&lt;br /&gt;mostly looter ist working fine (espacially after adding the new stuff to loot in the luas). the only (random) non-reproducable error (for me) is something with &quot;itemarray&quot; around line 4XX but it almost never happens and i can't really remember where exactly the error was :)&lt;br /&gt;&lt;br /&gt;*edit*&lt;br /&gt;Looter\Looter-Looter.lua:429: attempt to index local &quot;itemArray&quot; (a nil value)&lt;br /&gt;Looter\Looter-Looter.lua:429: in function &quot;LooterScanSlot&quot;&lt;br /&gt;&lt;br /&gt;but it still works fine after the bug occurs</description>
			<author>RandomHero13</author>
			<category domain="http://www.wowinterface.com">Bags, Bank, Inventory</category>
			<guid>http://www.wowinterface.com/downloads/info9284-405461.html#comments</guid>
			
			<pubDate>Sat, 16 Mar 2013 18:40:30 +0000</pubDate>
		</item>		<item>
			<title><![CDATA[My apologies for the long time with... (Looter)]]></title>
			<link>http://www.wowinterface.com/downloads/info9284-405426.html#comments</link>
			<description>My apologies for the long time without updates, quite simply I haven't had an active warcraft subscription for awhile now as work as been keeping me busy, I do now however and should for the foreseeable future, the first order of business is getting the mods updated to the newest WoW patches, while doing that I'll check into the issues posted by shm0.&lt;br /&gt;&lt;br /&gt;I hope that I should have an updated version with any necessary bug fixes out by Sunday, and yes I'll be updating it to curse as well once it is ready.</description>
			<author>EVmaker</author>
			<category domain="http://www.wowinterface.com">Bags, Bank, Inventory</category>
			<guid>http://www.wowinterface.com/downloads/info9284-405426.html#comments</guid>
			
			<pubDate>Sat, 16 Mar 2013 05:09:51 +0000</pubDate>
		</item>		<item>
			<title><![CDATA[Good evening, I wonder if there is... (Looter)]]></title>
			<link>http://www.wowinterface.com/downloads/info9284-404584.html#comments</link>
			<description>Good evening, I wonder if there is possibility of project continue? because this best of all addons I use and I really think he forgot a loss&lt;br /&gt;&lt;br /&gt;And I would like to thank the excellent work</description>
			<author>TatsuOni</author>
			<category domain="http://www.wowinterface.com">Bags, Bank, Inventory</category>
			<guid>http://www.wowinterface.com/downloads/info9284-404584.html#comments</guid>
			
			<pubDate>Thu, 07 Mar 2013 23:29:16 +0000</pubDate>
		</item>		<item>
			<title><![CDATA[Cant get it work (Looter)]]></title>
			<link>http://www.wowinterface.com/downloads/info9284-395827.html#comments</link>
			<description>hi,&lt;br /&gt;&lt;br /&gt;seems to be a great addon. but i cant get this to work.&lt;br /&gt;&lt;br /&gt;i set loot quality to common but it still loots grey junk. &lt;br /&gt;&lt;br /&gt;i use the option to delete left over junk. that doesnt work. but the option to close the loot window does work.&lt;br /&gt;&lt;br /&gt;how i can get the delete option to work?&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;thank you.&lt;br /&gt;&lt;br /&gt;best regards.</description>
			<author>shm0</author>
			<category domain="http://www.wowinterface.com">Bags, Bank, Inventory</category>
			<guid>http://www.wowinterface.com/downloads/info9284-395827.html#comments</guid>
			
			<pubDate>Wed, 31 Oct 2012 17:47:07 +0000</pubDate>
		</item>		<item>
			<title><![CDATA[Update on curse? (Looter)]]></title>
			<link>http://www.wowinterface.com/downloads/info9284-394331.html#comments</link>
			<description>Hi, I was just wondering if the addon site on the curse.com site will ever see some of these updates? The curse client is starting to get naggy...</description>
			<author>Jais</author>
			<category domain="http://www.wowinterface.com">Bags, Bank, Inventory</category>
			<guid>http://www.wowinterface.com/downloads/info9284-394331.html#comments</guid>
			
			<pubDate>Fri, 19 Oct 2012 08:54:57 +0000</pubDate>
		</item>		<item>
			<title><![CDATA[How do you add stuff to... (Looter)]]></title>
			<link>http://www.wowinterface.com/downloads/info9284-388394.html#comments</link>
			<description>How do you add stuff to the blocked list?&lt;br /&gt;For the moment just have the mouse cursor over whatever you want to block and type /looter block, and /looter unblock to unblock something (/ltr works too).&lt;br /&gt;&lt;br /&gt;There will be a better way in a bit as redesigned GUI's for my four main mods is on the top of the todo list.</description>
			<author>EVmaker</author>
			<category domain="http://www.wowinterface.com">Bags, Bank, Inventory</category>
			<guid>http://www.wowinterface.com/downloads/info9284-388394.html#comments</guid>
			
			<pubDate>Thu, 13 Sep 2012 05:13:30 +0000</pubDate>
		</item>		<item>
			<title><![CDATA[How do you add stuff to the blocked... (Looter)]]></title>
			<link>http://www.wowinterface.com/downloads/info9284-388002.html#comments</link>
			<description>How do you add stuff to the blocked list?</description>
			<author>Wall</author>
			<category domain="http://www.wowinterface.com">Bags, Bank, Inventory</category>
			<guid>http://www.wowinterface.com/downloads/info9284-388002.html#comments</guid>
			
			<pubDate>Tue, 11 Sep 2012 10:40:25 +0000</pubDate>
		</item>		<item>
			<title><![CDATA[Posted a new update on the issue on... (Looter)]]></title>
			<link>http://www.wowinterface.com/downloads/info9284-385406.html#comments</link>
			<description>Posted a new update on the issue on the bug report section of the portal (http://www.wowinterface.com/portal.php?id=421&amp;a=viewbug&amp;bugid=7748) to save some space on comments, please let me know what you think.</description>
			<author>EVmaker</author>
			<category domain="http://www.wowinterface.com">Bags, Bank, Inventory</category>
			<guid>http://www.wowinterface.com/downloads/info9284-385406.html#comments</guid>
			
			<pubDate>Mon, 03 Sep 2012 01:18:56 +0000</pubDate>
		</item>
	</channel>
</rss>