This project is abandoned and its default file will likely not work with the most recent version of World of Warcraft. Whether this project is out of date or its author has marked it as abandoned, this project is no longer maintained.
Keeps track of current money and all your characters on one realm.
Since patch 3.1, MoneyFu, as well as many other addons, are not available for update using WoWMatrix. Are you planning on hosting this addon somewhere other than Curse so that WoWMatrix can continue to grab the files?
After update for 3.1 the following error upon login
[2009/04/17 18:49:01-56-x1]: FuBar_MoneyFu-v1.2.1\MoneyFu.lua:335: attempt to perform arithmetic on field '?' (a nil value)
AceAddon-2.0-91096 (BigWigs):983: in function <...ce\AddOns\BigWigs\Libs\AceAddon-2.0\AceAddon-2.0.lua:976>
<in C code>: ?
AceEvent-2.0-91091 (BigWigs):260: in function `TriggerEvent'
AceEvent-2.0-91091 (BigWigs):910: in function <...ce\AddOns\BigWigs\Libs\AceEvent-2.0\AceEvent-2.0.lua:903>
It's been a while since I've looked at the pre-WotLK MoneyFu (obviously), but did it used to have character-specific cashflow listed with overall cashflow? Everytime I select the character-specific option in the right-click menu, the overall info disappears and I could have sworn character-specific didn't replace this info. If not, would it be possible to add this feature?
Otherwise, love the addon. Don't know what I'd do without it (and I've gotten glimpses when all my addons break after a big patch ;)).
Such a small little addon that is truly important to me. Thanks for your time on it. Question: How can I delete information on toons I have deleted? Over time, the window is getting cluttered and I would like to do a little surgery if need be.
Are you using something like FuBar2Broker? This error doesn't happen when using it with FuBar. If you are not using it as intended, you should not expect it to work as intended.
Thanks!
After update for 3.1 the following error upon login
[2009/04/17 18:49:01-56-x1]: FuBar_MoneyFu-v1.2.1\MoneyFu.lua:335: attempt to perform arithmetic on field '?' (a nil value) AceAddon-2.0-91096 (BigWigs):983: in function <...ce\AddOns\BigWigs\Libs\AceAddon-2.0\AceAddon-2.0.lua:976> <in C code>: ? AceEvent-2.0-91091 (BigWigs):260: in function `TriggerEvent' AceEvent-2.0-91091 (BigWigs):910: in function <...ce\AddOns\BigWigs\Libs\AceEvent-2.0\AceEvent-2.0.lua:903>
If you prefer a ticket I'll post it there instead
GOOD~
Doesn't work anymore.. Thanks.
Otherwise, love the addon. Don't know what I'd do without it (and I've gotten glimpses when all my addons break after a big patch ;)).
Such a small little addon that is truly important to me. Thanks for your time on it. Question: How can I delete information on toons I have deleted? Over time, the window is getting cluttered and I would like to do a little surgery if need be.
Thanks again!
Hazard - Moon Guard
if self.db.char.time[today] == nil then
self.db.char.time[today] = 0
end
if self.db.realm.time[today] == nil then
self.db.realm.time[today] = 0
end
no more errors
[2008/10/26 07:31:40-29-x1]: FuBar_MoneyFu-v1.2\MoneyFu.lua:335: attempt to perform arithmetic on field '?' (a nil value)