ESVA WIKI
13.4 · Reference

NPC prices

What the NPC floor is, what it is for, and where to read the live value inside the game.

reviewed 8 August 2026

What it is

The NPC price is the floor: the fixed value the NPC pays for a sellable item, always available. It exists to give the Market a floor — no item has to be sold below it. The live value is in the game.

How I do it

The floor is read at the NPC and the whole table in the Register.

  1. Read the floor at the NPCthe NPC pays a fixed value per sellable item; that value is the floor.in gameMarket → NPC
  2. Compare with the player offerthe floor is the guaranteed minimum; above it there is only the Market.in gameMarket
  3. Check the full tablethe list of floors by item sits in the Register.in gamePost → Register
In development

What is missing: prices do not appear on this page.

What already holds: what holds is what the floor is and where to read the live value: Market → NPC and Post → Register.

What I get — and what it costs

What I get
NPC floora fixed value the NPC pays for a sellable item, always available.selling to the NPC ends the item: there is no buy-back.
What it costs
A floor is a floorthe NPC does not pay above the floor; above it there is only player-to-player offer in the Market.Bound does not sellan item with a binding seal goes neither to the NPC nor to the Market.Money goes in, money does not come outCrédito is an internal game unit: money goes into the game, money does not come out.No number herethis page publishes no price; the screen table prevails.

Read also