The Gold Road Chapter – which includes the Scribing system – and Update 42 is now available to test on the PTS! You can read the latest patch notes here: https://forums.elderscrollsonline.com/en/discussion/656454/

Master Merchant Issues

WilliamofSomeRenown
Does anyone know why mm would show on my list of installed (and active) addons but not show in my addon settings menu? It actually appears to not be working at all. The only thing I notice different from base game is that it prevents me from buying and selling in guild stores now. I know the problem revolves around mm but I can't seem to fix it.
Uncertain about uncertainty in Belkarth
  • islander1
    islander1
    My issue is more not understanding how master merchant actually works.

    I can get Tamriel Trade Center to work, but don't really understand how to get MM to work properly.
  • mcdonnelldean
    mcdonnelldean
    Soul Shriven
    Are ye using it in Gamepad mode?

    It only activates properly after going to search in each of your guilds stores, that is where it gets the data from.

    If you are using Gamepad mode it won't work on it's own, you need an integration wrapper like this one. http://www.esoui.com/downloads/fileinfo.php?id=1616

    NB: I wrote the wrapper.
  • Cherryblossom
    Cherryblossom
    ✭✭✭✭✭
    islander1 wrote: »
    My issue is more not understanding how master merchant actually works.

    I can get Tamriel Trade Center to work, but don't really understand how to get MM to work properly.

    @islander1

    Blobski has done a good guide on how to use this Addon
    https://youtube.com/watch?v=Su6bdzUobdI&t=3s
  • Bragtag
    Bragtag
    Soul Shriven
    Hi, i'm having issue with MM since Morrowind. I tried to download it again several times, i also delete all the add ons that i'm not using.

    User: Addons/mastermerchant/mastermerchant_Guild.Iua:215operator is not supported for nil number

    Can you help me with that plez ?



  • Philgo68
    Philgo68
    ✭✭✭
    @Bragtag

    Add this code into the MasterMerchant_Guild.lua file at line 166 right before the line ( return o ) :

    if o.nineStart == nil then
    -- Default custom timeframe to Last 3 days if it's undefined
    MasterMerchant:ActiveSettings().customTimeframeType = GetString(MM_CUSTOM_TIMEFRAME_DAYS)
    MasterMerchant:ActiveSettings().customTimeframe = 3
    o.nineStart = GetTimeStamp() - MasterMerchant:ActiveSettings().customTimeframe * 86400 -- last x days
    o.nineEnd = GetTimeStamp() + 7 * 86400
    end

    This should fix you up, and will be in the next release of MM.

    -- Philgo
    Edited by Philgo68 on August 6, 2017 4:07AM
  • Bragtag
    Bragtag
    Soul Shriven
    Thanks a lot ! it work well !

    Have a good one !
Sign In or Register to comment.