Download
(162Kb)
Download
Updated: 12-09-09 11:22 AM
Addon for:
FuBar 3.6.5.
Pictures
File Info
Updated:12-09-09 11:22 AM
Created:unknown
Downloads:41,327
Favorites:311
MD5:

FuBar - ReagentFu  Popular! (More than 5000 hits)

Version: 3.07
by: Ackis [More]

FuBar plugin to track spell reagents and rogue poisons, etc.

Post A Reply Comment Options
Unread 08-24-06, 12:06 PM  
Quokka
A Chromatic Dragonspawn
 
Quokka's Avatar
AddOn Author - Click to view AddOns

Forum posts: 196
File comments: 239
Uploads: 15
ReagentFu & AmmoFu

I love ReagentFu but it would be sweet if it allso would add Ammo.

So than I can track everything with only one addon.

Thx
Report comment to moderator  
Reply With Quote
Unread 07-01-06, 08:17 AM  
drathos
A Murloc Raider

Forum posts: 6
File comments: 38
Uploads: 2
OK.. Think that's got both issues fixed. Priest was hit by a copy-paste error, and the reagent filtering was having issues with table.getn not working properly (was returning 0 even if there was data).

Also, I had to change the way the flags for reagent filtering were being set (from true/false to 'y'/'n'). As a result, please remove the WTF\Account\<account name>\SavedVariables\FuBar_ReagentFu.lua file when updating.
Report comment to moderator  
Reply With Quote
Unread 07-01-06, 07:36 AM  
Sent
A Deviate Faerie Dragon
AddOn Author - Click to view AddOns

Forum posts: 14
File comments: 27
Uploads: 1
Re: Error

Originally posted by skoodat
new verson isnt saveing my settings my druid only has maple seeds so i turn off everything else so my bar isnt huge and when i relog in all regs are back on the bar

SkOO~
I get the same problem
Report comment to moderator  
Reply With Quote
Unread 07-01-06, 03:18 AM  
glanvir
A Kobold Labourer

Forum posts: 0
File comments: 8
Uploads: 0
Originally posted by Zidomo
Error message received at logon on the priest (during which FuBar did not load): "...FuBar_ReagentFu\ReagentFu.lua:222: attempt to index field 'self' (a nil value)"
The fix is simple, replace line 222

Code:
self.countValues[3] = { feather, 20, self.loc.self.loc.REAGENT_LIGHT_FEATHER, self.loc.REAGENT_LIGHT_FEATHER }
with

Code:
self.countValues[3] = { feather, 20, self.loc.REAGENT_LIGHT_FEATHER, self.loc.REAGENT_LIGHT_FEATHER }
Report comment to moderator  
Reply With Quote
Unread 07-01-06, 02:25 AM  
Zidomo
A Cliff Giant
 
Zidomo's Avatar

Forum posts: 76
File comments: 1046
Uploads: 0
Originally posted by drathos
Actually, the error message will help a lot, because *every* FuBar plugin that has had an error on load for me has prevented FuBar from displaying.

