With only Auctioneer and ReagentCost loaded, I get error same as Brad Morgan when I open enchanting window. When I put in his suggested changes, I don’t get the error but I get “Unknown [Insufficent Data] for all enchants.
Getting errors when attempting to use with Advanced Trade Skill Window. If you need specifics, just shoot me an email and I’ll respond with a copy of the error.
Thanks for the continued work on this mod, been using your mods for years now!
KC and AuctionMatrix/Sync/whatever have both gone the way of the dodo, any chance there’s an up-to-date “light” version of Auctioneer that you could begin supporting in ReagentCost?
At this point the only thing keeping me from ditching Auctioneer is the quality/usefulness of RC.
I’m having similar problems to the above. I found that replacing line 54 and line 820 with:
local n, _, enchantLink = string.find(itemLink, “(enchant:%d+)”);
if(not n) then
_, _, enchantLink = string.find(itemLink, “(item:%d+)”);
end
seems to cure the error messages, and still allows for reagent costs to be indicated for both enchants and enchanting craft items.
Hey little golblin dude. I’m having the same error as described above byt Brad Morgan and Steve when i open my enchants window. I’m not confident to change the code as Brian suggests.. so this is a bit of a me too post (sorry). Awsome addon though 🙂
kk, great used one from wowinterface and no errors, but doesn’t work with new KCItems 🙁
To leave feedback on a Fizzwidget Industries product, visit us on Github. There you can report bugs, contribute enhancements, or just live on the bleeding edge.
May 23rd, 2007 at 4:45 am
Reagent Cost 2.1 is still showing up as being out of date.
May 25th, 2007 at 12:03 pm
I’m getting an error when opening the Enchanting frame.
..AddOnsGFW_ReagentCostReagentCost.lua line 823: table index is nil
I believe the fix is to insert the following before line 821:
Regards,
Brad
May 26th, 2007 at 6:52 pm
Seems this didn’t get updated completely/correctly as WoW says it’s ‘out of date’.
May 28th, 2007 at 6:28 pm
Seem to be break with advanced trade skill windows… for enchanting… can you have a look please. thanks in advance
June 2nd, 2007 at 8:00 am
With only Auctioneer and ReagentCost loaded, I get error same as Brad Morgan when I open enchanting window. When I put in his suggested changes, I don’t get the error but I get “Unknown [Insufficent Data] for all enchants.
June 3rd, 2007 at 5:52 am
i get Unknown [Insufficent Data] with kci installed. rc says ti can’t find kci and i know its there. this happens with kci2 also
June 10th, 2007 at 9:26 am
Getting errors when attempting to use with Advanced Trade Skill Window. If you need specifics, just shoot me an email and I’ll respond with a copy of the error.
Thanks for the continued work on this mod, been using your mods for years now!
June 10th, 2007 at 2:44 pm
KC and AuctionMatrix/Sync/whatever have both gone the way of the dodo, any chance there’s an up-to-date “light” version of Auctioneer that you could begin supporting in ReagentCost?
At this point the only thing keeping me from ditching Auctioneer is the quality/usefulness of RC.
June 11th, 2007 at 3:57 pm
I’m having similar problems to the above. I found that replacing line 54 and line 820 with: local n, _, enchantLink = string.find(itemLink, “(enchant:%d+)”); if(not n) then _, _, enchantLink = string.find(itemLink, “(item:%d+)”); end seems to cure the error messages, and still allows for reagent costs to be indicated for both enchants and enchanting craft items.
June 14th, 2007 at 3:19 am
Date: 2007-06-14 06:06:28 ID: 53 Error occured in: Global Count: 1 Message: ..AddOnsGFW_ReagentCostReagentCost.lua line 823: table index is nil
June 14th, 2007 at 12:41 pm
Nice work Brian,
You fix lets me use ReagentCost perfectly again. Thanks for the fix!
June 18th, 2007 at 6:44 am
Brian’s fix worked for me. Thanks Brian!
June 18th, 2007 at 6:09 pm
im sorry.. how do i find out which line is number 54 or 820?
June 21st, 2007 at 11:05 pm
Hey little golblin dude. I’m having the same error as described above byt Brad Morgan and Steve when i open my enchants window. I’m not confident to change the code as Brian suggests.. so this is a bit of a me too post (sorry). Awsome addon though 🙂
June 22nd, 2007 at 2:42 am
can someone please tell me how i find out what lines are line 54 and line 820? notepad doesnt tell me. ty
June 27th, 2007 at 2:58 pm
Using ATSW for smelting, I noticed that anytime I smelted an item, the estimate and confidence on reagent price would vary slightly.
Seeing as the reagent amount isn’t changing and the Auctioneer data isn’t changing, shouldn’t this amount stay the same as well?
July 3rd, 2007 at 11:31 am
I used the directions on this page by the poster blank stare. No errors.
http://www.wowinterface.com/downloads/info4109-FizzwidgetReagentCost.html
July 15th, 2007 at 10:42 am
kk, great used one from wowinterface and no errors, but doesn’t work with new KCItems 🙁