• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

House rent problems tfs 04

Seksy

Member
Joined
May 20, 2012
Messages
387
Reaction score
23
Location
Tennessee
I have seen many ask this with either no answers or not so good answers. Either there is a willingness to ignore or some doubt on the answer so I pose this again.

Config
Code:
buyableAndSellableHouses = true
    houseNeedPremium = true
    bedsRequirePremium = true
    levelToBuyHouse = 1
    housesPerAccount = 1
    houseRentAsPrice = false
    housePriceAsRent = true
    housePriceEachSquare = 1000
    houseSkipInitialRent = true
    houseRentPeriod = "dailyr"
    houseCleanOld = 0
    guildHalls = false
    houseProtection = true
So this will calculate 1000 gp for each square in the house.
Now in the map.... there is no price set.
Problem: it shows rent but is no longer sending a warning if unpaid.
if set
houseRentAsPrice = false

housePriceAsRent = false

then it will use the price in the map (which is currently zero) but it will send a warning.
Why is this?

should the config not charge the houseprice as the daily rent? ex; 250k ?
 
Back
Top