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,780
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 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
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 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 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 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 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 03-31-07, 11:59 AM  
Gohyst
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
This thing keeps telling me it is incompatible on the Addons Menu. Any ideas why?
Report comment to moderator  
Reply With Quote
Unread 02-04-07, 08:39 AM  
Kaeb
A Kobold Labourer

Forum posts: 0
File comments: 4
Uploads: 0
Thumbs up Re: Thrown Weapons not Showing up correctly

Originally posted by thegrayspirit
CK can we get an update to AmmoFu so that our Thrown Weapons show up as the actual Durability number rather than just 1? Its caused by WoW 2.0 and Thrown Weapons being repairable. Thanks!
My Thrown Weapon's duravility is now shown as ammo count!

Wunderbar!
Last edited by Kaeb : 02-04-07 at 11:03 AM.
Report comment to moderator  
Reply With Quote
Unread 01-18-07, 09:43 AM  
Regolith
A Murloc Raider

Forum posts: 7
File comments: 32
Uploads: 0
I'm getting a random "lib" error with AmmoFu similar to what I was getting with the other Fubar addons before the updates on the 15th.
Report comment to moderator  
Reply With Quote
Unread 12-18-06, 08:29 AM  
thegrayspirit
A Defias Bandit

Forum posts: 0
File comments: 1
Uploads: 0
Thrown Weapons not Showing up correctly

CK can we get an update to AmmoFu so that our Thrown Weapons show up as the actual Durability number rather than just 1? Its caused by WoW 2.0 and Thrown Weapons being repairable. Thanks!
Report comment to moderator  
Reply With Quote
Unread 12-12-06, 05:25 AM  
done
A Kobold Labourer

Forum posts: 0
File comments: 9
Uploads: 0
Originally posted by Dexter74
with German to be client no throw weapons indicated
I wonder if it is because throwing weapons have a durability now instead of number of pieces left...
Report comment to moderator  
Reply With Quote
Unread 12-07-06, 11:18 PM  
SledgeMakeGood
A Defias Bandit

Forum posts: 2
File comments: 3
Uploads: 0
I use an ammo switcher that equips cheap ammo for shots that don't account for weapon damage so I always have at least two types of ammo, it would be great to have an option to turn on and off tracking of each different type of ammo in your inventory. It wouldn't have to be a huge readout, just a pic of each ammo icon with a count next to it. At least, I did have an ammo switcher before this patch ; \. Hopefully it returns, it has saved me a substantial bit on my ammo budget.

Error message for the current version as of 12/7 says it's missing the Gratuity 2.0 library which borks the whole show.
Report comment to moderator  
Reply With Quote
Unread 12-07-06, 02:23 AM  
Carraig
A Kobold Labourer

Forum posts: 0
File comments: 2
Uploads: 0
AmmoFu

I have tried the New version of AmmoFu and have noticed that while it does track arrows, it doesn't actually keep track of Soul Shards.

Just figured I'd mention it.
Report comment to moderator  
Reply With Quote
Unread 11-24-06, 01:30 PM  
Hevanus
A Deviate Faerie Dragon
 
Hevanus's Avatar

Forum posts: 15
File comments: 199
Uploads: 0
display

Would be nice if it could display both a count and a percentage, as many other FuBar mods now do.

It might also be nice to have the tooltip show how many of which kinds of ammo are on-hand e.g.:

Ice Threaded Arrow 2076
Thorium Headed Arrow 114
Doomshot 97

And a super-fancy feature would be to let the user switch which type is active by clicking
Report comment to moderator  
Reply With Quote
Unread 09-11-06, 02:28 AM  
razoon
A Fallenroot Satyr

Forum posts: 21
File comments: 63
Uploads: 0
Why is it saying 0%? Its not clear what it is counting
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: