0 of 0

File information

Last updated

Original upload

Created by

Partoutatix and 01DarkLord04

Uploaded by

Partoutatix

Virus scan

Safe to use

89 comments

  1. dbs156
    dbs156
    • premium
    • 71 kudos
    I would love to use this but it is causing unresolved conflicts in the script merger and I am just not familiar enough with the tool to do manual merging. I've burnt myself out with making mods and I don't have it in me to learn another modding tool.
    1. Partoutatix
      Partoutatix
      • member
      • 228 kudos
      And what mod is it conflicting with?
    2. dbs156
      dbs156
      • premium
      • 71 kudos
      Fair Trading Prices. Changes selling price to merchants.
  2. alian2plus
    alian2plus
    • member
    • 25 kudos
    Can you please make it compatible with the VladUI mod?
  3. 01DarkLord04
    01DarkLord04
    • member
    • 25 kudos
    FYI, fixed version from the pinned comment was uploaded in the main files long time ago (I'm wriing this, 'cause got a DM asking me to re-upload the GDrive file) and I can't edit the sticky post
    1. Partoutatix
      Partoutatix
      • member
      • 228 kudos
      Thanks. You should be able to stick/unstick posts now.
  4. Arthyom99
    Arthyom99
    • member
    • 0 kudos
    Is it compatible with Lore Friendly Economy - Next Gen?
    1. ElementaryLewis
      ElementaryLewis
      • premium
      • 689 kudos
      Both are "Economy" mods. So no, they aren't compatible each other.
  5. Partoutatix
    Partoutatix
    • member
    • 228 kudos
    If you are seeing vanilla prices displayed in an alchemist/herbalist shop's alchemy crafting menu it's because you're using FriendlyHUD. That shop alchemy menu doesn't exist in vanilla. It's something made by/added by FriendlyHUD and so it uses the vanilla price-getting functions rather than this mod's. The glitch is only visual, if you actually quickbuy those items the amount of money paid is the correct cheaper/modded one anyway.

    If you want to fix that visual glitch you can edit \modFriendlyHUD\content\scripts\game\gui\menus\alchemyMenu.ws, line 375 where it reads:
    vendorPrice = m_npcInventory.GetItemPriceModified( vendorItemId, false );

    and replace it with:

    vendorPrice = (theGame.GetDefinitionsManager()).GetItemPrice(m_npcInventory.GetItemName(vendorItemId));


    1. Vladimirovichin
      Vladimirovichin
      • supporter
      • 0 kudos
      Hi Partoutatix, I want to mention that the fix works, however it does not take into account the price mark-ups of merchants. Using Friendly HUD you can see the original price of items, and the added percantage (dog tallow = 30 crowns [100%=25]). The fix makes it so instead of the 30 crowns the alchemy menu shows you the 100% value that is still vanilla. I hope it made sense. Is there a way to show the real value with the price change as well? Or better yet, just disable the alchemy menu buying feature. I haven't been able to get rid of it.
    2. Ka1am33t
      Ka1am33t
      • member
      • 2 kudos
      Thank you!!!
  6. Neferata13
    Neferata13
    • supporter
    • 6 kudos
    Hi

    Sorry about this, I must be having a thick day.....but I can't figure out what this mod does.....
    When I sell items, will I be getting more gold or less?

    Thanks, and sorry about the silly question.
    1. Partoutatix
      Partoutatix
      • member
      • 228 kudos
      You pay less when you buy items.
    2. vaibhavpal27
      vaibhavpal27
      • member
      • 1 kudos
      There's a problem. For some items, the selling price is more than the buying price. So if you keep on buying and selling the same thing, you got infinite cash.
    3. Partoutatix
      Partoutatix
      • member
      • 228 kudos
      What items?
  7. 01DarkLord04
    01DarkLord04
    • member
    • 25 kudos
    Fixed version for 4.03 - 4.04, so now you can see price when buying several items, more details in the bug report
    Fixed version have been uploaded
  8. DesmondL99
    DesmondL99
    • member
    • 0 kudos
    Is this compatible with version 4.04?
    1. ElementaryLewis
      ElementaryLewis
      • premium
      • 689 kudos
      The 4.04 patch mostly affect scripted mod, using for example "playerwitcher.ws" or "playerinput.ws".
      If none of the updated script are used by the mod, then it's automatically "Next Gen 4.04 Compatible".
    2. DesmondL99
      DesmondL99
      • member
      • 0 kudos
      Thanks. You're a legend. :-)
  9. Vladimirovichin
    Vladimirovichin
    • supporter
    • 0 kudos
    With this mod installed, you can no longer see the price if items when you buy them in bulk. The pop-up window only shows the number of items, not the overall price.
    1. Partoutatix
      Partoutatix
      • member
      • 228 kudos
      You're sure that happens when you only have this mod installed, no other mods installed?
    2. Vladimirovichin
      Vladimirovichin
      • supporter
      • 0 kudos
      yes. removed everything except this
  10. Rubenopal29
    Rubenopal29
    • member
    • 0 kudos
    Very good mod , however the remove upgrades  price  is not affected which is so ridiculously expensive and illogical



    1. Partoutatix
      Partoutatix
      • member
      • 228 kudos
      Maybe see if Deleveled Gear Prices work for that.