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.
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
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 );
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.
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?
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.
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".
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.
89 comments
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));
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.
Fixed version for 4.03 - 4.04, so now you can see price when buying several items, more details in the bug reportFixed version have been uploaded
If none of the updated script are used by the mod, then it's automatically "Next Gen 4.04 Compatible".