Then i read the whole trade.mining.free.xml file to find out what is wrong, and i think i found it.
In the file from version 3.0 you give a new unloadlist to give the miners more efficiency by unloading their wares, it used a execute_custom_trade code like below
Code: Select all
<execute_custom_trade buyer="$buyer" seller="this.ship" amount="$amount" ware="$currentware" result="$traderesult" />
Code: Select all
<execute_trade tradeoffer="$tradeoffer" tradepartner="this.ship" amount="$amount" result="$traderesult" />
Pls confirm this issue if it is really a bug or just point out where i thought wrong with this