poly
New member
I'd like to know if this is possible,
Within traders.xml there is this line:
<trader_info id="5" reset_interval="-1" override_buy_markup="1.0" override_sell_markup="1.0" allow_sell="false" rentable="true" rent_cost="2500" rent_time="30"/>
The options 'rent_cost' and 'rent_time' would suggest that these settings are changeable, but if I change rent_time from 30 days to any other value, for example 7 days, the change is only superficial.
The expiry date still assumes 30 days, and by skipping passed the amended 7 days date this confirms that nothing has changed - the vending machine is still rented by the player.
However, if I change the cost from 2500 to 500 for example, this works. I am only charged 500 dukes.
If the value for rented days anywhere else in the xml other than traders.xml?
Many Thanks
Within traders.xml there is this line:
<trader_info id="5" reset_interval="-1" override_buy_markup="1.0" override_sell_markup="1.0" allow_sell="false" rentable="true" rent_cost="2500" rent_time="30"/>
The options 'rent_cost' and 'rent_time' would suggest that these settings are changeable, but if I change rent_time from 30 days to any other value, for example 7 days, the change is only superficial.
The expiry date still assumes 30 days, and by skipping passed the amended 7 days date this confirms that nothing has changed - the vending machine is still rented by the player.
However, if I change the cost from 2500 to 500 for example, this works. I am only charged 500 dukes.
If the value for rented days anywhere else in the xml other than traders.xml?
Many Thanks