igroglaz / srvmgr

https://rom2.ru
8 stars 5 forks source link

Change prices in shops #127

Closed igroglaz closed 2 months ago

igroglaz commented 2 years ago

Add to server.cfg a multiplicator for shop prices.

Demo: price_mod = 10;

means that all items in the shops will be sold for 10x prices. For example, dagger costs 100 gold. With price_mod = 10 it will cost 1000 gold.

We do not need to change anything in the client; changes in the server will be enough. So the task is to charge player upon buying item 10x gold.

This task is crucial for a new season ;)

igroglaz commented 2 months ago

duplicates https://github.com/igroglaz/srvmgr/issues/72