• World of Warcraft Addons
Advertisement
  • World of Warcraft
  • Average Rating:

  • Your Rating

  • Share
  • Report Abuse

Fizzwidget ReagentCost

Download the Curse Client

Project Updated:
Files Updated: --
Category: Professions
Tags:

, , , and [Edit Tags]

Project Manager: Gazmik
Current Version:
Downloads Today: 4
Downloads Total: 45,827
Favorites: 817
Comments: 105
  • About Fizzwidget ReagentCost
  •  

Fizzwidget Industries products are no longer hosted at Curse. Please check fizzwidget.com for the latest updates.

  • Downloads (0)
  •  
File Name Release Type Game Version Downloads Date
Addon Curse.com Beta 2.3.3 0 9/29/2008
Advertisement
  • Comments

Add Comment  

Add

You need to login or register to post.

Benefits of Registration

  • Interact with hundreds of thousands of other gamers on an open social network.
  • Post your stories, news, images, videos, and other content to share.
  • Create a network with your fellow gamers or join an existing one.
  • Gain reputation for everything you do.
  • nirran said 

    thnx for the fix,was annoying heh

  • nirran said 

    here is the error in game(taken with the auctioneer suite mod swatter)


    Date: 2007-06-06 07:23:09 ID: 51 Error occured in: Global Count: 1 Message: ..\AddOns\GFW_ReagentCost\ReagentCost.lua line 823:

     table index is nil 

    Debug:

     [C]: ? GFW_ReagentCost\ReagentCost.lua:823: FRC_ScanCraft() GFW_ReagentCost\ReagentCost.lua:274: FRC_OnEvent() [string "*:OnEvent"]:1: [string "*:OnEvent"]:1 [C]: CraftOnlyShowMakeable() ...terface\AddOns\Blizzard_CraftUI\Blizzard_CraftUI.lua:493: CraftFrameFilterDropDown_OnShow() [string "*:OnShow"]:1: [string "*:OnShow"]:1 [C]: Show() ..\FrameXML\UIParent.lua:1077: SetUIPanel() ..\FrameXML\UIParent.lua:937: ShowUIPanel() ...terface\AddOns\Blizzard_CraftUI\Blizzard_CraftUI.lua:27: CraftFrame_Show() ..\FrameXML\UIParent.lua:739: UIParent_OnEvent() [string "*:OnEvent"]:1: [string "*:OnEvent"]:1 [C]: CastSpellByName() FuBar_tcgTradeskills\Core.lua:432: FuBar_tcgTradeskills\Core.lua:432 

  • nirran said 

    this mod has an error when u open a tradeskill window after the last patch,i donno if it is a conflict or not,i use the latest auctioneer and will post the error if u like

  • Love the mod!

    This mod does work with both the BC and auctioneer 4.

    Alchemist will see a bug though~ both informant (auctioneer) and this mod's internal database have vials as 5x's the cost as they should be. I manually fixed it and it is working perfectly. I think the auctioneer people are working on improving that database - but for now it's incorrect and needs to be fixed by hand.

    From Informant: InfPrices.lua

    From ReagentCost: ReagentCost_VendorPrices.lua

  • this mod is broken with latest auctioneer.

    for instance, elixir of major agility:

    terocone - median buyout 1g29s x 1 felweed - median buyout 1g x 2

    however, this mod reports (with 57% confidence even though i have seen the mats many many times on AH) that the potion should cost 6g29s.

    don't use with auctioneer until they fix this mod

  • acapela said 

    edit: false alarm. looks like my auctioneer install did not complete successfully, and piece of it failed to load. rectified, and all is well.

    sorry about that.


    updated to auctioneer 4.0. looks like this has "broken" ReagentCost.

    FYI.

  • a little update. i edited the TOC file for Fizz and added:

      1. Dependencies: Auctioneer

    and it works now... so it is an issue with the addon loading before auctioneer

  • i'm still getting "insufficient data" even after adding that price source line to mine... it happens for all characters with a verity of crafts. i also get the "Fizzwidget Reagent Cost 2.0 not loaded; no supported auction-data-source addon available." message.

  • dem1an said 

    Thanks for the concatenate error fix. I wasn't seeing that error when I logged into WoW, but I was still showing insufficient data on all my enchants and seeing : "Fizzwidget Reagent Cost 2.0 not loaded; no supported auction-data-source addon available." I put Auctioneer on load always and it didn't help. Perhaps Auctioneer is getitng loaded after FRC? I don't know but I tricked it by putting

    FRC_PriceSource = "Auctioneer";

    in another line just prior to line 140. Seems to work for me.

  • Here's a fix for those "attempt to concatenate global 'version'" errors. Add the following line just prior to line 140:

    local version = GetAddOnMetadata("GFW_ReagentCost", "Version");