Download
(130Kb)
Download
Updated: 03-24-08 10:21 PM
Addon for:
FuBar 3.6.5.
Pictures
File Info
Updated:03-24-08 10:21 PM
Created:unknown
Downloads:74,782
Favorites:560
MD5:

FuBar - AmmoFu  Popular! (More than 5000 hits)

Version: r65603
by: ckknight [More]

Click here to lend your support!
Keeps track of you ammunition, be it with thrown weapons, with
bullets/arrows, or with soul shards.


TO INSTALL: Put the FuBar_AmmoFu folder into
\World of Warcraft\Interface\AddOns\

Features

  1. Keeps track of bullets/arrows
  2. Keeps track of thrown weapons
  3. Keeps track of soul shards
  4. Can show in percentage. (based on bag space of your ammo/soul bags)

If you find _any_ bugs, feel free to submit them at
http://jira.wowace.com/browse/FUB

If you want to request any features, feel free to submit your ideas at
http://jira.wowace.com/browse/FUB

Forums: http://www.wowace.com/forums/index.php?board=55.0

r65603
bumped toc for 2.4

r61389
updated to latest wowace version
Post A Reply Comment Options
Unread 06-19-07, 08:58 PM  
wakeboarder141
A Kobold Labourer

Forum posts: 1
File comments: 7
Uploads: 0
My ammofu shows 0 now that I am using Jagged Arrows. It works just fine with the lower level arrows. Is there a reason for this?

EDIT: I just needed to actually equip the arrows for them to show up.
Last edited by wakeboarder141 : 06-19-07 at 11:14 PM.
Report comment to moderator  
Reply With Quote
Unread 11-22-07, 03:36 AM  
Weblo
A Kobold Labourer
 
Weblo's Avatar

Forum posts: 0
File comments: 15
Uploads: 0
having problem with AmmoFu-r54450

Yep, the new AmmoFu (AmmoFu-r54450) for patch 2.3 doesn't work at all for me on any char. But I found that by using an older version I could keep track of bullet using chars. Try using AmmoFu-r26932. It doesn't work with thrown weapons though. And arrow users will have to post their results.

I'm sure when ckknight has the time this addon will be fixed.

Weblo
Report comment to moderator  
Reply With Quote
Unread 09-06-08, 07:22 AM  
Lynx0
A Flamescale Wyrmkin
 
Lynx0's Avatar

Forum posts: 132
File comments: 52
Uploads: 0
Hi

Ammofu was working perfectly for me, until I hit 62 and started using adamantite stinger arrows, now it just says i have 0 arrows....
Report comment to moderator  
Reply With Quote
Unread 04-17-09, 06:31 AM  
azmodanrom
A Kobold Labourer
 
azmodanrom's Avatar

Forum posts: 0
File comments: 38
Uploads: 0
getting an error with patch 3.1 when i have a thrown weapon equiped.

is the addon dead?
__________________

Remember Tukayyid!
Report comment to moderator  
Reply With Quote
Unread 04-17-09, 08:50 PM  
elaundar
A Kobold Labourer

Forum posts: 0
File comments: 24
Uploads: 0
Not sure if this addon is still being worked on, but there is a simple fix for the thrown weapon. Apparently thrown weapons no longer have durablity (or if they do, they don't report it to the client). I manually edited the Ammofu.lua and added the line in bold:

self:SetIcon("knife")
Gratuity:SetInventoryItem("player", self.rangedSlotId)
current, total = Gratuity:FindDeformat(DURABILITY_TEMPLATE, nil, nil, nil, true)
current, total = tonumber(current) or 1, tonumber(total) or 1
elseif GetInventoryItemQuality("player", self.ammoSlotId) ~= nil then
self:SetIcon("arrow")
current = GetInventoryItemCount("player", self.ammoSlotId)
Report comment to moderator  
Reply With Quote
Unread 07-11-09, 03:47 PM  
Cin
A Defias Bandit

Forum posts: 2
File comments: 22
Uploads: 0
Originally posted by elaundar
Not sure if this addon is still being worked on, but there is a simple fix for the thrown weapon. Apparently thrown weapons no longer have durablity (or if they do, they don't report it to the client). I manually edited the Ammofu.lua and added the line in bold:

self:SetIcon("knife")
Gratuity:SetInventoryItem("player", self.rangedSlotId)
current, total = Gratuity:FindDeformat(DURABILITY_TEMPLATE, nil, nil, nil, true)
current, total = tonumber(current) or 1, tonumber(total) or 1
elseif GetInventoryItemQuality("player", self.ammoSlotId) ~= nil then
self:SetIcon("arrow")
current = GetInventoryItemCount("player", self.ammoSlotId)
This fix works! Thank you, elaundar!!
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: