Need the ability to override a database cache value #67


  • New
  • Enhancment
Open
Assigned to _ForgeUser280725
  • _ForgeUser613843 created this issue Jan 9, 2011

    Submitted Via

    Curse Client 4.0.1.104, Microsoft Windows NT 6.1.7600.0

    Installed Version

    110release

    Description

    A vendor item(crystal vial) was posted in the AH for 2000G. The workshop appears to have cached that value and will not change it back to the minimal vendor per item cost. It would be great to have a way to override the database and lock in a price for these items that can be purchased from a vendor instead of a gold scammer on the AH.

    Installed Addons

    Addon Control Panel - 3.3.13 Archy - Archaeology Assistant - 1.6.3 Atlasloot Enhanced - v6.01.02 Auctionator - Version 2.8.7 Deadly Boss Mods - Deadly Boss Mods 4.70-r4833 GearScore / PlayerScore - GearScore 4.1.03 HealBot Continued - 4.0.3.8 LibQTip-1.0 - r150-release LibQTipClick-1.1 - r10 LilSparky's Workshop - 110release MapCoords - 0.8 Recount - v4.0.1e release XBar - v4.05

  • _ForgeUser613843 added the tags New Enhancment Jan 9, 2011
  • _ForgeUser280725 posted a comment Jan 9, 2011

    do you have libperiodictable loaded?  lsw will use it (or informant) to determine which items are vendor items.  occasionally, tho, that database is incorrect (like for vendor items that are special turn-ins) so i actually do have an over-ride function that is currently accessible via a script command.  check the description page, towards the bottom.

    /script LSWConfig.vendorOverride[itemID] = true/false/nil

    itemID is a single number value for the item in question
    true = the item definitely comes from a vendor
    false = the item definitely does not come from a vendor
    nil = use libpt/informant's info

    i'm debating adding a vendor scanner (it's pretty simple code) so the reliance on 3rd party data isn't an issue.

    edit: duh, you posted your addon list.  so yeah, you don't have any addon providing a list of which items are vendor items.  i should just go ahead and implement my vendor scanner.


    Edited Jan 9, 2011

To post a comment, please login or register a new account.