Comments about Loot Filter http://wow.curseforge.com/addons/loot-filter/ The latest comments about Loot Filter en-us Sun, 07 Dec 2008 11:39:37 +0000 CurseForge.com (http://www.curseforge.com) Comment #2 http://wow.curseforge.com/addons/loot-filter/?comment=2 <p><b>Lua edits to patch 3.* bugs</b></p><p><b>1 - LootFilter.xml</b><br>Find all occurences of UIDropDownMenu_SetWidth(xXx) where xXx is a number (you should find 3x occurences) and change to <b>UIDropDownMenu_SetWidth(this, xXx)</b> where xXx is the same number of course.</p><p><b>2 - ui.lua</b><br>Find all occurences of UIDropDownMenu_SetText(xXx,yYy) (you should also find 3x occurences) and invert the order of xXx,yYy so it should now looks like <b>UIDropDownMenu_SetText(yYy,xXx)</b> where yYy must be a frame name and xXx a value.</p><p>This is all what I see for now for LootFilter to work as previously without popping errors, a few API functions slightly changed but that's just argument matters.</p><p></p> Sun, 07 Dec 2008 11:39:37 +0000 http://wow.curseforge.com/addons/loot-filter/?comment=2 http://wow.curseforge.com/addons/loot-filter/?comment=2 no-reply@curseforge.com (merah) Comment #1 http://wow.curseforge.com/addons/loot-filter/?comment=1 <p>Hands off sell function has a bug, </p> Fri, 11 Jul 2008 19:18:04 +0000 http://wow.curseforge.com/addons/loot-filter/?comment=1 http://wow.curseforge.com/addons/loot-filter/?comment=1 no-reply@curseforge.com (xpsm1710)