The Forge is currently under heavy construction. Expect nothing to work. Data is reset every hour.

Mod Details

Live Flea Prices

Live Flea Prices 1.3.1

Created by DrakiaXYZ

117.7K Downloads

SPT 3.9.8 Compatible

Keep your flea prices up to date with data processed from Tarkov.dev

A very simple mod that pulls live flea data from a GitHub mirror of processed Tarkov.dev flea data, this mirror is updated once an hour. The mod will re-download the flea data every hour while your server is active, or if it's been over an hour since the last update when you launch your server.

The flea prices are processed using approximately the same method as SPT utilizes for flea prices, just updated every hour.

Installation

1) Open the downloaded zip file in 7-zip

2) Select the folder in the zip file in 7-zip

3) Drag the selected folder from 7-zip into your SPT folder

Demonstration Video:

wMIskD3.gif

Configuration

Configuration is handled via the config/config.json and config/blacklist.json files

config/config.json:

- maxIncreaseMult - This is used to provide a multiplier above SPTs base flea price that an item is allowed to go (Default: 10, meaning prices are capped at 10x the base SPT flea price)

- pvePrices - Whether to enable PvE prices instead of PvP prices (Default: false)

- nextUpdate - This can be ignored and is just used for keeping track of when the plugin should next pull an updated price file

config/blacklist.json:

The blacklist.json file is just an array of item IDs to exclude from Live Flea Prices. You can find item IDs using https://db.sp-tarkov.com/

If you enjoy my work, you can feed my caffeine addiction

Version 1.3.1

20.8K Downloads

Created Sep 10th, 2024 Updated 17 hours ago

The mod folder name has been changed, DELETE ANY PREVIOUS DrakiaXYZ-LiveFleaPrices folder from user/mods/ prior to installing 1.3.1 or later

  • Rename mod directory to zzDrakiaXYZ-LiveFleaPrices to make sure we load after custom traders
Version 1.3.0

720 Downloads

Created Sep 10th, 2024 Updated Jan 5th, 6:08 PM
  • Allow switching to PvE prices by setting pvePrices to true in config.json
  • Make sure flea prices are never below vendor prices if useTraderPriceForOffersIfHigher is enabled in SPT settings
    • Resolves the inability to sell keycards at the average price shown in the flea UI
  • Switch to using 24-hour average from Tarkov.dev instead of trying to build from historic prices, as the historic prices API has been unstable recently
  • Price update schedule has been lowered to every 6 hours, as we're using the less precise 24-hour average
Version 1.2.0

30.1K Downloads

Created Jul 6th, 2024 Updated 18 hours ago
  • Update for 3.9.0
  • Add blacklist support, thanks @Rsslone !
Version 1.1.1

31.8K Downloads

Created Apr 18th, 2024 Updated Jan 1st, 7:43 PM
  • Properly refresh the ragfair price service cache on price update
  • Better handling of original prices for overprice checks
Version 1.1.0

8.5K Downloads

Created Apr 1st, 2024 Updated 20 hours ago
  • Update for 3.8.0
Version 1.0.1

17.0K Downloads

Created Dec 27th, 6:12 PM Updated 21 hours ago
  • Make sure we don't set the price of non-existing items
  • Allow capping item prices, for when live flea goes crazy. Default to 10x base flea price

New setting in config/config.json, "maxIncreaseMult". This is the maximum multiplier that can be applied to the base flea price of an item. Default: 10

For example, if the backend has calculated live has a flea price of 500,000 for an item with a base SPT flea price of 10,000, the new price will be capped at 100,000 by default.

Version 1.0.0

8.8K Downloads

Created Oct 27th, 2023 Updated Jan 9th, 1:00 AM

Not quite yet...