sp-tarkov / server

University of Illinois/NCSA Open Source License
3 stars 3 forks source link

T-7 thermal goggles too cheap on flea market #487

Closed refringe closed 5 hours ago

refringe commented 5 hours ago

General information:

Project issue is for:
Server

Expected result:
T-7 thermal goggles https://db.sp-tarkov.com/search/5c110624d174af029e69734c should be very expensive on the flea, Jaeger sells it for 17 mil.

Actual result:
T-7 thermals are not in prices.json (probably no one finding and selling it on live) so the flea price defaults to the handbook price of around 480k.

We have a setting ragfairConfig.dynamic.useTraderPriceForOffersIfHigher (default true) which I thought should fix situations like this but I might be wrong. Hopefully that setting is still working.

Maybe we can use the new ragfairConfig.dyanmic.itemPriceMultiplier and give 5c110624d174af029e69734c a multiplier of 5 or 6.

How to reproduce:

  1. Go to flea market and search for T-7 thermal

Attachments


Originally written by Platinum

refringe commented 5 hours ago

Good idea: https://dev.sp-tarkov.com/SPT-AKI/Server/commit/2c12d7c2c48039f5393fba28ed43ed82db8a3643

needed a 38x multiplier to get it around the same price you can buy from Jaeger


Originally written by chomp

refringe commented 5 hours ago

Looks good, my maths was way off lol. Thanks Chomp


Originally written by Platinum