Enchant Seller 1800.1

  • Updated for WoW patch 1.8.
  • General improvements to utility code shared with other Fizzwidget addons (GFWUtils and GFWTable).

17 Responses to “Enchant Seller 1800.1”

  1. Thernen Says:

    For some reason I am not getting any prices. I am using all the required stuff.

  2. Kerrant Says:

    The mod works nicely for me, except it never put my +7 Agi to Gloves in the spam channel. I am stocked with the right mats, and the cost is set above my minimum price. I’ve even lowered the minimum price to 0 with no change in effect.

  3. KmKze Says:

    Well, for the prices not showing up i think it may be the Sort Enchant addon. I Disabled it and the prices showed up. Afther enabling the prices where still there.

  4. Magerious Says:

    +7 agi to Gloves is a misspelling on Blizzards part in the name of the enchant. They have left a space out after the dash in the name. It will require a fix on their part to get this to function properly.

  5. Jomanda Says:

    Surely Blizzard’s mistake could be patched in the enchantseller? Trim the name or something? Also I find it somehow lists all my impacts on 2H weapons by the size of their effect ( +3, +5 etc ) but puts Greater Impact by its name which is suboptimal if you ask me.

  6. Jomanda Says:

    I dove into the code and think I solved the issue with the +7 agility on gloves. in EnchantSeller.lua, in FES_Parse, on line 273, write:

    _, _, slot, _, special = string.find(name, “^Enchant (.+) %-( *)(.+)”);

    (note the extra _ between slot and special)

  7. Jomanda Says:

    The issue of the +7 damage string on two-handers I think I also solved. in EnchantSeller.lua, in FES_Parse, on line 314, write:

    _, _, bonus, stat, type = string.find(text, “to do +*(%d+).*(damage)(.*).”);

  8. Jomanda Says:

    Hmm, this form is eating some of the asterixes in my changes! Can you mail me, master Fizzwidget, then I’ll send the patch to you.

  9. Drugo Says:

    I downloaded the new version working fine at first but now its all messed up, its showing low enchants, wrong enchants in the wrong places,whats up with this thing?

  10. Mondoz Says:

    When I type /es whisper [name] it always tells me it can’t find any enchants. If the enchant window is closed, it tells me I need to open it, but even when it’s open, it won’t do anything.

  11. DWay Says:

    I only get the message: ‘pst for lesser enchants’. The window is open. I have 1.8.3. And Enchant Seller 1800.1.

  12. DWay Says:

    Got it. Have to translate the parsing part of EnchantSeller.lua to german.

  13. Drugo Says:

    ok, I got it to work again, but I had to delete my Addon folder game, got messed up, and i redown loaded this, and its meesed up again, adding low level enchants and what not

  14. Drugo Says:

    can somone please help me out here!

  15. gnarly Says:

    I am having similar issues to those reported by Mondox, Drugo.

    May be compatability issues with Enchant Sorter and/or Reagent Send.. it would be great if they could all play nice together.

  16. MrJ Says:

    Curious where I place these files for them to work….. (my first add-on)

    ….and does Blizz care that this is being used?

  17. Chip Welch Says:

    I have loaded EnchantSeller and it shows prices in the Enchant Window, but when I try to spam available enchants, it just says OFfering Enchants: and does not list anything afterwards. I tried adjusting the settings from the default and still get no spam.

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.