<?xml version="1.0" encoding="ISO-8859-1"?>
<rss version="2.0">
	<channel>
		<title>WoWInterface - Comments for Nevcairiel'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[Re: Fog of War Error (Mapster)]]></title>
			<link>http://www.wowinterface.com/downloads/info8306-409043.html#comments</link>
			<description>Fog of War error with 1.5.3&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Because patch 5.3 changed NUM_BATTLEFIELDMAP_OVERLAYS, it's not global variable anymore. We should use BattlefieldMinimap:GetAttribute() and BattlefieldMinimap:SetAttribute() instead. It can be fixed by editing FogClear.lua&lt;br /&gt;&lt;br /&gt;- Line 1510:&lt;br /&gt;Replace&lt;br /&gt;for i = 1, NUM_BATTLEFIELDMAP_OVERLAYS do&lt;br /&gt;With&lt;br /&gt;for i = 1, BattlefieldMinimap:GetAttribute(&quot;NUM_BATTLEFIELDMAP_OVERLAYS&quot;) do&lt;br /&gt;&lt;br /&gt;- Line 1513:&lt;br /&gt;Replace&lt;br /&gt;NUM_BATTLEFIELDMAP_OVERLAYS = 0&lt;br /&gt;With&lt;br /&gt;BattlefieldMinimap:SetAttribute(&quot;NUM_BATTLEFIELDMAP_OVERLAYS&quot;, 0)&lt;br /&gt;&lt;br /&gt;- Line 1540:&lt;br /&gt;Replace&lt;br /&gt;NUM_BATTLEFIELDMAP_OVERLAYS = #battleMapCache&lt;br /&gt;for i=1, NUM_BATTLEFIELDMAP_OVERLAYS do&lt;br /&gt;With&lt;br /&gt;BattlefieldMinimap:SetAttribute(&quot;NUM_BATTLEFIELDMAP_OVERLAYS&quot;, #battleMapCache)&lt;br /&gt;for i=1, BattlefieldMinimap:GetAttribute(&quot;NUM_BATTLEFIELDMAP_OVERLAYS&quot;) do</description>
			<author>Cloudyfa</author>
			<category domain="http://www.wowinterface.com">Map, Coords, Compasses</category>
			<guid>http://www.wowinterface.com/downloads/info8306-409043.html#comments</guid>
			
			<pubDate>Fri, 24 May 2013 06:20:29 +0000</pubDate>
		</item>		<item>
			<title><![CDATA[Fog of War Error (Mapster)]]></title>
			<link>http://www.wowinterface.com/downloads/info8306-408955.html#comments</link>
			<description>Fog of War error with 1.5.3&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Date: 2013-05-23 11:31:38&lt;br /&gt;ID: 1&lt;br /&gt;Error occured in: Global&lt;br /&gt;Count: 1&lt;br /&gt;Message: ..\AddOns\Mapster\FogClear.lua line 1510:&lt;br /&gt;   'for' limit must be a number&lt;br /&gt;Debug:&lt;br /&gt;   (tail call): ?&lt;br /&gt;   Mapster\FogClear.lua:1510:&lt;br /&gt;      Mapster\FogClear.lua:1489&lt;br /&gt;   (tail call): ?&lt;br /&gt;   : ?&lt;br /&gt;   &quot;]:9:&lt;br /&gt;      &quot;]:5&lt;br /&gt;   (tail call): ?&lt;br /&gt;   ...ce\AddOns\Mapster\Libs\AceAddon-3.0\AceAddon-3.0.lua:558: EnableAddon()&lt;br /&gt;   ...ce\AddOns\Mapster\Libs\AceAddon-3.0\AceAddon-3.0.lua:571: EnableAddon()&lt;br /&gt;   ...ce\AddOns\Mapster\Libs\AceAddon-3.0\AceAddon-3.0.lua:651:&lt;br /&gt;      ...ce\AddOns\Mapster\Libs\AceAddon-3.0\AceAddon-3.0.lua:636&lt;br /&gt;   : LoadAddOn()&lt;br /&gt;   ..\FrameXML\UIParent.lua:302: UIParentLoadAddOn()&lt;br /&gt;   ..\FrameXML\UIParent.lua:325: CombatLog_LoadUI()&lt;br /&gt;   ..\FrameXML\UIParent.lua:723:&lt;br /&gt;      ..\FrameXML\UIParent.lua:686&lt;br /&gt;Locals:&lt;br /&gt;None&lt;br /&gt;AddOns:&lt;br /&gt;  Swatter, v5.14.5335 (KowariOnCrutches)&lt;br /&gt;  Align, v&lt;br /&gt;  Arh, v1.2.3&lt;br /&gt;  AuctionFilterPlus, v50001.3&lt;br /&gt;  AutoRunReminder, v2.7b&lt;br /&gt;  BasicChatMods, v7.22&lt;br /&gt;  Bazooka, vv2.2.2&lt;br /&gt;  BrokerEverything, v5.2.1&lt;br /&gt;  BrokerEverythingConfig, v0.5&lt;br /&gt;  BrokerFactions, v3.2.6-release&lt;br /&gt;  BrokeruClock, v3.3.6&lt;br /&gt;  CensusPlus, v6.0.1&lt;br /&gt;  ChatSounds, v&lt;br /&gt;  DBMCore, v&lt;br /&gt;  DebugLib, v5.1.DEV.312(/embedded)&lt;br /&gt;  Farmhand, vv1.6&lt;br /&gt;  GatherMate2, v1.25.4&lt;br /&gt;  GuildGreet, v5.3.0&lt;br /&gt;  kcrazyarrowhide, v1.02&lt;br /&gt;  LysOpenBags, v1.0&lt;br /&gt;  Mapster, v1.5.3&lt;br /&gt;  NoGryphons, v&lt;br /&gt;  Omen, v3.1.8&lt;br /&gt;  OmniCC, v5.3.0&lt;br /&gt;  PitBull4, vv4.0.0-beta45&lt;br /&gt;  Quartz, v3.1.2&lt;br /&gt;  QuartzProcs, v3.43&lt;br /&gt;  QuestCompletist, v100.0&lt;br /&gt;  QuestGuru, v2.2.14-50300&lt;br /&gt;  RangeDisplay, vv4.2.1&lt;br /&gt;  Squeenix, v5.0.1.19&lt;br /&gt;  Stubby, v5.14.5335 (KowariOnCrutches)&lt;br /&gt;  TinyDPS, v0.942&lt;br /&gt;  TinyTip, vv2.10&lt;br /&gt;  TomTom, vv50200-1.0.2&lt;br /&gt;  tullaRange, v5.3.0&lt;br /&gt;  VodkaFlyers, v1.6&lt;br /&gt;  WoWDBProfiler, v&lt;br /&gt;  BlizRuntimeLib_enUS v5.3.0.50300 &lt;us&gt;&lt;br /&gt;  (ck=384)&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Regards</description>
			<author>Kyplor</author>
			<category domain="http://www.wowinterface.com">Map, Coords, Compasses</category>
			<guid>http://www.wowinterface.com/downloads/info8306-408955.html#comments</guid>
			
			<pubDate>Thu, 23 May 2013 16:12:03 +0000</pubDate>
		</item>		<item>
			<title><![CDATA[A new version is... (Mapster)]]></title>
			<link>http://www.wowinterface.com/downloads/info8306-408869.html#comments</link>
			<description>A new version is available now, which should work properly on 5.3&lt;br /&gt;This latest version has problem with Boss icons. Maybe you deleted this row in &quot;profile&quot; block by accident:&lt;br /&gt;&lt;br /&gt;local defaults = {&lt;br /&gt;profile = {&lt;br /&gt;...&lt;br /&gt;showEJBosses = true,&lt;br /&gt;...&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;}&lt;br /&gt;</description>
			<author>Cloudyfa</author>
			<category domain="http://www.wowinterface.com">Map, Coords, Compasses</category>
			<guid>http://www.wowinterface.com/downloads/info8306-408869.html#comments</guid>
			
			<pubDate>Wed, 22 May 2013 20:14:18 +0000</pubDate>
		</item>		<item>
			<title><![CDATA[A new version is available now, whi... (Mapster)]]></title>
			<link>http://www.wowinterface.com/downloads/info8306-408834.html#comments</link>
			<description>A new version is available now, which should work properly on 5.3</description>
			<author>Nevcairiel</author>
			<category domain="http://www.wowinterface.com">Map, Coords, Compasses</category>
			<guid>http://www.wowinterface.com/downloads/info8306-408834.html#comments</guid>
			
			<pubDate>Wed, 22 May 2013 15:41:40 +0000</pubDate>
		</item>		<item>
			<title><![CDATA[Errors upon logging in after update... (Mapster)]]></title>
			<link>http://www.wowinterface.com/downloads/info8306-408747.html#comments</link>
			<description>Errors upon logging in after update 5.3.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Date: 2013-05-21 18:49:56&lt;br /&gt;ID: 2&lt;br /&gt;Error occured in: Global&lt;br /&gt;Count: 1&lt;br /&gt;Message: ..\AddOns\Mapster\Mapster.lua line 132:&lt;br /&gt;   attempt to index global 'WorldMapQuestShowObjectives' (a nil value)&lt;br /&gt;Debug:&lt;br /&gt;   Mapster\Mapster.lua:132:&lt;br /&gt;      Mapster\Mapster.lua:86&lt;br /&gt;   (tail call): ?&lt;br /&gt;   : ?&lt;br /&gt;   &quot;]:9:&lt;br /&gt;      &quot;]:5&lt;br /&gt;   (tail call): ?&lt;br /&gt;   ...s\AckisRecipeList\libs\AceAddon-3.0\AceAddon-3.0.lua:558: EnableAddon()&lt;br /&gt;   ...s\AckisRecipeList\libs\AceAddon-3.0\AceAddon-3.0.lua:651:&lt;br /&gt;      ...s\AckisRecipeList\libs\AceAddon-3.0\AceAddon-3.0.lua:636&lt;br /&gt;   : LoadAddOn()&lt;br /&gt;   ..\FrameXML\UIParent.lua:302: UIParentLoadAddOn()&lt;br /&gt;   ..\FrameXML\UIParent.lua:325: CombatLog_LoadUI()&lt;br /&gt;   ..\FrameXML\UIParent.lua:723:&lt;br /&gt;      ..\FrameXML\UIParent.lua:686&lt;br /&gt;Locals:&lt;br /&gt;None&lt;br /&gt;AddOns:&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Date: 2013-05-21 18:49:57&lt;br /&gt;ID: 6&lt;br /&gt;Error occured in: Global&lt;br /&gt;Count: 3&lt;br /&gt;Message: ..\AddOns\Mapster\Mapster.lua line 545:&lt;br /&gt;   attempt to index global 'MapsterQuestObjectivesDropDown' (a nil value)&lt;br /&gt;Debug:&lt;br /&gt;   Mapster\Mapster.lua:545:&lt;br /&gt;      Mapster\Mapster.lua:540&lt;br /&gt;   : ?&lt;br /&gt;   : Show()&lt;br /&gt;   RaidBuffStatus\Core.lua:2611: DelayedEnable()&lt;br /&gt;   RaidBuffStatus\Core.lua:2557:&lt;br /&gt;      RaidBuffStatus\Core.lua:2532&lt;br /&gt;   (tail call): ?&lt;br /&gt;   : ?&lt;br /&gt;   &quot;]:9:&lt;br /&gt;      &quot;]:5&lt;br /&gt;   (tail call): ?&lt;br /&gt;   ...s\AckisRecipeList\libs\AceAddon-3.0\AceAddon-3.0.lua:558: EnableAddon()&lt;br /&gt;   ...s\AckisRecipeList\libs\AceAddon-3.0\AceAddon-3.0.lua:651:&lt;br /&gt;      ...s\AckisRecipeList\libs\AceAddon-3.0\AceAddon-3.0.lua:636&lt;br /&gt;   : LoadAddOn()&lt;br /&gt;   ..\FrameXML\UIParent.lua:302: UIParentLoadAddOn()&lt;br /&gt;   ..\FrameXML\UIParent.lua:325: CombatLog_LoadUI()&lt;br /&gt;   ..\FrameXML\UIParent.lua:723:&lt;br /&gt;      ..\FrameXML\UIParent.lua:686&lt;br /&gt;Locals:&lt;br /&gt;frame = WorldMapFrame {&lt;br /&gt; 0 = &lt;userdata&gt;&lt;br /&gt; mapID = 862&lt;br /&gt; numQuests = 0&lt;br /&gt; Hide = &lt;function&gt; defined =:-1&lt;br /&gt; hasBosses = false&lt;br /&gt;}&lt;br /&gt;(*temporary) = nil&lt;br /&gt;(*temporary) = 600&lt;br /&gt;(*temporary) = 600&lt;br /&gt;(*temporary) = &quot;attempt to index global 'MapsterQuestObjectivesDropDown' (a nil value)&quot;&lt;br /&gt;Mapster = &lt;table&gt; {&lt;br /&gt; SetDefaultModuleLibraries = &lt;function&gt; defined @Interface\AddOns\AckisRecipeList\libs\AceAddon-3.0\AceAddon-3.0.lua:398&lt;br /&gt; SetModuleEnabled = &lt;function&gt; defined @Interface\AddOns\Mapster\Mapster.lua:778&lt;br /&gt; EnableModule = &lt;function&gt; defined @Interface\AddOns\AckisRecipeList\libs\AceAddon-3.0\AceAddon-3.0.lua:363&lt;br /&gt; SetAlpha = &lt;function&gt; defined @Interface\AddOns\Mapster\Mapster.lua:604&lt;br /&gt; baseName = &quot;Mapster&quot;&lt;br /&gt; IterateEmbeds = &lt;function&gt; defined @Interface\AddOns\AckisRecipeList\libs\AceAddon-3.0\AceAddon-3.0.lua:473&lt;br /&gt; WorldMapPlayerSetPoint = &lt;function&gt; defined @Interface\AddOns\Mapster\Mapster.lua:291&lt;br /&gt; SecureHookScript = &lt;function&gt; defined @Interface\AddOns\AchieveIt\libs\AceHook-3.0\AceHook-3.0.lua:413&lt;br /&gt; GetModuleEnabled = &lt;function&gt; defined @Interface\AddOns\Mapster\Mapster.lua:622&lt;br /&gt; RawHookScript = &lt;function&gt; defined @Interface\AddOns\AchieveIt\libs\AceHook-3.0\AceHook-3.0.lua:398&lt;br /&gt; WorldMapFrame_DisplayQuests = &lt;function&gt; defined @Interface\AddOns\Mapster\Mapster.lua:720&lt;br /&gt; UpdateModuleMapsizes = &lt;function&gt; defined @Interface\AddOns\Mapster\Mapster.lua:395&lt;br /&gt; PLAYER_REGEN_DISABLED = &lt;function&gt; defined @Interface\AddOns\Mapster\Mapster.lua:203&lt;br /&gt; defaultModuleState = true&lt;br /&gt; IsEnabled = &lt;function&gt; defined @Interface\AddOns\AckisRecipeList\libs\AceAddon-3.0\AceAddon-3.0.lua:482&lt;br /&gt; DisableModule = &lt;function&gt; defined @Interface\AddOns\AckisRecipeList\libs\AceAddon-3.0\AceAddon-3.0.lua:381&lt;br /&gt; RegisterMessage = &lt;function&gt; defined @Interface\AddOns\AchieveIt\libs\CallbackHandler-1.0\CallbackHandler-1.0.lua:118&lt;br /&gt; UnregisterMessage = &lt;function&gt; defined @Interface\AddOns\AchieveIt\libs\CallbackHandler-1.0\CallbackHandler-1.0.lua:181&lt;br /&gt; ShowBlobs = &lt;function&gt; defined @Interface\AddOns\Mapster\Mapster.lua:587&lt;br /&gt; IsHooked = &lt;function&gt; defined @Interface\AddOns\AchieveIt\libs\AceHook-3.0\AceHook-3.0.lua:496&lt;br /&gt; WorldMapFrame_DisplayQuestPOI = &lt;function&gt; defined @Interface\AddOns\Mapster\Mapster.lua:262&lt;br /&gt; db = &lt;table&gt; {&lt;br /&gt; }&lt;br /&gt; SizeUp = &lt;function&gt; defined @Interface\AddOns\Mapster\Mapster.lua:403&lt;br /&gt; SetEnabledState = &lt;function&gt; defined @Interface\AddOns\AckisRecipeList\libs\AceAddon-3.0\AceAddon-3.0.lua:455&lt;br /&gt; Hook = &lt;function&gt; defined @Interface\AddOns\AchieveIt\libs\AceHook-3.0\AceHook-3.0.lua:277&lt;br /&gt; enabledState = true&lt;br /&gt; ZONE_CHANGED_NEW_AREA = &lt;function&gt; defined @Interface\AddOns\Mapster\Mapster.lua:526&lt;br /&gt; RegisterEvent = &lt;function&gt; defined @Interface\AddOns\AchieveIt\libs\CallbackHandler-1.0\CallbackHandler-1.0.lua:118&lt;br /&gt; EncounterJournal_AddMapButtons = &lt;function&gt; defined @Interface\AddOns\Mapster\Mapster.lua:299&lt;br /&gt; IterateModules = &lt;function&gt; defined @Interface\AddOns\AckisRecipeList\libs\AceAddon-3.0\AceAddon-3.0.lua:468&lt;br /&gt; SetArrow = &lt;function&gt; defined @Interface\AddOns\Mapster\Mapster.lua:608&lt;br /&gt; RawHook = &lt;function&gt; defined @Interface\AddOns\AchieveIt\libs\AceHook-3.0\AceHook-3.0.lua:316&lt;br /&gt; OnInitialize = &lt;function&gt; defined @Interface\AddOns\Mapster\Mapster.lua:69&lt;br /&gt; NewModule = &lt;function&gt; defined @Interface\AddOns\AckisRecipeList\libs\AceAddon-3.0\AceAddon-3.0.lua:266&lt;br /&gt; GetModule = &lt;function&gt; defined @Interface\AddOns\AckisRecipeList\libs\AceAddon-3.0\AceAddon-3.0.lua:241&lt;br /&gt; defaultModuleLibraries = &lt;table&gt; {&lt;br /&gt; }&lt;br /&gt; GetName = &lt;function&gt; defined @Interface\AddOns\AckisRecipeList\libs\AceAddon-3.0\AceAddon-3.0.lua:310&lt;br /&gt; optionsButton = MapsterOptionsButton {&lt;br /&gt; }&lt;br /&gt; optionsFrames = &lt;table&gt; {&lt;br /&gt; }&lt;br /&gt; name = &quot;Mapster&quot;&lt;br /&gt; UIHider = &lt;unnamed&gt; {&lt;br /&gt; }&lt;br /&gt; elementsToHide = &lt;table&gt; {&lt;br /&gt; }&lt;br /&gt; orderedModules = &lt;table&gt; {&lt;br /&gt; }&lt;br /&gt; SetupMapButton = &lt;function&gt; defined @Interface\AddOns\Mapster\Config.lua:197&lt;br /&gt; Disable = &lt;function&gt; defined @Interface\AddOns\AckisRecipeList\libs\AceAddon-3.0\AceAddon-3.0.lua:345&lt;br /&gt; RegisterModuleOptions = &lt;function&gt; defined @Interface\AddOns\Mapster\Config.lua:192&lt;br /&gt; SetupOptions = &lt;function&gt; defined @Interface\AddOns\Mapster\Config.lua:180&lt;br /&gt; UpdateMapElements = &lt;function&gt; defined @Interface\AddOns\Mapster\Mapste&lt;br /&gt;AddOns:&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Date: 2013-05-21 20:19:49&lt;br /&gt;ID: 9&lt;br /&gt;Error occured in: AddOn: Mapster&lt;br /&gt;Count: 5&lt;br /&gt;Message: Note: AddOn Mapster attempted to call a protected function (CompactRaidFrame1:Show()) during combat lockdown.&lt;br /&gt;Debug:&lt;br /&gt;   : Show()&lt;br /&gt;   ..\FrameXML\CompactUnitFrame.lua:282: CompactUnitFrame_UpdateVisible()&lt;br /&gt;   ..\FrameXML\CompactUnitFrame.lua:240: CompactUnitFrame_UpdateAll()&lt;br /&gt;   ..\FrameXML\CompactUnitFrame.lua:97:&lt;br /&gt;      ..\FrameXML\CompactUnitFrame.lua:44&lt;br /&gt;Locals:&lt;br /&gt;None&lt;br /&gt;AddOns:&lt;br /&gt;</description>
			<author>Ookami.kun</author>
			<category domain="http://www.wowinterface.com">Map, Coords, Compasses</category>
			<guid>http://www.wowinterface.com/downloads/info8306-408747.html#comments</guid>
			
			<pubDate>Tue, 21 May 2013 22:54:30 +0000</pubDate>
		</item>		<item>
			<title><![CDATA[problem (Bartender4)]]></title>
			<link>http://www.wowinterface.com/downloads/info11190-407851.html#comments</link>
			<description>Hello there,&lt;br /&gt;&lt;br /&gt;I seem to have a problem that my little head cant figure out :(&lt;br /&gt;Is it possible to make bartender show when im pressing a button, the button is just flat and looks none responding? but ofc it does press the button, just annyoing to not see if its activation the press :P&lt;br /&gt;&lt;br /&gt;best regards&lt;br /&gt;A friendly warrior</description>
			<author>Agthansp</author>
			<category domain="http://www.wowinterface.com">Action Bar Mods</category>
			<guid>http://www.wowinterface.com/downloads/info11190-407851.html#comments</guid>
			
			<pubDate>Tue, 30 Apr 2013 17:41:58 +0000</pubDate>
		</item>		<item>
			<title><![CDATA[Question with paging..I have:... (Bartender4)]]></title>
			<link>http://www.wowinterface.com/downloads/info11190-406795.html#comments</link>
			<description>Question with paging..&lt;br /&gt;&lt;br /&gt;I have:&lt;br /&gt;&lt;br /&gt;State Configuration: Enabled, Possess Bar, and ActionBar Paging checked with Default Bar State set to Page 1.&lt;br /&gt;&lt;br /&gt;This pages like it should.. (I have all bars activated in game interface menu) so it pages between page 1 and 2 and that's it.&lt;br /&gt;&lt;br /&gt;Problem is, whenever I reload or relogin etc.. no settings have changed but it pages between all of the pages instead of just the 2.  Only way I've found to correct, is disable/re-enable the action bars in the game interface menu again for BT to recognize the change.&lt;br /&gt;&lt;br /&gt;Help?</description>
			<author>YrDaDy</author>
			<category domain="http://www.wowinterface.com">Action Bar Mods</category>
			<guid>http://www.wowinterface.com/downloads/info11190-406795.html#comments</guid>
			
			<pubDate>Tue, 09 Apr 2013 21:28:02 +0000</pubDate>
		</item>		<item>
			<title><![CDATA[Re: Exp/Rep Bar problem (Bartender4)]]></title>
			<link>http://www.wowinterface.com/downloads/info11190-406111.html#comments</link>
			<description>Ok this drives me crazy how do i rezise the rep and the exp bar?&lt;br /&gt;What you mean &quot;resize&quot;? You may only scale bars in Bartender.</description>
			<author>AnrDaemon</author>
			<category domain="http://www.wowinterface.com">Action Bar Mods</category>
			<guid>http://www.wowinterface.com/downloads/info11190-406111.html#comments</guid>
			
			<pubDate>Thu, 28 Mar 2013 22:24:12 +0000</pubDate>
		</item>		<item>
			<title><![CDATA[Exp/Rep Bar problem (Bartender4)]]></title>
			<link>http://www.wowinterface.com/downloads/info11190-406109.html#comments</link>
			<description>Ok this drives me crazy how do i rezise the rep and the exp bar?</description>
			<author>lvkke22</author>
			<category domain="http://www.wowinterface.com">Action Bar Mods</category>
			<guid>http://www.wowinterface.com/downloads/info11190-406109.html#comments</guid>
			
			<pubDate>Thu, 28 Mar 2013 22:11:08 +0000</pubDate>
		</item>		<item>
			<title><![CDATA[Just wanted to say thank you for ke... (Mapster)]]></title>
			<link>http://www.wowinterface.com/downloads/info8306-404363.html#comments</link>
			<description>Just wanted to say thank you for keeping this going!</description>
			<author>kittykatmax</author>
			<category domain="http://www.wowinterface.com">Map, Coords, Compasses</category>
			<guid>http://www.wowinterface.com/downloads/info8306-404363.html#comments</guid>
			
			<pubDate>Wed, 06 Mar 2013 17:01:35 +0000</pubDate>
		</item>		<item>
			<title><![CDATA[Guys, if you have... (Bartender4)]]></title>
			<link>http://www.wowinterface.com/downloads/info11190-403851.html#comments</link>
			<description>Guys, if you have issues with UI pack, post them in the UI pack thread.&lt;br /&gt;Or make sure you can reproduce your problem with ONLY the addon you're rporting is enabled.&lt;br /&gt;Ah, damn. I thought I was actually posting on the LUI forum. My bad (it was late). I deleted my comment. Though, I can reproduce the same thing with only Bartender running.&lt;br /&gt;&lt;br /&gt;http://img194.imageshack.us/img194/276/wowscrnshot022513154152.jpg&lt;br /&gt;&lt;br /&gt;Is that simply how dragging skills is suppose to look like in Bartender?</description>
			<author>Symbolic</author>
			<category domain="http://www.wowinterface.com">Action Bar Mods</category>
			<guid>http://www.wowinterface.com/downloads/info11190-403851.html#comments</guid>
			
			<pubDate>Mon, 25 Feb 2013 05:35:58 +0000</pubDate>
		</item>		<item>
			<title><![CDATA[Guys, if you have issues with UI pa... (Bartender4)]]></title>
			<link>http://www.wowinterface.com/downloads/info11190-403826.html#comments</link>
			<description>Guys, if you have issues with UI pack, post them in the UI pack thread.&lt;br /&gt;Or make sure you can reproduce your problem with ONLY the addon you're rporting is enabled.</description>
			<author>AnrDaemon</author>
			<category domain="http://www.wowinterface.com">Action Bar Mods</category>
			<guid>http://www.wowinterface.com/downloads/info11190-403826.html#comments</guid>
			
			<pubDate>Sun, 24 Feb 2013 20:02:37 +0000</pubDate>
		</item>		<item>
			<title><![CDATA[Hi guys need some help with bartend... (Bartender4)]]></title>
			<link>http://www.wowinterface.com/downloads/info11190-403813.html#comments</link>
			<description>Hi guys need some help with bartender 4. Basically I've always used elvui and when I am in a construct on amber shaper is my 2nd bar of elvui which are keybindings QTHW for all 4 abilities, but for bartender 4 i've got bar1 posessed bar enabled / ticked... yet when I am in a construct it shows no keybindings for that bar but whenever I go to say my farm the buttons work there but whenever i am in a construct the buttons arnt keybinded and I was wondering is there a way to get that bar to show while not in a raid so I can set them up like elvui what I mean by than is my normal bar2 with elvui 1st 4 buttons are the abilities of the construct... Cheers for any help.</description>
			<author>shaarp</author>
			<category domain="http://www.wowinterface.com">Action Bar Mods</category>
			<guid>http://www.wowinterface.com/downloads/info11190-403813.html#comments</guid>
			
			<pubDate>Sun, 24 Feb 2013 15:47:52 +0000</pubDate>
		</item>		<item>
			<title><![CDATA[I updated and now i cant see my bar... (Bartender4)]]></title>
			<link>http://www.wowinterface.com/downloads/info11190-403800.html#comments</link>
			<description>I updated and now i cant see my bars and they are nolonger listed under bars to cutsomize either. help</description>
			<author>Ascendotuum</author>
			<category domain="http://www.wowinterface.com">Action Bar Mods</category>
			<guid>http://www.wowinterface.com/downloads/info11190-403800.html#comments</guid>
			
			<pubDate>Sun, 24 Feb 2013 03:05:06 +0000</pubDate>
		</item>		<item>
			<title><![CDATA[Any ptr updates for this?  BT doesn... (Bartender4)]]></title>
			<link>http://www.wowinterface.com/downloads/info11190-402321.html#comments</link>
			<description>Any ptr updates for this?  BT doesn't work for me.&lt;br /&gt;&lt;br /&gt;Thanks</description>
			<author>Jykor</author>
			<category domain="http://www.wowinterface.com">Action Bar Mods</category>
			<guid>http://www.wowinterface.com/downloads/info11190-402321.html#comments</guid>
			
			<pubDate>Mon, 21 Jan 2013 05:13:29 +0000</pubDate>
		</item>		<item>
			<title><![CDATA[Been using this addon since it rele... (HotCandy)]]></title>
			<link>http://www.wowinterface.com/downloads/info6860-402208.html#comments</link>
			<description>Been using this addon since it released... An update would be amazing! :banana:</description>
			<author>shegeek</author>
			<category domain="http://www.wowinterface.com">Buff, Debuff, Spell</category>
			<guid>http://www.wowinterface.com/downloads/info6860-402208.html#comments</guid>
			
			<pubDate>Fri, 18 Jan 2013 19:44:11 +0000</pubDate>
		</item>		<item>
			<title><![CDATA[Re: Re: Re: Extra Action Bar - not showing (Bartender4)]]></title>
			<link>http://www.wowinterface.com/downloads/info11190-401203.html#comments</link>
			<description>Started all over and Adding and removing addons and now it works.&lt;br /&gt;Glad you've got it sorted.&lt;br /&gt;Because I saw your post in Titan Panel thread, and was confused beyond comprehension.</description>
			<author>AnrDaemon</author>
			<category domain="http://www.wowinterface.com">Action Bar Mods</category>
			<guid>http://www.wowinterface.com/downloads/info11190-401203.html#comments</guid>
			
			<pubDate>Mon, 31 Dec 2012 23:32:34 +0000</pubDate>
		</item>		<item>
			<title><![CDATA[Re: Re: Extra Action Bar - not showing (Bartender4)]]></title>
			<link>http://www.wowinterface.com/downloads/info11190-401162.html#comments</link>
			<description>So here's the deal with my AddOns loaded I don't get the extra action bar When Titan bar is installed i turn off titan bar and it works fine.  I load just Titan Bar and Bartender4 works just fine.  Any thoughts on this matter would be greatly apreciated.&lt;br /&gt;&lt;br /&gt;PS if there was some where easier to test the extra action bar than Scarlet Halls I would appreciated it.&lt;br /&gt;A little more specifics could help. What other addon you speak about, exactly? how the problem is exhibiting itself?&lt;br /&gt;&lt;br /&gt;Started all over and Adding and removing addons and now it works.</description>
			<author>Nadras</author>
			<category domain="http://www.wowinterface.com">Action Bar Mods</category>
			<guid>http://www.wowinterface.com/downloads/info11190-401162.html#comments</guid>
			
			<pubDate>Sun, 30 Dec 2012 22:35:11 +0000</pubDate>
		</item>		<item>
			<title><![CDATA[Re: Extra Action Bar - not showing (Bartender4)]]></title>
			<link>http://www.wowinterface.com/downloads/info11190-401146.html#comments</link>
			<description>So here's the deal with my AddOns loaded I don't get the extra action bar When Titan bar is installed i turn off titan bar and it works fine.  I load just Titan Bar and Bartender4 works just fine.  Any thoughts on this matter would be greatly apreciated.&lt;br /&gt;&lt;br /&gt;PS if there was some where easier to test the extra action bar than Scarlet Halls I would appreciated it.&lt;br /&gt;A little more specifics could help. What other addon you speak about, exactly? how the problem is exhibiting itself?</description>
			<author>AnrDaemon</author>
			<category domain="http://www.wowinterface.com">Action Bar Mods</category>
			<guid>http://www.wowinterface.com/downloads/info11190-401146.html#comments</guid>
			
			<pubDate>Sun, 30 Dec 2012 14:23:16 +0000</pubDate>
		</item>		<item>
			<title><![CDATA[Extra Action Bar - not showing (Bartender4)]]></title>
			<link>http://www.wowinterface.com/downloads/info11190-401119.html#comments</link>
			<description>So here's the deal with my AddOns loaded I don't get the extra action bar When Titan bar is installed i turn off titan bar and it works fine.  I load just Titan Bar and Bartender4 works just fine.  Any thoughts on this matter would be greatly apreciated.&lt;br /&gt;&lt;br /&gt;PS if there was some where easier to test the extra action bar than Scarlet Halls I would appreciated it.</description>
			<author>Nadras</author>
			<category domain="http://www.wowinterface.com">Action Bar Mods</category>
			<guid>http://www.wowinterface.com/downloads/info11190-401119.html#comments</guid>
			
			<pubDate>Sun, 30 Dec 2012 04:20:11 +0000</pubDate>
		</item>
	</channel>
</rss>