<?xml version="1.0" encoding="ISO-8859-1"?>
<rss version="2.0">
	<channel>
		<title>WoWInterface - Comments for CBruyland'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[Errors since 4.0.1 (BasicBrokers)]]></title>
			<link>http://www.wowinterface.com/downloads/info11782-313757.html#comments</link>
			<description>Errors occur on login, always.&lt;br /&gt;&lt;br /&gt;Date: 2010-12-09 23:53:37&lt;br /&gt;ID: 3&lt;br /&gt;Error occured in: Global&lt;br /&gt;Count: 1&lt;br /&gt;Message: ..\AddOns\BasicBrokers\Plugins\Zone.lua line 35:&lt;br /&gt;   attempt to concatenate local 'zone' (a nil value)&lt;br /&gt;Debug:&lt;br /&gt;   : ?&lt;br /&gt;   BasicBrokers\Plugins\Zone.lua:35:&lt;br /&gt;      BasicBrokers\Plugins\Zone.lua:32&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;(Tracking no longer shows an icon because multiple things can be tracked at once.)&lt;br /&gt;Date: 2010-12-09 23:53:37&lt;br /&gt;ID: 4&lt;br /&gt;Error occured in: Global&lt;br /&gt;Count: 2&lt;br /&gt;Message: ...erface\AddOns\Broker_Everything\modules\tracking.lua line 4:&lt;br /&gt;   attempt to call global 'GetTrackingTexture' (a nil value)&lt;br /&gt;Debug:&lt;br /&gt;   : GetTrackingTexture()&lt;br /&gt;   ...erface\AddOns\Broker_Everything\modules\tracking.lua:4:&lt;br /&gt;      ...erface\AddOns\Broker_Everything\modules\tracking.lua:3&lt;br /&gt;&lt;br /&gt;Date: 2010-12-09 23:53:20&lt;br /&gt;ID: 2&lt;br /&gt;Error occured in: Global&lt;br /&gt;Count: 1&lt;br /&gt;Message: ...\BasicBrokers\Libs\LibTourist-3.0\LibTourist-3.0.lua line 3440:&lt;br /&gt;   attempt to index field '?' (a nil value)&lt;br /&gt;Debug:&lt;br /&gt;   : ?&lt;br /&gt;   ...\BasicBrokers\Libs\LibTourist-3.0\LibTourist-3.0.lua:3440: in main chunk</description>
			<author>AmiYuy</author>
			<category domain="http://www.wowinterface.com">Data Broker</category>
			<guid>http://www.wowinterface.com/downloads/info11782-313757.html#comments</guid>
			
			<pubDate>Fri, 10 Dec 2010 07:58:07 +0000</pubDate>
		</item>		<item>
			<title><![CDATA[New update (Combat Hide Tooltip)]]></title>
			<link>http://www.wowinterface.com/downloads/info6574-299751.html#comments</link>
			<description>I've released a small update, to make it work with Patch 4.0.1.&lt;br /&gt;Because development of Ace2 has stopped, I will have to rewrite the addon. This means that a big new version with new features will take some time.&lt;br /&gt;I will keep the current version updated, for as long I can using the existing Ace2 libraries.</description>
			<author>CBruyland</author>
			<category domain="http://www.wowinterface.com">ToolTip</category>
			<guid>http://www.wowinterface.com/downloads/info6574-299751.html#comments</guid>
			
			<pubDate>Wed, 03 Nov 2010 06:23:48 +0000</pubDate>
		</item>		<item>
			<title><![CDATA[Needs update for 4.0.X ! (Combat Hide Tooltip)]]></title>
			<link>http://www.wowinterface.com/downloads/info6574-297040.html#comments</link>
			<description>Needs update for 4.0.X !</description>
			<author>soyolas</author>
			<category domain="http://www.wowinterface.com">ToolTip</category>
			<guid>http://www.wowinterface.com/downloads/info6574-297040.html#comments</guid>
			
			<pubDate>Thu, 28 Oct 2010 16:59:43 +0000</pubDate>
		</item>		<item>
			<title><![CDATA[After the patch, every time I would... (BasicBrokers)]]></title>
			<link>http://www.wowinterface.com/downloads/info11782-282426.html#comments</link>
			<description>After the patch, every time I would try and use the BasicBroker Zone to display the world map (via left/right mouse click) I would end up getting an WorldMapFrame/FrameXML error.... After checking out WoW's World Map Interface I found out that it uses:  ToggleFrame(WorldMapFrame). Once I took away the &quot;&quot; on the Zone.lua:ToggleFrame(&quot;WorldMapFrame&quot;) it seemed to work okay (at least, no lua errors popping up anymore). I'm not that great with code, but... I can now toggle the world map/downsized map.&lt;br /&gt;&lt;br /&gt;I still get a persistent error upon loggin... Reloading the UI and changing zones doesn't bother it, and other then the world map toggling issue, the plugin seems to works just fine. Don't know why it's popping up though. This was coming up before I changed the Toggle line (and only that line).&lt;br /&gt;&lt;br /&gt;Message: Interface\AddOns\BasicBrokers\Plugins\Zone.lua:35: attempt to concatenate local 'zone' (a nil value)&lt;br /&gt;Time: 10/13/10 12:39:31&lt;br /&gt;Count: 1&lt;br /&gt;Stack: Interface\AddOns\BasicBrokers\Plugins\Zone.lua:35: in function &lt;Interface\AddOns\BasicBrokers\Plugins\Zone.lua:32&gt;&lt;br /&gt;&lt;br /&gt;Locals: _ = &lt;unnamed&gt; {&lt;br /&gt; 0 = &lt;userdata&gt;&lt;br /&gt;}&lt;br /&gt;event = &quot;PLAYER_LOGIN&quot;&lt;br /&gt;zone = nil&lt;br /&gt;range = &quot;0-0&quot;&lt;br /&gt;zone = nil&lt;br /&gt;minimap = &quot;&quot;&lt;br /&gt;(*temporary) = &lt;function&gt; defined @Interface\AddOns\BasicBrokers\BasicBrokers.lua:29&lt;br /&gt;(*temporary) = &quot;Zone&quot;&lt;br /&gt;(*temporary) = nil&lt;br /&gt;(*temporary) = &quot; () &quot;&lt;br /&gt;(*temporary) = &quot;&quot;&lt;br /&gt;(*temporary) = &quot;) &quot;&lt;br /&gt;(*temporary) = &quot;&quot;&lt;br /&gt;(*temporary) = &quot;&quot;&lt;br /&gt;(*temporary) = &quot;attempt to concatenate local 'zone' (a nil value)&quot;&lt;br /&gt;get_zone_info = &lt;function&gt; defined @Interface\AddOns\BasicBrokers\Plugins\Zone.lua:3</description>
			<author>RainbowSheltie</author>
			<category domain="http://www.wowinterface.com">Data Broker</category>
			<guid>http://www.wowinterface.com/downloads/info11782-282426.html#comments</guid>
			
			<pubDate>Wed, 13 Oct 2010 23:20:29 +0000</pubDate>
		</item>		<item>
			<title><![CDATA[All the plugins have an icon assign... (BasicBrokers)]]></title>
			<link>http://www.wowinterface.com/downloads/info11782-266217.html#comments</link>
			<description>All the plugins have an icon assigned. All icons used are in-game icons.&lt;br /&gt;&lt;br /&gt;I've no experience with Bazooka (I'm using NinjaPanel), so I installed the latest version (1.8.7) and all plugins are loaded, and are available in the options page.&lt;br /&gt;I've tried all different settings (icon only, text only, icon and text) and they are always shown.</description>
			<author>CBruyland</author>
			<category domain="http://www.wowinterface.com">Data Broker</category>
			<guid>http://www.wowinterface.com/downloads/info11782-266217.html#comments</guid>
			
			<pubDate>Thu, 15 Jul 2010 19:39:46 +0000</pubDate>
		</item>		<item>
			<title><![CDATA[I am not seeing any option to enabl... (BasicBrokers)]]></title>
			<link>http://www.wowinterface.com/downloads/info11782-260965.html#comments</link>
			<description>I am not seeing any option to enable or disable the following choices&lt;br /&gt;&lt;br /&gt;BasicBroker Aggro&lt;br /&gt;&lt;br /&gt;BasicBroker Faction&lt;br /&gt;&lt;br /&gt;BasicBroker Skills&lt;br /&gt;&lt;br /&gt;BasicBroker Zone&lt;br /&gt;&lt;br /&gt;I am using Bazooka and it list the rest of them as able to enable or disable.. but those above have no options and do not appear to show up in Bazooka.</description>
			<author>Kudane</author>
			<category domain="http://www.wowinterface.com">Data Broker</category>
			<guid>http://www.wowinterface.com/downloads/info11782-260965.html#comments</guid>
			
			<pubDate>Sun, 27 Jun 2010 04:32:21 +0000</pubDate>
		</item>		<item>
			<title><![CDATA[Awesome addon! Love it!   :banana: (Combat Hide Tooltip)]]></title>
			<link>http://www.wowinterface.com/downloads/info6574-260696.html#comments</link>
			<description>Awesome addon! &lt;br /&gt;&lt;br /&gt;Love it!   :banana:</description>
			<author>Mime</author>
			<category domain="http://www.wowinterface.com">ToolTip</category>
			<guid>http://www.wowinterface.com/downloads/info6574-260696.html#comments</guid>
			
			<pubDate>Sat, 26 Jun 2010 04:28:37 +0000</pubDate>
		</item>		<item>
			<title><![CDATA[Do you have icons attached to these... (BasicBrokers)]]></title>
			<link>http://www.wowinterface.com/downloads/info11782-259815.html#comments</link>
			<description>Do you have icons attached to these broker items?</description>
			<author>Tinuviel</author>
			<category domain="http://www.wowinterface.com">Data Broker</category>
			<guid>http://www.wowinterface.com/downloads/info11782-259815.html#comments</guid>
			
			<pubDate>Wed, 23 Jun 2010 19:32:36 +0000</pubDate>
		</item>		<item>
			<title><![CDATA[Great little thingie that covers ot... (Combat Hide Tooltip)]]></title>
			<link>http://www.wowinterface.com/downloads/info6574-257391.html#comments</link>
			<description>Great little thingie that covers other ToolTip Addons gasps, anyway...&lt;br /&gt;Everything gets hidden but not the menu/spell book/talent gadgets etc. or bag/keyring tooltips. Possible to cover that as well?&lt;br /&gt;Regards</description>
			<author>Kramarz</author>
			<category domain="http://www.wowinterface.com">ToolTip</category>
			<guid>http://www.wowinterface.com/downloads/info6574-257391.html#comments</guid>
			
			<pubDate>Thu, 10 Jun 2010 12:14:55 +0000</pubDate>
		</item>		<item>
			<title><![CDATA[Originally posted by Alek... (BasicBrokers)]]></title>
			<link>http://www.wowinterface.com/downloads/info11782-256457.html#comments</link>
			<description>Originally posted by Alekc &lt;br /&gt;Hm. How i can do it? Any example plz. &lt;br /&gt;&lt;br /&gt;        BasicBrokers.brokerobj = ldb:NewDataObject(BasicBrokers.label, {&lt;br /&gt;                type = &quot;data source&quot;,&lt;br /&gt;                text = pluginText,&lt;br /&gt;                icon = pluginIcon,&lt;br /&gt;                })&lt;br /&gt;&lt;br /&gt;The new information is:&lt;br /&gt;type = &quot;data source&quot;,&lt;br /&gt;&lt;br /&gt;That fixed it for me.</description>
			<author>seebs</author>
			<category domain="http://www.wowinterface.com">Data Broker</category>
			<guid>http://www.wowinterface.com/downloads/info11782-256457.html#comments</guid>
			
			<pubDate>Sat, 05 Jun 2010 22:27:31 +0000</pubDate>
		</item>		<item>
			<title><![CDATA[New Update (BasicBrokers)]]></title>
			<link>http://www.wowinterface.com/downloads/info11782-256402.html#comments</link>
			<description>I've taken over this project from sid67, I've released my first update to make it compatible with Patch 3.3.&lt;br /&gt;With this update I've resolved a little bug with the BasicBroker Quests plugin, and included the new BasicBroker Zone plugin.</description>
			<author>CBruyland</author>
			<category domain="http://www.wowinterface.com">Data Broker</category>
			<guid>http://www.wowinterface.com/downloads/info11782-256402.html#comments</guid>
			
			<pubDate>Sat, 05 Jun 2010 15:59:08 +0000</pubDate>
		</item>		<item>
			<title><![CDATA[Originally posted by xtoq... (BasicBrokers)]]></title>
			<link>http://www.wowinterface.com/downloads/info11782-230765.html#comments</link>
			<description>Originally posted by xtoq &lt;br /&gt;The reason it doesn't work with DS is that DS requires the author to define an LDB type (which is proper coding with LDB).  If you simply define the type for each plugin, this will work perfectly with DS. &lt;br /&gt;Hm. How i can do it? Any example plz.</description>
			<author>Alekc</author>
			<category domain="http://www.wowinterface.com">Data Broker</category>
			<guid>http://www.wowinterface.com/downloads/info11782-230765.html#comments</guid>
			
			<pubDate>Mon, 15 Feb 2010 17:38:16 +0000</pubDate>
		</item>		<item>
			<title><![CDATA[The reason it doesn't work with DS... (BasicBrokers)]]></title>
			<link>http://www.wowinterface.com/downloads/info11782-217340.html#comments</link>
			<description>The reason it doesn't work with DS is that DS requires the author to define an LDB type (which is proper coding with LDB).  If you simply define the type for each plugin, this will work perfectly with DS.</description>
			<author>xtoq</author>
			<category domain="http://www.wowinterface.com">Data Broker</category>
			<guid>http://www.wowinterface.com/downloads/info11782-217340.html#comments</guid>
			
			<pubDate>Sun, 27 Dec 2009 20:48:33 +0000</pubDate>
		</item>		<item>
			<title><![CDATA[Hello,It doesn't work with Dock... (BasicBrokers)]]></title>
			<link>http://www.wowinterface.com/downloads/info11782-172883.html#comments</link>
			<description>Hello,&lt;br /&gt;&lt;br /&gt;It doesn't work with DockingStation.&lt;br /&gt;&lt;br /&gt;Thanks!</description>
			<author>Politig</author>
			<category domain="http://www.wowinterface.com">Data Broker</category>
			<guid>http://www.wowinterface.com/downloads/info11782-172883.html#comments</guid>
			
			<pubDate>Mon, 20 Jul 2009 03:58:21 +0000</pubDate>
		</item>		<item>
			<title><![CDATA[Nice little set :) cuts down the nu... (BasicBrokers)]]></title>
			<link>http://www.wowinterface.com/downloads/info11782-116281.html#comments</link>
			<description>Nice little set :) cuts down the number of broker addons i had&lt;br /&gt;&lt;br /&gt;May i recommend you include an option to ignore special bags in the display. bags such as soul shard bags + special trade bags get annoying when included in the count. currently i just made a small change to the lua to ignore the last bag, but it would be nice to filter out special bags :)</description>
			<author>Jonno</author>
			<category domain="http://www.wowinterface.com">Data Broker</category>
			<guid>http://www.wowinterface.com/downloads/info11782-116281.html#comments</guid>
			
			<pubDate>Sat, 13 Dec 2008 15:47:08 +0000</pubDate>
		</item>		<item>
			<title><![CDATA[Originally posted by sid6... (BasicBrokers)]]></title>
			<link>http://www.wowinterface.com/downloads/info11782-114102.html#comments</link>
			<description>Originally posted by sid67 &lt;br /&gt;I couldn't reproduce this error but I added some additional checks that should prevent the problem in v1.2.  If not, please report again. &lt;br /&gt;&lt;br /&gt;Hi,&lt;br /&gt;&lt;br /&gt;Tested the new version and so far - zero errors :)&lt;br /&gt;&lt;br /&gt;Keep up the good work.</description>
			<author>CyberOto</author>
			<category domain="http://www.wowinterface.com">Data Broker</category>
			<guid>http://www.wowinterface.com/downloads/info11782-114102.html#comments</guid>
			
			<pubDate>Wed, 03 Dec 2008 16:50:18 +0000</pubDate>
		</item>		<item>
			<title><![CDATA[Originally posted by Cybe... (BasicBrokers)]]></title>
			<link>http://www.wowinterface.com/downloads/info11782-113983.html#comments</link>
			<description>Originally posted by CyberOto Hi there,&lt;br /&gt;Got this one with 1.1 on every char:&lt;br /&gt;&lt;br /&gt;I couldn't reproduce this error but I added some additional checks that should prevent the problem in v1.2.  If not, please report again.</description>
			<author>sid67</author>
			<category domain="http://www.wowinterface.com">Data Broker</category>
			<guid>http://www.wowinterface.com/downloads/info11782-113983.html#comments</guid>
			
			<pubDate>Wed, 03 Dec 2008 04:59:52 +0000</pubDate>
		</item>		<item>
			<title><![CDATA[Hi there,Got this one with 1.1... (BasicBrokers)]]></title>
			<link>http://www.wowinterface.com/downloads/info11782-113392.html#comments</link>
			<description>Hi there,&lt;br /&gt;&lt;br /&gt;Got this one with 1.1 on every char:&lt;br /&gt;&lt;br /&gt; Interface\AddOns\BasicBrokers\Plugins\Durability.lua:122: Usage: GetItemQualityColor(index)&lt;br /&gt;: ?&lt;br /&gt;: in function `GetItemQualityColor'&lt;br /&gt;Interface\AddOns\BasicBrokers\Plugins\Durability.lua:122: in function `ItemName'&lt;br /&gt;Interface\AddOns\BasicBrokers\Plugins\Durability.lua:116: in function `ItemData'&lt;br /&gt;Interface\AddOns\BasicBrokers\Plugins\Durability.lua:71: in function `UpdatePercent'&lt;br /&gt;Interface\AddOns\BasicBrokers\Plugins\Durability.lua:40: in function &lt;Interface\AddOns\BasicBrokers\Plugins\Durability.lua:29&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;After doing realoadui - no error is shown.</description>
			<author>CyberOto</author>
			<category domain="http://www.wowinterface.com">Data Broker</category>
			<guid>http://www.wowinterface.com/downloads/info11782-113392.html#comments</guid>
			
			<pubDate>Sun, 30 Nov 2008 18:39:06 +0000</pubDate>
		</item>		<item>
			<title><![CDATA[Re: error (BasicBrokers)]]></title>
			<link>http://www.wowinterface.com/downloads/info11782-112848.html#comments</link>
			<description>Originally posted by mavoc &lt;br /&gt;I get an error with the money part of it.  Here is what bugsack is showing me.  The error happens as soon as I log in. &lt;br /&gt;&lt;br /&gt;Thanks you. This error has been fixed in v1.1 of the addon.</description>
			<author>sid67</author>
			<category domain="http://www.wowinterface.com">Data Broker</category>
			<guid>http://www.wowinterface.com/downloads/info11782-112848.html#comments</guid>
			
			<pubDate>Fri, 28 Nov 2008 04:56:06 +0000</pubDate>
		</item>		<item>
			<title><![CDATA[error (BasicBrokers)]]></title>
			<link>http://www.wowinterface.com/downloads/info11782-112810.html#comments</link>
			<description>I get an error with the money part of it.  Here is what bugsack is showing me.  The error happens as soon as I log in.&lt;br /&gt;&lt;br /&gt;bad argument #2 to 'format' (number expected, got string)&lt;br /&gt;BasicBrokers-1.0\BasicBrokers.lua:146: in function `GoldToText'&lt;br /&gt;BasicBrokers-1.0\BasicBrokers.lua:136: in function &lt;Interface\AddOns\BasicBrokers\BasicBrokers.lua:131&gt;</description>
			<author>mavoc</author>
			<category domain="http://www.wowinterface.com">Data Broker</category>
			<guid>http://www.wowinterface.com/downloads/info11782-112810.html#comments</guid>
			
			<pubDate>Fri, 28 Nov 2008 00:54:22 +0000</pubDate>
		</item>
	</channel>
</rss>