<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://www.curse.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>User Interface &amp; Addons</title><link>http://www.curse.com/forums/4900.aspx</link><description>Addons, Macros, Scripts and Interface galore! Comments, suggestions, requests, and help, it's all here.</description><dc:language>en</dc:language><generator>CommunityServer 2008 SP1 (Build: 30619.63)</generator><item><title>Re: Insane tooltip bug with RhadaTip and Auctionator</title><link>http://www.curse.com/forums/thread/514735.aspx</link><pubDate>Thu, 09 Jul 2009 17:21:29 GMT</pubDate><guid isPermaLink="false">045f8e2a-3b25-43b2-9769-9c60de2974e3:514735</guid><dc:creator>tylerdurden2</dc:creator><slash:comments>0</slash:comments><comments>http://www.curse.com/forums/thread/514735.aspx</comments><wfw:commentRss>http://www.curse.com/forums/commentrss.aspx?SectionID=4900&amp;PostID=514735</wfw:commentRss><description>&lt;p&gt;Oh man I&amp;#39;m THAT dumb...&lt;/p&gt;
&lt;p&gt;I only checked his XML for a frame naming conflict, he builds this frame in one of the lua.&lt;/p&gt;
&lt;p&gt;The issue was just that, so I guess that the thread can be closed now.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Re: Insane tooltip bug with RhadaTip and Auctionator</title><link>http://www.curse.com/forums/thread/514684.aspx</link><pubDate>Thu, 09 Jul 2009 15:13:58 GMT</pubDate><guid isPermaLink="false">045f8e2a-3b25-43b2-9769-9c60de2974e3:514684</guid><dc:creator>teek5449</dc:creator><slash:comments>0</slash:comments><comments>http://www.curse.com/forums/thread/514684.aspx</comments><wfw:commentRss>http://www.curse.com/forums/commentrss.aspx?SectionID=4900&amp;PostID=514684</wfw:commentRss><description>&lt;p&gt;You erally need to do some major outputting of your variables in all different spots and no one else can do it for you. You will never get a &amp;quot;Oh yea, that same thing happened to me&amp;quot; with such a unique question like this. Once you have an idea of where your problem lies then post back here with some updated information. &lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Re: Insane tooltip bug with RhadaTip and Auctionator</title><link>http://www.curse.com/forums/thread/514647.aspx</link><pubDate>Thu, 09 Jul 2009 13:11:22 GMT</pubDate><guid isPermaLink="false">045f8e2a-3b25-43b2-9769-9c60de2974e3:514647</guid><dc:creator>tylerdurden2</dc:creator><slash:comments>0</slash:comments><comments>http://www.curse.com/forums/thread/514647.aspx</comments><wfw:commentRss>http://www.curse.com/forums/commentrss.aspx?SectionID=4900&amp;PostID=514647</wfw:commentRss><description>&lt;p&gt;Noone else has any idea or suggestion for me...?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Re: Insane tooltip bug with RhadaTip and Auctionator</title><link>http://www.curse.com/forums/thread/512997.aspx</link><pubDate>Mon, 06 Jul 2009 17:49:33 GMT</pubDate><guid isPermaLink="false">045f8e2a-3b25-43b2-9769-9c60de2974e3:512997</guid><dc:creator>tylerdurden2</dc:creator><slash:comments>0</slash:comments><comments>http://www.curse.com/forums/thread/512997.aspx</comments><wfw:commentRss>http://www.curse.com/forums/commentrss.aspx?SectionID=4900&amp;PostID=512997</wfw:commentRss><description>&lt;p&gt;The weird thing is, that I don&amp;#39;t see how Auctionator interferes with a hidden tooltip anyway...&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Re: Insane tooltip bug with RhadaTip and Auctionator</title><link>http://www.curse.com/forums/thread/512647.aspx</link><pubDate>Mon, 06 Jul 2009 00:01:13 GMT</pubDate><guid isPermaLink="false">045f8e2a-3b25-43b2-9769-9c60de2974e3:512647</guid><dc:creator>tylerdurden2</dc:creator><slash:comments>0</slash:comments><comments>http://www.curse.com/forums/thread/512647.aspx</comments><wfw:commentRss>http://www.curse.com/forums/commentrss.aspx?SectionID=4900&amp;PostID=512647</wfw:commentRss><description>&lt;pre class="embed-body"&gt;&lt;div class="embed"&gt;&lt;div class="embed-title"&gt;Code:&lt;/div&gt;&lt;pre class="embed-body"&gt;&lt;br /&gt;local function getDPS()&lt;br /&gt;local tooltip&lt;br /&gt;local myScanTip&lt;br /&gt;if MyScanningTooltip:GetItem() ~= nil then&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; tooltip = MyScanningTooltip&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; myScanTip = &amp;quot;MyScanningTooltip&amp;quot;&lt;br /&gt;else &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; tooltip = MyScanningTooltip2&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; myScanTip = &amp;quot;MyScanningTooltip2&amp;quot;&lt;br /&gt;end&lt;br /&gt;...&lt;br /&gt;for i=1,tooltip:NumLines() do&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;if getglobal(myScanTip .. &amp;quot;TextLeft&amp;quot; .. i) ~= nil then&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;mytext = getglobal(myScanTip .. &amp;quot;TextLeft&amp;quot; .. i)&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;else&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;break &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;end&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;local text = mytext:GetText()&lt;br /&gt;&lt;/pre&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;Basically, sometimes I&amp;#39;m calling this function to analyze an item tooltip that I&amp;#39;ve set (using setHyperLink) to MyScanTooltip, some other times I&amp;#39;m calling this function after having done the same but on MyScanTooltip2.&lt;br /&gt;&lt;br /&gt;Imagine that sometimes I do:&lt;br /&gt;&lt;br /&gt;MyScanTooltip:setHyperLink(itemLink)&lt;br /&gt;local dps = getDPS()&lt;br /&gt;&lt;br /&gt;other times I do&lt;br /&gt;&lt;br /&gt;MyScanTooltip2:setHyperLink(itemLink)&lt;br /&gt;local dps = getDPS()&lt;br /&gt;&lt;br /&gt;tooltip in getDPS() is an actual tooltip object, either MyScanTooltip or MyScanTooltip2, myScanTip is just a comodity string. Without it I&amp;#39;d have had to do:&lt;br /&gt;&lt;br /&gt;&lt;div class="embed"&gt;&lt;div class="embed-title"&gt;Code:&lt;/div&gt;&lt;pre class="embed-body"&gt;&lt;br /&gt;local function getDPS()&lt;br /&gt;local tooltip&lt;br /&gt;local myScanTip&lt;br /&gt;if MyScanningTooltip:GetItem() ~= nil then&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; tooltip = MyScanningTooltip&lt;br /&gt;else &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; tooltip = MyScanningTooltip2&lt;br /&gt;end&lt;br /&gt;...&lt;br /&gt;for i=1,tooltip:NumLines() do&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;if getglobal(&amp;quot;MyScanningTooltipTextLeft&amp;quot; .. i) ~= nil then&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;mytext = getglobal(&amp;quot;MyScanningTooltipTextLeft&amp;quot; .. i)&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;elseif getglobal(&amp;quot;MyScanningTooltip2TextLeft&amp;quot; .. i) ~= nil then&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;mytext = getglobal(&amp;quot;MyScanningTooltip2TextLeft&amp;quot; .. i)&lt;br /&gt;    else&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;break &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;end&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;local text = mytext:GetText()&lt;br /&gt;&lt;/pre&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;By the way, keep in mind that the issue only present itself if I load Auctionator.&lt;br /&gt;&lt;br /&gt;&lt;/pre&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Re: Insane tooltip bug with RhadaTip and Auctionator</title><link>http://www.curse.com/forums/thread/512607.aspx</link><pubDate>Sun, 05 Jul 2009 22:29:13 GMT</pubDate><guid isPermaLink="false">045f8e2a-3b25-43b2-9769-9c60de2974e3:512607</guid><dc:creator>teek5449</dc:creator><slash:comments>0</slash:comments><comments>http://www.curse.com/forums/thread/512607.aspx</comments><wfw:commentRss>http://www.curse.com/forums/commentrss.aspx?SectionID=4900&amp;PostID=512607</wfw:commentRss><description>&lt;p&gt;Well, I guess that my whole point is that you are using toolTip to contol your loop but you are using myScanTip for the actual text output. So, it seems to me that the toolTip object contains more lines than the myScanTip actually has. So you have to do some debugging and figure out what each object actually has and how they differ. Do you actually need two different tooltip objects? I&amp;#39;m not 100% on what you are trying to do here anyways. &lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Re: Insane tooltip bug with RhadaTip and Auctionator</title><link>http://www.curse.com/forums/thread/512555.aspx</link><pubDate>Sun, 05 Jul 2009 20:17:59 GMT</pubDate><guid isPermaLink="false">045f8e2a-3b25-43b2-9769-9c60de2974e3:512555</guid><dc:creator>tylerdurden2</dc:creator><slash:comments>0</slash:comments><comments>http://www.curse.com/forums/thread/512555.aspx</comments><wfw:commentRss>http://www.curse.com/forums/commentrss.aspx?SectionID=4900&amp;PostID=512555</wfw:commentRss><description>&lt;p&gt;Can&amp;#39;t do that, gives me an error:&lt;/p&gt;
&lt;p&gt;&lt;div class="embed"&gt;&lt;div class="embed-title"&gt;Code:&lt;/div&gt;&lt;pre class="embed-body"&gt;&lt;/p&gt;
&lt;pre class="embed-body"&gt;DEFAULT_CHAT_FRAME:AddMessage(myScanTip:NumLines())&lt;br /&gt;&lt;p&gt;DEFAULT_CHAT_FRAME:AddMessage(tooltip:NumLines())&lt;/p&gt;&lt;/pre&gt;
&lt;p&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;The first is a string, not a tooltip, can&amp;#39;t call NumLines() on it.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Re: Insane tooltip bug with RhadaTip and Auctionator</title><link>http://www.curse.com/forums/thread/512506.aspx</link><pubDate>Sun, 05 Jul 2009 18:18:46 GMT</pubDate><guid isPermaLink="false">045f8e2a-3b25-43b2-9769-9c60de2974e3:512506</guid><dc:creator>teek5449</dc:creator><slash:comments>0</slash:comments><comments>http://www.curse.com/forums/thread/512506.aspx</comments><wfw:commentRss>http://www.curse.com/forums/commentrss.aspx?SectionID=4900&amp;PostID=512506</wfw:commentRss><description>&lt;pre class="embed-body"&gt;&lt;div class="embed"&gt;&lt;div class="embed-title"&gt;Code:&lt;/div&gt;&lt;pre class="embed-body"&gt;ooltip = MyScanningTooltip&lt;br /&gt;myScanTip = &amp;quot;MyScanningTooltip&amp;quot;&lt;/pre&gt;&lt;/div&gt; ...does not equal the same thing. What was the result of the output that I suggested? &lt;/pre&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Re: Insane tooltip bug with RhadaTip and Auctionator</title><link>http://www.curse.com/forums/thread/512227.aspx</link><pubDate>Sun, 05 Jul 2009 01:49:22 GMT</pubDate><guid isPermaLink="false">045f8e2a-3b25-43b2-9769-9c60de2974e3:512227</guid><dc:creator>tylerdurden2</dc:creator><slash:comments>0</slash:comments><comments>http://www.curse.com/forums/thread/512227.aspx</comments><wfw:commentRss>http://www.curse.com/forums/commentrss.aspx?SectionID=4900&amp;PostID=512227</wfw:commentRss><description>&lt;p&gt;I actually have found out a pattern. The bug only happens if the item tooltip has more than 8 lines.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Re: Insane tooltip bug with RhadaTip and Auctionator</title><link>http://www.curse.com/forums/thread/512226.aspx</link><pubDate>Sun, 05 Jul 2009 01:43:08 GMT</pubDate><guid isPermaLink="false">045f8e2a-3b25-43b2-9769-9c60de2974e3:512226</guid><dc:creator>tylerdurden2</dc:creator><slash:comments>0</slash:comments><comments>http://www.curse.com/forums/thread/512226.aspx</comments><wfw:commentRss>http://www.curse.com/forums/commentrss.aspx?SectionID=4900&amp;PostID=512226</wfw:commentRss><description>&lt;p&gt;Wait, the code before it is:&lt;/p&gt;
&lt;p&gt;&lt;div class="embed"&gt;&lt;div class="embed-title"&gt;Code:&lt;/div&gt;&lt;pre class="embed-body"&gt;&lt;/p&gt;
&lt;p&gt;local tooltip&lt;br /&gt;local myScanTip&lt;br /&gt;if MyScanningTooltip:GetItem() ~= nil then&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; tooltip = MyScanningTooltip&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; myScanTip = &amp;quot;MyScanningTooltip&amp;quot;&lt;br /&gt;else &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; tooltip = MyScanningTooltip2&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; myScanTip = &amp;quot;MyScanningTooltip2&amp;quot;&lt;br /&gt;end&lt;/pre&gt;&lt;/div&gt;&lt;/p&gt;
&lt;p&gt;so tooltip is the actual tooltip, myScanTip is just a string.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Re: Insane tooltip bug with RhadaTip and Auctionator</title><link>http://www.curse.com/forums/thread/512171.aspx</link><pubDate>Sat, 04 Jul 2009 22:53:56 GMT</pubDate><guid isPermaLink="false">045f8e2a-3b25-43b2-9769-9c60de2974e3:512171</guid><dc:creator>teek5449</dc:creator><slash:comments>0</slash:comments><comments>http://www.curse.com/forums/thread/512171.aspx</comments><wfw:commentRss>http://www.curse.com/forums/commentrss.aspx?SectionID=4900&amp;PostID=512171</wfw:commentRss><description>&lt;p&gt;Do a &lt;div class="embed"&gt;&lt;div class="embed-title"&gt;Code:&lt;/div&gt;&lt;pre class="embed-body"&gt;DEFAULT_CHAT_FRAME:AddMessage(myScanTip:NumLines())&lt;/p&gt;
&lt;p&gt;DEFAULT_CHAT_FRAME:AddMessage(tooltip:NumLines())&lt;/pre&gt;&lt;/div&gt;and compare the results.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Re: Insane tooltip bug with RhadaTip and Auctionator</title><link>http://www.curse.com/forums/thread/512163.aspx</link><pubDate>Sat, 04 Jul 2009 22:21:50 GMT</pubDate><guid isPermaLink="false">045f8e2a-3b25-43b2-9769-9c60de2974e3:512163</guid><dc:creator>tylerdurden2</dc:creator><slash:comments>0</slash:comments><comments>http://www.curse.com/forums/thread/512163.aspx</comments><wfw:commentRss>http://www.curse.com/forums/commentrss.aspx?SectionID=4900&amp;PostID=512163</wfw:commentRss><description>&lt;p&gt;I will in a couple of hours, but how do you explain it? I mean, even if they are referring to two different tooltips, how can it be that the tooltip is of the right item, but lacks one row? IE: even if the 9 lines are of another tooltip, and the tooltip really only has 8 lines, how can there be a missing 9th line from the tooltip of those leggings?&lt;/p&gt;
&lt;p&gt;It would have made sense the other way around, if numLines returned 8 because it was pointing to a wrong tooltip, so the scanning only actually scanned the first 8 lines of the 9 total lines, but not this way around imo.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Btw, I tried RightText without luck...&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Re: Insane tooltip bug with RhadaTip and Auctionator</title><link>http://www.curse.com/forums/thread/512057.aspx</link><pubDate>Sat, 04 Jul 2009 18:12:46 GMT</pubDate><guid isPermaLink="false">045f8e2a-3b25-43b2-9769-9c60de2974e3:512057</guid><dc:creator>teek5449</dc:creator><slash:comments>0</slash:comments><comments>http://www.curse.com/forums/thread/512057.aspx</comments><wfw:commentRss>http://www.curse.com/forums/commentrss.aspx?SectionID=4900&amp;PostID=512057</wfw:commentRss><description>&lt;p&gt;Well, just looking at what you provided the only issue that might crop up a possible discrepency between tooltip:NumLines() and how may lines your myScanTip object have. Just to debug try changing the tooltip:NumLines() to&amp;nbsp;myScanTip:NumLines() or mytext = getglobal(myScanTip .. &amp;quot;TextLeft&amp;quot; .. i) to mytext = getglobal(tooltip.. &amp;quot;TextLeft&amp;quot; .. i)&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Insane tooltip bug with RhadaTip and Auctionator</title><link>http://www.curse.com/forums/thread/511587.aspx</link><pubDate>Sat, 04 Jul 2009 01:00:43 GMT</pubDate><guid isPermaLink="false">045f8e2a-3b25-43b2-9769-9c60de2974e3:511587</guid><dc:creator>tylerdurden2</dc:creator><slash:comments>0</slash:comments><comments>http://www.curse.com/forums/thread/511587.aspx</comments><wfw:commentRss>http://www.curse.com/forums/commentrss.aspx?SectionID=4900&amp;PostID=511587</wfw:commentRss><description>&lt;p&gt;Hello everyone. After having spent quite a lot of time trying to figure
it out by myself, I&amp;#39;m helpless and have to come to you in order to
understand what is going on.&lt;br /&gt;
&lt;br /&gt;
I&amp;#39;m trying to figure out a compatibility issue between my mod RhadaTip and Actionator. I&amp;#39;ll post you 2 images:&lt;br /&gt;
&lt;br /&gt;
This first one is obtained with RhadaTip and Auctionator both turned on&lt;br /&gt;
&lt;img src="http://web.tiscali.it/rhadamanthys/withauctionator.jpg" border="0" alt="" /&gt;&lt;br /&gt;
&lt;br /&gt;
This one is obtained turning off Auctionator instead.&lt;br /&gt;
&lt;img src="http://web.tiscali.it/rhadamanthys/withoutauctionator.jpg" border="0" alt="" /&gt;&lt;br /&gt;
&lt;br /&gt;
As you can see, if I turn Auctionator on, it still says that there are
9 lines in the tooltip, but it doesn&amp;#39;t print the last one, since it&amp;#39;s
nil (here is the code)...&lt;br /&gt;
&lt;br /&gt;
&lt;div class="embed"&gt;&lt;div class="embed-title"&gt;Code:&lt;/div&gt;&lt;pre class="embed-body"&gt;&lt;br /&gt;
for i=1,tooltip:NumLines() do&lt;br /&gt;
&amp;nbsp;&amp;nbsp; &amp;nbsp;if getglobal(myScanTip .. &amp;quot;TextLeft&amp;quot; .. i) ~= nil then&lt;br /&gt;
&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;mytext = getglobal(myScanTip .. &amp;quot;TextLeft&amp;quot; .. i)&lt;br /&gt;
&amp;nbsp;&amp;nbsp; &amp;nbsp;else&lt;br /&gt;
&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;break &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;br /&gt;
&amp;nbsp;&amp;nbsp; &amp;nbsp;end&lt;br /&gt;
&amp;nbsp;&amp;nbsp; &amp;nbsp;local text = mytext:GetText()&lt;br /&gt;
&lt;/pre&gt;&lt;/div&gt;This only happens on few selected items that have apparently no relation with eachother. &lt;br /&gt;
It has nothing to do with the line itself, as for example a similar
&amp;quot;critical strike rating&amp;quot; line is parsed without problems on the boots.&lt;br /&gt;
&lt;br /&gt;
I&amp;#39;m so lost, does anyone have any idea?&lt;br /&gt;
&lt;br /&gt;
Thanks a lot,&lt;br /&gt;
Rhad&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>