Please include the class that you're using this for as it may be a class specific issue, and I don't have characters of every class to test with (only 60 mage and rogue and 20s lock - as well as warrior and hunter, but they don't have reagents to track).

I get no errors at all with this version using the latest FuBar release.
Hasn't been the case here. For example, have had issues with (the SVN-only) Itemized Deductions (most recent build has been fixed, though). Several error messages on load that prevented the addon from working, but FuBar always showed up. Same thing with some revisions of MailFu. And so on. Guess it depends on the addon.

As to the character where this occurred, it was listed in my previous post: "...(on a 60 priest)." .

Error message received at logon on the priest (during which FuBar did not load): "...FuBar_ReagentFu\ReagentFu.lua:222: attempt to index field 'self' (a nil value)"
Report comment to moderator  
Reply With Quote
Unread 06-30-06, 07:48 PM  
drathos
A Murloc Raider

Forum posts: 6
File comments: 38
Uploads: 2
Originally posted by Zidomo
Major problem with 1.2.0 (in WoW 1.11.1). It gives an error at logon, but far more seriously, it completely prevents FuBar from loading (on a 60 priest). Meaning FuBar is gone from the screen. Disable this addon only and FuBar (and the scores of other FuBar addons I have) loads & works properly. Running Fubar version 1.2.2895 (most current as of this date).

No point in spending time copying the error message from my screenshot until this #*$^# is changed to allow FuBar to load. Never encountered such a problem with any other FuBar addon, ever.
Actually, the error message will help a lot, because *every* FuBar plugin that has had an error on load for me has prevented FuBar from displaying.

Please include the class that you're using this for as it may be a class specific issue, and I don't have characters of every class to test with (only 60 mage and rogue and 20s lock - as well as warrior and hunter, but they don't have reagents to track).

I get no errors at all with this version using the latest FuBar release.
Report comment to moderator  
Reply With Quote
Unread 06-30-06, 02:16 PM  
Zidomo
A Cliff Giant
 
Zidomo's Avatar

Forum posts: 76
File comments: 1046
Uploads: 0
Major problem with 1.2.0 (in WoW 1.11.1). It gives an error at logon, but far more seriously, it completely prevents FuBar from loading (on a 60 priest). Meaning FuBar is gone from the screen. Disable this addon only and FuBar (and the scores of other FuBar addons I have) loads & works properly. Running Fubar version 1.2.2895 (most current as of this date).

No point in spending time copying the error message from my screenshot until this #*$^# is changed to allow FuBar to load. Never encountered such a problem with any other FuBar addon, ever.
Last edited by Zidomo : 06-30-06 at 02:26 PM.
Report comment to moderator  
Reply With Quote
Unread 06-30-06, 11:36 AM  
SkOODaT
A Wyrmkin Dreamwalker
 
SkOODaT's Avatar
AddOn Author - Click to view AddOns

Forum posts: 57
File comments: 63
Uploads: 6
Error

new verson isnt saveing my settings my druid only has maple seeds so i turn off everything else so my bar isnt huge and when i relog in all regs are back on the bar

SkOO~
Report comment to moderator  
Reply With Quote
Unread 06-30-06, 06:45 AM  
drathos
A Murloc Raider

Forum posts: 6
File comments: 38
Uploads: 2
Finally got around to pushing out the update. Work and ISP issues have made this take a lot longer than I planned. Don't be shocked by the version number jump. I changed the numbering scheme to match that of FuBar itself.

Originally posted by Banzai5150
Is it possible to get this save per character? My Shaman has it up in his FuBar while my Rogue leaves ti as a MiniMap. As it stands, I have to switch em back and forth depending on char.
That's a FuBar profiling issue, not this plugin. cknight has said that he is waiting for Ace2 (which he is now part of the dev team for) before he fixes the profiling.
Report comment to moderator  
Reply With Quote
Unread 06-29-06, 06:55 PM  
Banzai5150
A Deviate Faerie Dragon
 
Banzai5150's Avatar

Forum posts: 14
File comments: 9
Uploads: 0
Is it possible to get this save per character? My Shaman has it up in his FuBar while my Rogue leaves ti as a MiniMap. As it stands, I have to switch em back and forth depending on char.
Report comment to moderator  
Reply With Quote
Unread 06-12-06, 12:40 PM  
drathos
A Murloc Raider

Forum posts: 6
File comments: 38
Uploads: 2
Re: Better icon in FuBar?

Originally posted by Xplosionist
Hey there. I was noticing recently that the icon displayed in FuBar for ReagentFu has a black background, rather than having a masked icon. At least for the ankh image used for me (a Shaman).
Could you update the icon to be masked, and therefore a little more pretty? AnkhTimerFu has a masked version of the same ankh icon, tho it's also not perfect.
Thanks...
I'm actually using WoWs internal icons for the reagents, not a custom set.
Report comment to moderator  
Reply With Quote
Unread 06-12-06, 07:46 AM  
Xplosionist
A Kobold Labourer

Forum posts: 0
File comments: 4
Uploads: 0
Better icon in FuBar?

Hey there. I was noticing recently that the icon displayed in FuBar for ReagentFu has a black background, rather than having a masked icon. At least for the ankh image used for me (a Shaman).
Could you update the icon to be masked, and therefore a little more pretty? AnkhTimerFu has a masked version of the same ankh icon, tho it's also not perfect.
Thanks...
Report comment to moderator  
Reply With Quote
Unread 06-05-06, 03:16 PM  
Zidomo
A Cliff Giant
 
Zidomo's Avatar

Forum posts: 76
File comments: 1046
Uploads: 0
Originally posted by drathos
I'm currently working on making the displayed reagents selectable. I'll take out the spell level check when I do that.
Great to hear.

For both priests & druids, the lower level Fort & Gift spells are needed when group buffing lower level characters. Thus the need to carry those reagents if you help lower level people (something that often happens regularly in guilds).

Hope to see the update soon .
Report comment to moderator  
Reply With Quote
Unread 06-04-06, 10:30 AM  
drathos
A Murloc Raider

Forum posts: 6
File comments: 38
Uploads: 2
Re: RFE

Originally posted by Xplosionist
Hey there. I looked at AnkhTimerFu, but sadly it doesn't track the Fish Scales and Fish Oil for my shaman. ReagentFu, however, doesn't track the cooldown time of my Ankh. Could that be added? I'd love to see a single plug-in that did effectively both of these...
This goes beyond the scope of what this plugin is designed to do. I may look at this in the future.
Report comment to moderator  
Reply With Quote
Unread 06-04-06, 10:25 AM  
drathos
A Murloc Raider

Forum posts: 6
File comments: 38
Uploads: 2
Originally posted by Zidomo
This fails to track (at least one) reagent. On my 60 priest, I carry around two types of reagents--Holy Candles & Sacred Candles--for the two levels of the Prayer of Fortitude spell. Holy is for the lower level one.

ReagentFu doesn't show Holy Candles in its list of what I'm carrying. Only Sacred Candles & Light Feathers (2 of the 3 reagents I'm actually carrying). Titan [BuffReagent] (which this is ported from) also had/has this identical problem, which I brought up on the comments section there.
The reason that this happens is that Titan [BuffReagent] (as well as my port) checks what level of Prayer of Fortitude you have and only displays the reagents for the highest level of the spell. The same thing is done for druids Gift of the Wild and Rebirth.

I'm currently working on making the displayed reagents selectable. I'll take out the spell level check when I do that.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump:

Support AddOn Development!

You have just downloaded by the author . If you like this AddOn why not consider supporting the author? This author has set up a donation account. Donations ensure that authors can continue to develop useful tools for everyone.