Comments about FuBar_AmmoFu http://www.wowace.com/addons/fubar_ammofu/ The latest comments about FuBar_AmmoFu en-us Sat, 18 Apr 2009 13:06:08 +0000 WowAce.com (http://www.wowace.com) Comment #4 http://www.wowace.com/addons/fubar_ammofu/?comment=4 <p>With 3.1 Thrown weapons seem to have no durability anymore?<br> This is what breaks AmmoFu, as it is searching for the durability line in the tooltip and cannot find it.</p> <p>As a quickfix (not sure if that was intended at all), you can do the following:</p> <p><strong>File</strong>:<br> AmmoFu.lua</p> <p><strong>Function</strong>:<br> AmmoFu:OnTextUpdate()</p> <p><strong>Section</strong>:<br> if GetInventoryItemQuality("player", self.rangedSlotId) ~= nil and subtype == L["Thrown"] then</p> <p><strong>Comment out line 104</strong>:<br> Gratuity:SetInventoryItem("player", self.rangedSlotId)</p> <p><strong>Comment out line 105</strong>:<br> current, total = Gratuity:FindDeformat(DURABILITY_TEMPLATE, nil, nil, nil, true)</p> <p><strong>Add below</strong>:<br> current = 100<br> total = 100</p> <p>Now AmmuFu always displays 100% durability for thrown weapons. If/when it gets changed again, be sure to undo the changes (comment out the added lines, uncomment 104&amp;105)</p> <p><em> Edit<br> ~ wasn't displayed properly in the posting, have to write it twice in a row to show up.</em></p> Sat, 18 Apr 2009 13:06:08 +0000 http://www.wowace.com/addons/fubar_ammofu/?comment=4 http://www.wowace.com/addons/fubar_ammofu/?comment=4 no-reply@curseforge.com (sp00n) Comment #3 http://www.wowace.com/addons/fubar_ammofu/?comment=3 <p>patch 3.1 - if i have a thrown weapon equiped i get this error:</p> <p>["message"] = "Interface<br>AddOns<br>FuBar_AmmoFu<br>AmmoFu.lua:148: attempt to perform arithmetic on local 'current' (a nil value)",</p> Thu, 16 Apr 2009 21:45:18 +0000 http://www.wowace.com/addons/fubar_ammofu/?comment=3 http://www.wowace.com/addons/fubar_ammofu/?comment=3 no-reply@curseforge.com (azmodanrom) Comment #2 http://www.wowace.com/addons/fubar_ammofu/?comment=2 <p>Is working with 3.0.2 </p> Sun, 26 Oct 2008 20:34:52 +0000 http://www.wowace.com/addons/fubar_ammofu/?comment=2 http://www.wowace.com/addons/fubar_ammofu/?comment=2 no-reply@curseforge.com (MHochegger) Comment #1 http://www.wowace.com/addons/fubar_ammofu/?comment=1 <p>update? </p> Fri, 17 Oct 2008 11:09:26 +0000 http://www.wowace.com/addons/fubar_ammofu/?comment=1 http://www.wowace.com/addons/fubar_ammofu/?comment=1 no-reply@curseforge.com (Radoznali)