Tehnomaag
Refugee
Back in a18 we used a serverside xlm override modlet by JaxTeller which basically just increased the trader refresh to 7 days (from default 3'ish) and vending machines restoking to be every 3 days (from default about 1 days). I digged that modlet up, just changed the "version" line to be a19 and a19.1 b8 and tried if that works. It turns out it does not as after we found the trader he had a refresh on d29 and is saying that his new refresh will be d31, i.e., the trader refresh cycle is still 3 days it seems.
Now, in a19 obviously some things changed with traders, they kinda got specializations and there is the new medic-trader. So the modlet is not working. Any advice how to fix it? Or does such a server-side modlet already exists for a19 and I have just not yet spotted it?
I have added the current slightly edited a18 modlet, which is not working for us, to this message as an attachment.
What the modlet did, basically was:
<JaxTeller718>
<set xpath="/traders/trader_info[@id='1']/@min_inventory">30</set>
<set xpath="/traders/trader_info[@id='1']/@max_inventory">60</set>
<set xpath="/traders/trader_info[@id='1']/@min_items_swapped">20</set>
<set xpath="/traders/trader_info[@id='1']/@max_items_swapped">20</set>
<set xpath="/traders/trader_info[@id='1']/@reset_interval">7</set>
<set xpath="/traders/trader_info[@id='4']/@reset_interval">3</set>
<set xpath="/traders/trader_info[@id='4']/@min_inventory">4</set>
<set xpath="/traders/trader_info[@id='4']/@max_inventory">10</set>
<set xpath="/traders/trader_info[@id='4']/@min_items_swapped">4</set>
<set xpath="/traders/trader_info[@id='4']/@max_items_swapped">10</set>
</JaxTeller718>
View attachment JaxTeller718_TraderBalances.zip
Now, in a19 obviously some things changed with traders, they kinda got specializations and there is the new medic-trader. So the modlet is not working. Any advice how to fix it? Or does such a server-side modlet already exists for a19 and I have just not yet spotted it?
I have added the current slightly edited a18 modlet, which is not working for us, to this message as an attachment.
What the modlet did, basically was:
<JaxTeller718>
<set xpath="/traders/trader_info[@id='1']/@min_inventory">30</set>
<set xpath="/traders/trader_info[@id='1']/@max_inventory">60</set>
<set xpath="/traders/trader_info[@id='1']/@min_items_swapped">20</set>
<set xpath="/traders/trader_info[@id='1']/@max_items_swapped">20</set>
<set xpath="/traders/trader_info[@id='1']/@reset_interval">7</set>
<set xpath="/traders/trader_info[@id='4']/@reset_interval">3</set>
<set xpath="/traders/trader_info[@id='4']/@min_inventory">4</set>
<set xpath="/traders/trader_info[@id='4']/@max_inventory">10</set>
<set xpath="/traders/trader_info[@id='4']/@min_items_swapped">4</set>
<set xpath="/traders/trader_info[@id='4']/@max_items_swapped">10</set>
</JaxTeller718>
View attachment JaxTeller718_TraderBalances.zip
Last edited by a moderator: