<?xml version="1.0" encoding="ISO-8859-1"?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title>WoWInterface</title>
		<link>http://www.wowinterface.com/forums</link>
		<description>World of Warcraft Interfaces, Skins, Addons, Mods community.</description>
		<language>en</language>
		<lastBuildDate>Wed, 20 Aug 2008 02:09:39 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>60</ttl>
		<image>
			<url>http://s.wowinterface.com/images/style_mmoi_wowi2/misc/rss.jpg</url>
			<title>WoWInterface</title>
			<link>http://www.wowinterface.com/forums</link>
		</image>
		<item>
			<title>Hide XP Gain and Mob Name ?</title>
			<link>http://www.wowinterface.com/forums/showthread.php?t=17787&amp;goto=newpost</link>
			<pubDate>Tue, 19 Aug 2008 22:52:04 GMT</pubDate>
			<description>Hi,

i want to record ingame scenes and its important that i can hide / disable die XP popping up when i kill a mob. I disable my complete interface and it still shows these ugly numbers. also i want to hide a mobs name showing over its head while having it as target.

can u help me? its really...</description>
			<content:encoded><![CDATA[<div>Hi,<br />
<br />
i want to record ingame scenes and its important that i can hide / disable die XP popping up when i kill a mob. I disable my complete interface and it still shows these ugly numbers. also i want to hide a mobs name showing over its head while having it as target.<br />
<br />
can u help me? its really important <br />
<br />
thx in advance</div>

]]></content:encoded>
			<category domain="http://www.wowinterface.com/forums/forumdisplay.php?f=3">Interface  Help</category>
			<dc:creator>k4li</dc:creator>
			<guid isPermaLink="true">http://www.wowinterface.com/forums/showthread.php?t=17787</guid>
		</item>
		<item>
			<title>Isflyer</title>
			<link>http://www.wowinterface.com/forums/showthread.php?t=17786&amp;goto=newpost</link>
			<pubDate>Tue, 19 Aug 2008 20:26:10 GMT</pubDate>
			<description><![CDATA[It would be nice if the GetCompanionInfo() function could also tell us if the mount is a flyer or not.

IE:


Code:
---------

creatureID, creatureName, creatureSpellID, icon, issummoned, isflyer = GetCompanionInfo("MOUNT", i)
---------]]></description>
			<content:encoded><![CDATA[<div>It would be nice if the GetCompanionInfo() function could also tell us if the mount is a flyer or not.<br />
<br />
IE:<br />
<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left"><br />
creatureID, creatureName, creatureSpellID, icon, issummoned, isflyer = GetCompanionInfo(&quot;MOUNT&quot;, i)</code><hr />
</div></div>

]]></content:encoded>
			<category domain="http://www.wowinterface.com/forums/forumdisplay.php?f=15">Wish List</category>
			<dc:creator>BDelacroix</dc:creator>
			<guid isPermaLink="true">http://www.wowinterface.com/forums/showthread.php?t=17786</guid>
		</item>
		<item>
			<title>I have a few questions for the future...</title>
			<link>http://www.wowinterface.com/forums/showthread.php?t=17785&amp;goto=newpost</link>
			<pubDate>Tue, 19 Aug 2008 14:39:21 GMT</pubDate>
			<description>First let me start off by saying I LOVE Mazzle. It is by far the best mod compliation ever made. I do however have a few concerns and questions that hopefully I can get answered here. 

1. Being in beta I have noticed a few things that really stick out. 
1st is that Blizz seems to be really...</description>
			<content:encoded><![CDATA[<div>First let me start off by saying I LOVE Mazzle. It is by far the best mod compliation ever made. I do however have a few concerns and questions that hopefully I can get answered here. <br />
<br />
1. Being in beta I have noticed a few things that really stick out. <br />
1st is that Blizz seems to be really enjoying the whole (Take over this or that and use its skills.)  Example You jump on a frost wyrm and use its skills to shoot ice bolts down on mobs. Or you get in a turret and turn it on the crew. stuff like that. So my question is will mazzle be able to handle this because the last time I checked mazzle while doing Teron Gorefiend (when you turn into a ghost I had none of my ghost abilites.) Is this still going to be a problem?<br />
<br />
2. Is mazzifying with DK going to be a problem when WotLK first starts up or should this be fixxed assuming the patch gets out before the actual Xpac releases.<br />
<br />
3. and Lastly basically flows back into the first question but this happens to deal with my main char. My lock I figured I would make him full demo (thats what he is now in beta and metamorph is awesome.) Question is like the first question are the bars and skill positions going to be a problem?<br />
<br />
I realize that some of these questions wont be able to be answered because the Xpac is pretty far away these are just some questions I had. Thanks in advance for the answers.</div>

]]></content:encoded>
			<category domain="http://www.wowinterface.com/forums/forumdisplay.php?f=77">Mazzle</category>
			<dc:creator>blbjtb</dc:creator>
			<guid isPermaLink="true">http://www.wowinterface.com/forums/showthread.php?t=17785</guid>
		</item>
		<item>
			<title>LDB implementation questions</title>
			<link>http://www.wowinterface.com/forums/showthread.php?t=17783&amp;goto=newpost</link>
			<pubDate>Tue, 19 Aug 2008 07:46:52 GMT</pubDate>
			<description><![CDATA[Ok, I think I've got it right, but I thought I'd just a couple of questions.

1. In the data feed example here (http://github.com/tekkub/libdatabroker-1-1/wikis/how-to-provide-a-dataobject) there is the line;

Code:
---------
f:SetScript("OnUpdate", function(self, elap)
---------
Just want to know...]]></description>
			<content:encoded><![CDATA[<div>Ok, I <i>think</i> I've got it right, but I thought I'd just a couple of questions.<br />
<br />
1. In the data feed example <a href="http://github.com/tekkub/libdatabroker-1-1/wikis/how-to-provide-a-dataobject" target="_blank">here</a> there is the line;<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">f:SetScript(&quot;OnUpdate&quot;, function(self, elap)</code><hr />
</div>Just want to know when &quot;OnUpdate&quot; actually fires.<br />
<br />
2. In the line;<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">&nbsp; &nbsp; dataobj.text = string.format(&quot;%.1f FPS&quot;, fps)</code><hr />
</div>This is less to do with LDB, but while I'm here, I thought I'd ask. The %.1f gets replaced with the variable fps, and is rounded off to 1 decimal place, right?<br />
<br />
Thanks in advance.</div>

]]></content:encoded>
			<category domain="http://www.wowinterface.com/forums/forumdisplay.php?f=16">Lua Script help</category>
			<dc:creator>Selite</dc:creator>
			<guid isPermaLink="true">http://www.wowinterface.com/forums/showthread.php?t=17783</guid>
		</item>
		<item>
			<title>Neat and Clean</title>
			<link>http://www.wowinterface.com/forums/showthread.php?t=17782&amp;goto=newpost</link>
			<pubDate>Tue, 19 Aug 2008 05:28:28 GMT</pubDate>
			<description>I am currently trying to clean up my UI, I mod heavily but i dont like the clutter:mad: I am a healer. suggestions of mods, settings and all that jazz from others would aid me greatly, and pictures if at all possible. 

Thanks 
One of those damn healers that you are always looking for:p</description>
			<content:encoded><![CDATA[<div>I am currently trying to clean up my UI, I mod heavily but i dont like the clutter:mad: I am a healer. suggestions of mods, settings and all that jazz from others would aid me greatly, and pictures if at all possible. <br />
<br />
Thanks <br />
One of those damn healers that you are always looking for:p</div>

]]></content:encoded>
			<category domain="http://www.wowinterface.com/forums/forumdisplay.php?f=3">Interface  Help</category>
			<dc:creator>bambam</dc:creator>
			<guid isPermaLink="true">http://www.wowinterface.com/forums/showthread.php?t=17782</guid>
		</item>
		<item>
			<title><![CDATA[Can't right click in a group as leader]]></title>
			<link>http://www.wowinterface.com/forums/showthread.php?t=17779&amp;goto=newpost</link>
			<pubDate>Tue, 19 Aug 2008 02:47:11 GMT</pubDate>
			<description>It is working fine for my warrior, but with my mage- I am unable to be leader and right click to get the options for the group or select another player and again right click and get the options for it.

Any ideas? totally lost.

Thanks</description>
			<content:encoded><![CDATA[<div>It is working fine for my warrior, but with my mage- I am unable to be leader and right click to get the options for the group or select another player and again right click and get the options for it.<br />
<br />
Any ideas? totally lost.<br />
<br />
Thanks</div>

]]></content:encoded>
			<category domain="http://www.wowinterface.com/forums/forumdisplay.php?f=77">Mazzle</category>
			<dc:creator>Archania</dc:creator>
			<guid isPermaLink="true">http://www.wowinterface.com/forums/showthread.php?t=17779</guid>
		</item>
		<item>
			<title><![CDATA[Yet another API function which doesn't work properly...]]></title>
			<link>http://www.wowinterface.com/forums/showthread.php?t=17778&amp;goto=newpost</link>
			<pubDate>Tue, 19 Aug 2008 00:06:14 GMT</pubDate>
			<description><![CDATA[On a Level 10 Shaman...

IsSpellInRange("Healing Wave","PLAYER") returns "1"

IsSpellInRange("Lightning Shield","PLAYER") returns nil

The character, of course, has BOTH spells in their spellbook.

I'm getting WAY tired of this **** tbh - I assumed after 3 years that the API would actually WORK...]]></description>
			<content:encoded><![CDATA[<div>On a Level 10 Shaman...<br />
<br />
IsSpellInRange(&quot;Healing Wave&quot;,&quot;PLAYER&quot;) returns &quot;1&quot;<br />
<br />
IsSpellInRange(&quot;Lightning Shield&quot;,&quot;PLAYER&quot;) returns nil<br />
<br />
The character, of course, has BOTH spells in their spellbook.<br />
<br />
I'm getting WAY tired of this **** tbh - I assumed after 3 years that the API would actually WORK PROPERLY - but apparently it works &quot;when it feels like it&quot; at best?<br />
<br />
I'm sure those of you who've been doing this for a while are used to this slipshoddy ****ty behaviour and the seemingly SHOCKING quality of their code - but I'm not sure why I should keep spending time on addons when<br />
<br />
a) Blizzards API is apparently substandard crap<br />
b) at every patch they change it as they feel like it with NO regard for any of the commonsense rules of software development (consistent parameter order, consistent return values, not making old code FAIL by changing things for no really good reason etc)<br />
c) they are not interested in the opinions of EU developers - as we're locked-out of their UI forum discussion anyway...<br />
<br />
You have to wonder...</div>

]]></content:encoded>
			<category domain="http://www.wowinterface.com/forums/forumdisplay.php?f=20">General Authoring Discussion</category>
			<dc:creator>kerrang</dc:creator>
			<guid isPermaLink="true">http://www.wowinterface.com/forums/showthread.php?t=17778</guid>
		</item>
		<item>
			<title>Need a Latency add-on :). help please</title>
			<link>http://www.wowinterface.com/forums/showthread.php?t=17777&amp;goto=newpost</link>
			<pubDate>Mon, 18 Aug 2008 23:35:28 GMT</pubDate>
			<description><![CDATA[Ok, well i don't want to use Fu bar at all as i am trying to steer clear of it on this UI i am working on. Now the problem is i am having issues finding a good Latency/FPS tracker shower whatever it's called that isn't Performance Fu.

Can anybody point me to one by chance... would help me out alot...]]></description>
			<content:encoded><![CDATA[<div>Ok, well i don't want to use Fu bar at all as i am trying to steer clear of it on this UI i am working on. Now the problem is i am having issues finding a good Latency/FPS tracker shower whatever it's called that isn't Performance Fu.<br />
<br />
Can anybody point me to one by chance... would help me out alot as it seems thats all i am missing :).<br />
<br />
Thanks again,<br />
Rabbit</div>

]]></content:encoded>
			<category domain="http://www.wowinterface.com/forums/forumdisplay.php?f=3">Interface  Help</category>
			<dc:creator>Rabbit007</dc:creator>
			<guid isPermaLink="true">http://www.wowinterface.com/forums/showthread.php?t=17777</guid>
		</item>
		<item>
			<title>Trigger events manually?</title>
			<link>http://www.wowinterface.com/forums/showthread.php?t=17776&amp;goto=newpost</link>
			<pubDate>Mon, 18 Aug 2008 23:01:26 GMT</pubDate>
			<description>Is is possible to trigger an event manually for testing purposes?</description>
			<content:encoded><![CDATA[<div>Is is possible to trigger an event manually for testing purposes?</div>

]]></content:encoded>
			<category domain="http://www.wowinterface.com/forums/forumdisplay.php?f=16">Lua Script help</category>
			<dc:creator>Niightblade</dc:creator>
			<guid isPermaLink="true">http://www.wowinterface.com/forums/showthread.php?t=17776</guid>
		</item>
		<item>
			<title>Addon Author button?</title>
			<link>http://www.wowinterface.com/forums/showthread.php?t=17775&amp;goto=newpost</link>
			<pubDate>Mon, 18 Aug 2008 21:24:52 GMT</pubDate>
			<description>Is there anyway to make the addon author button go to say our list of addons instead of the author portal? When you click on the portal (at least for mine lol) its pretty bare and hard to see what they have, but if you go to their list:

http://www.wowinterface.com/list.php?skinnerid=10991

Its got...</description>
			<content:encoded><![CDATA[<div>Is there anyway to make the addon author button go to say our list of addons instead of the author portal? When you click on the portal (at least for mine lol) its pretty bare and hard to see what they have, but if you go to their list:<br />
<br />
<a href="http://www.wowinterface.com/list.php?skinnerid=10991" target="_blank">http://www.wowinterface.com/list.php?skinnerid=10991</a><br />
<br />
Its got a nice clean breakdown of everything. Is there a way to change the button to go to the list page instead? I couldn't find anything in the User CP so wasn't sure. :D</div>

]]></content:encoded>
			<category domain="http://www.wowinterface.com/forums/forumdisplay.php?f=18">Site help, bugs, suggestions/questions</category>
			<dc:creator>Striph</dc:creator>
			<guid isPermaLink="true">http://www.wowinterface.com/forums/showthread.php?t=17775</guid>
		</item>
		<item>
			<title>need help</title>
			<link>http://www.wowinterface.com/forums/showthread.php?t=17774&amp;goto=newpost</link>
			<pubDate>Mon, 18 Aug 2008 20:52:11 GMT</pubDate>
			<description>i hve jst recently reinstalled wow on my new comp cos i burnt my hd out of the last 1 lol well neway i had zhuntermod on it loved it now i hve put it on my new comp its in my addons file at the char seect screen but when i log in it does not wrk could any1 tell me how to combat this i hve even...</description>
			<content:encoded><![CDATA[<div>i hve jst recently reinstalled wow on my new comp cos i burnt my hd out of the last 1 lol well neway i had zhuntermod on it loved it now i hve put it on my new comp its in my addons file at the char seect screen but when i log in it does not wrk could any1 tell me how to combat this i hve even tried to uninstall and then reinstall addon and it did not wrk. please help:</div>

]]></content:encoded>
			<category domain="http://www.wowinterface.com/forums/forumdisplay.php?f=3">Interface  Help</category>
			<dc:creator>skitzo666</dc:creator>
			<guid isPermaLink="true">http://www.wowinterface.com/forums/showthread.php?t=17774</guid>
		</item>
		<item>
			<title>Picks for 8/10 and 8/17: 4 mods! o.O</title>
			<link>http://www.wowinterface.com/forums/showthread.php?t=17773&amp;goto=newpost</link>
			<pubDate>Mon, 18 Aug 2008 19:15:42 GMT</pubDate>
			<description><![CDATA[Sorry about the delay in PotW's, folks.  I've been busy lately, and plumb forgot on 8/10 cause I spent that time testing the entries to the Addons Gone Crazy (http://www.wowinterface.com/forums/showthread.php?t=17656) contest.

As usual recently, there were SO MANY uploads to the site in the past...]]></description>
			<content:encoded><![CDATA[<div>Sorry about the delay in PotW's, folks.  I've been busy lately, and plumb forgot on 8/10 cause I spent that time testing the entries to the <a href="http://www.wowinterface.com/forums/showthread.php?t=17656" target="_blank">Addons Gone Crazy</a> contest.<br />
<br />
As usual recently, there were SO MANY uploads to the site in the past couple of weeks - I narrowed it down as much as I could, and am still left with 4.  So, you'll just have to deal. :p<br />
<br />
<br />
<br />
<b><u><font face="Palatino Linotype"><font size="2">LeaveMeAlone:</font></font></u></b><br />
<br />
<img src="http://s.wowinterface.com/preview/pvw16321.jpg" border="0" alt="" onload="NcodeImageResizer.createOn(this);" /><br />
<br />
Standing in Stormwind on my coding/testing alt, I get party invites, guild invites, etc.  I'm not the only one annoyed by it, because now there is LeaveMeAlone for those times when you just want to be... left alone.  It even lets you put in your own custom message, like &quot;I don't wish to be in a guild&quot; or &quot;I don't do duels&quot; or &quot;who are you?&quot;  It will allow these events if the person is on your friends list or in your guild.<br />
<br />
So, if you're a loner, having a bad day, or whatever your reasons, check out the <a href="http://www.wowinterface.com/downloads/info10055-LeaveMeAlone.html" target="_blank">download page</a> for more info.<br />
<br />
<br />
<b><u><font face="Palatino Linotype"><font size="2">O.B.I. - On Button Information:</font></font></u></b><br />
<br />
<img src="http://s.wowinterface.com/preview/pvw16535.jpg" border="0" alt="" onload="NcodeImageResizer.createOn(this);" /><br />
<br />
Want to know more information about your spells/abilities?  How long is left on the debuff you put on your target or how much energy you need before your next Mangle?  There are addons that do this via timer bars or announcements, but what if you just want to look at your action bars or don't want any clutter?  Then try out O.B.I. - it adds information for any spell/buff/macro of your choice to the button itself.<br />
<br />
For more info, check out its <a href="http://www.wowinterface.com/downloads/info10174-O.B.I.-OnButtonInformation.html" target="_blank">download page</a>.<br />
<br />
<br />
<b><u><font face="Palatino Linotype"><font size="2">InfoBar:</font></font></u></b><br />
<br />
<img src="http://s.wowinterface.com/preview/pvw16546.jpg" border="0" alt="" onload="NcodeImageResizer.createOn(this);" /><br />
<br />
You've heard of Titan Panel, you've heard of FuBar.  There are also the new data display addons now like StatBlocks, Fortress, LynStats, etc.  But how many of you remember the grand daddy of them all?  Previously, Telo's addons were only available via his own site, with threads in the US UI &amp; Macros forum when he updated for each patch.  Lucky for us, he decided to move them to wowinterface.  InfoPanel and LootLink were my first addons - I thought I'd share with you, too.<br />
<br />
Check it out <a href="http://www.wowinterface.com/downloads/info10184-InfoBar.html" target="_blank">here</a>.<br />
<br />
<br />
<b><u><font face="Palatino Linotype"><font size="2">ItemAge:</font></font></u></b><br />
<br />
<img src="http://s.wowinterface.com/preview/pvw16906.jpg" border="0" alt="" onload="NcodeImageResizer.createOn(this);" /><br />
<br />
Ever wonder how long you've had that quest item in your bag?  How about a blue world drop you keep trying to sell on the AH - is it time to just vendor it and give up?  Now you'll know how long items have been collecting dust in your bags.<br />
<br />
Read more and download <a href="http://www.wowinterface.com/downloads/info10413-ItemAge.html" target="_blank">here</a>.<br />
<br />
<br />
<br />
Are you the author of a mod that you think belongs in this spotlight? Just upload/update it to our site, and it will automatically be considered for that week's Pick. :)</div>

]]></content:encoded>
			<category domain="http://www.wowinterface.com/forums/forumdisplay.php?f=79"><![CDATA[WoWI's Pick(s) of the Week]]></category>
			<dc:creator>Seerah</dc:creator>
			<guid isPermaLink="true">http://www.wowinterface.com/forums/showthread.php?t=17773</guid>
		</item>
		<item>
			<title>Chatbox w/ loot, honor, xp, etc</title>
			<link>http://www.wowinterface.com/forums/showthread.php?t=17772&amp;goto=newpost</link>
			<pubDate>Mon, 18 Aug 2008 18:52:55 GMT</pubDate>
			<description><![CDATA[Here's my issues with 1.18. When I loaded the 1.18 and addon pack, following the mazzifier's instructions (had to do it as a fresh install), the right-most chatbox with the icons above it for potions, food, water, etc was not there. I used the mazzleui options to load missing chatboxes, and it puts...]]></description>
			<content:encoded><![CDATA[<div>Here's my issues with 1.18. When I loaded the 1.18 and addon pack, following the mazzifier's instructions (had to do it as a fresh install), the right-most chatbox with the icons above it for potions, food, water, etc was not there. I used the mazzleui options to load missing chatboxes, and it puts that box with its icons over the main chat. It subsequently becomes hidden as soon as I do anything chat-related. I cannot move this chat box, nor can I resize it. The old version I was on, 1.16, did not do this.<br />
<br />
Can anyone tell me how to either get the window to appear where it belongs or how to move it/resize it myself? There is no chat panel name to click on, as that is where the potion, food, etc icons are and I really am not familiar enough with the prat &amp; hitsmode options to find it, if it is even there.<br />
<br />
My second issue: the trinket buttons also have difficulty showing up, with one of them appearing far to the right of the other. I end up with one trinket icon, the little gear that lets me change the options, and then halfway across the right side of the ui the other trinket icon.<br />
<br />
I tried using the options on the gear to fix it, but the gear itself is moved over to where the 2nd trinket icon should be, leaving what appears to be a bullet point where the gear should go. Also, I checked my UI settings and I am loading the correct aspect ratio. Any help on this part would also be appreciated. I also feel that these may be related somehow.</div>

]]></content:encoded>
			<category domain="http://www.wowinterface.com/forums/forumdisplay.php?f=77">Mazzle</category>
			<dc:creator>Dagmoth</dc:creator>
			<guid isPermaLink="true">http://www.wowinterface.com/forums/showthread.php?t=17772</guid>
		</item>
		<item>
			<title>How to get the size in yards of a given map?</title>
			<link>http://www.wowinterface.com/forums/showthread.php?t=17771&amp;goto=newpost</link>
			<pubDate>Mon, 18 Aug 2008 17:55:35 GMT</pubDate>
			<description><![CDATA[Since GetPlayerMapPosition() returns coordinates for instances with WotLK I'm current playing around with the coordinates and range checks.

My goal is to calculate the distance between the player and a specific unit in yards.

I realized that GetPlayerMapPosition() returns "the unit position...]]></description>
			<content:encoded><![CDATA[<div>Since GetPlayerMapPosition() returns coordinates for instances with WotLK I'm current playing around with the coordinates and range checks.<br />
<br />
My goal is to calculate the distance between the player and a specific unit in yards.<br />
<br />
I realized that GetPlayerMapPosition() returns &quot;the unit position relative to WorldMapDetailFrame&quot;. A number between 0 and 1. <br />
So I used GetPlayerMapPosition() to get PlayerX, PlayerY and TargetX, TargetY. <br />
<br />
So far so good. But how do I get the range in yards from this data? I've found the Astrolabe and LibTourist libs. Both calculate distances in yards based on GetPlayerMapPosition and additional tables with the size in yards of all zones. <br />
eg. from Astrolabe:<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">Ashenvale = {<br />
&nbsp; &nbsp; &nbsp; &nbsp; height = 3843.722811451077,<br />
&nbsp; &nbsp; &nbsp; &nbsp; width = 5766.728884700476,<br />
&nbsp; &nbsp; &nbsp; &nbsp; ...<br />
&nbsp; &nbsp; &nbsp; &nbsp; }</code><hr />
</div>So this is exactly what I need. But where the hell do I get these data from? <br />
I've searched around for hours, did tests with map viewers, mpq data, looked at WorldMapFrame.lua, etc., etc. But I can't find any way to get, query or calculate the map size of a given map in yards. :(<br />
<br />
I would really appreciate any help/idea on this topic.</div>

]]></content:encoded>
			<category domain="http://www.wowinterface.com/forums/forumdisplay.php?f=20">General Authoring Discussion</category>
			<dc:creator>Duugu</dc:creator>
			<guid isPermaLink="true">http://www.wowinterface.com/forums/showthread.php?t=17771</guid>
		</item>
		<item>
			<title>what addon can show from wher an item is?</title>
			<link>http://www.wowinterface.com/forums/showthread.php?t=17770&amp;goto=newpost</link>
			<pubDate>Mon, 18 Aug 2008 16:18:30 GMT</pubDate>
			<description><![CDATA[i notice in some pics an addon that show, in the item's tooltip, from wher did he drop or from where was bought. what was the name of that addon? can somebody tell me?]]></description>
			<content:encoded><![CDATA[<div>i notice in some pics an addon that show, in the item's tooltip, from wher did he drop or from where was bought. what was the name of that addon? can somebody tell me?</div>

]]></content:encoded>
			<category domain="http://www.wowinterface.com/forums/forumdisplay.php?f=3">Interface  Help</category>
			<dc:creator>Shadowcall</dc:creator>
			<guid isPermaLink="true">http://www.wowinterface.com/forums/showthread.php?t=17770</guid>
		</item>
	</channel>
</rss>
