EpochModTeam/Epoch

Question: How To adjust trader pricelist

hbeni opened this issue · 3 comments

hbeni commented

Hello,
is there a way to configure the baseline price level of all traders?
I want to make the traders more expensive right from the start (i know the tax config option, but this is not what i need).

Especially the black market traders, I want to make them more expensive right from the start.

You can adjust an overall tax for the trader price here:

taxRate = 0.1; // controls the price increase for purchases

And you can set the multi for the black market prices here:

BlackMarketPurchaseMulti = 5; // Multi on purchase on top of the default price

Or you can also define your own black market prices here:

Blackmarket_SpecialPrices[] = { // Do not use the default Multis, but this special prices for listed items

hbeni commented

Thank you for your answer.
If I understand right, I need to bundle a new epoch mod pack for clients and server if i change this, correct?

or can i overwrite the black market multipliers in the overall config where the tax variable is also set?

You have to unpbo your mission file, make your changes in the files and repack it.
For more Infos, you will get faster responce in our Discord, I think…
https://discord.gg/0k4ynDDCsnMzkxk7