otland/forgottenserver

[Suggestion] Add housePriceAsRent config

Open

#4,081 opened on Apr 17, 2022

View on GitHub
 (2 comments) (0 reactions) (0 assignees)C++ (1,145 forks)auto 404
featuregood first issue

Repository metrics

Stars
 (1,813 stars)
PR merge metrics
 (PR metrics pending)

Description

Explanation of what you want to do that is currently impossible

Most, if not all the maps we download, doesn't have house rent set. Old 0.4 tfs had a handy config.lua setting called housePriceAsRent to be used in this case, because its not funny to calculate and add rent price to each house manually in RME...

Desired functionality

Being able to set house rent price as house price by using a Boolean config.

Available workarounds

none

Prior art

https://github.com/Fir3element/3777/search?q=HOUSE_PRICEASRENT

Contributor guide