FuBar_AmmoFu

This project is abandoned.

Whether this project is out of date or its author marked it as abandoned, this project is no longer maintained.

If you wish to take this project over, please report it and state your intentions.

Keeps track of you ammunition, be it with thrown weapons, with
bullets/arrows, or with soul shards.

German Translation: Chinkuwaila

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

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

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

You must login to post a comment. Don't have an account? Register to get one!

  • 4 comments
  • Avatar of sp00n sp00n Sat, 18 Apr 2009 13:06:08

    With 3.1 Thrown weapons seem to have no durability anymore?
    This is what breaks AmmoFu, as it is searching for the durability line in the tooltip and cannot find it.

    As a quickfix (not sure if that was intended at all), you can do the following:

    File:
    AmmoFu.lua

    Function:
    AmmoFu:OnTextUpdate()

    Section:
    if GetInventoryItemQuality("player", self.rangedSlotId) ~= nil and subtype == L["Thrown"] then

    Comment out line 104:
    Gratuity:SetInventoryItem("player", self.rangedSlotId)

    Comment out line 105:
    current, total = Gratuity:FindDeformat(DURABILITY_TEMPLATE, nil, nil, nil, true)

    Add below:
    current = 100
    total = 100

    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&105)

    Edit
    ~ wasn't displayed properly in the posting, have to write it twice in a row to show up.

  • Avatar of azmodanrom azmodanrom Thu, 16 Apr 2009 21:45:18

    patch 3.1 - if i have a thrown weapon equiped i get this error:

    ["message"] = "Interface
    AddOns
    FuBar_AmmoFu
    AmmoFu.lua:148: attempt to perform arithmetic on local 'current' (a nil value)",

  • Avatar of MHochegger MHochegger Sun, 26 Oct 2008 20:34:52

    Is working with 3.0.2

  • Avatar of Radoznali Radoznali Fri, 17 Oct 2008 11:09:26

    update?

  • 4 comments

Facts

Date created
30 Jul 2008
Categories
Last update
09 Nov 2008
Development stage
Abandoned
Language
  • enUS
License
All Rights Reserved
Recent files

Authors