• 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!

Rent of houses. Tfs 0.2.3 HELP!

BugaS

Donżuan
Joined
Mar 12, 2009
Messages
1,219
Reaction score
9
Location
NYC
Hello!


I've got a question and problem with that.

How can I change cost of rent ?

'Cause on my ots 1 sqm of house is 200k. The ppl must pay for rent the same price what they bought a house.

I know in the map editor. But for example i made there 5k rent and it isn't 5k, a lot of more.


Help me!:blink:
 
Config:
-- Houses
buyableAndSellableHouses = "yes"
houseNeedPremium = "yes"
bedsRequirePremium = "yes"
levelToBuyHouse = 50
housesPerAccount = 1
houseRentAsPrice = "no"
housePriceAsRent = "no"
housePriceEachSquare = 1000
houseRentPeriod = "weekly"
__________________________________________
and in
C:\SERVER\data\world\MAPNAME-house.xml

<house name="OTServ headquarter (Flat 1, Area 42)" houseid="20" entryx="162" entryy="404" entryz="7" rent="9999999" townid="0" size="20"/>
 
Back
Top