已发布修复MOD
12.8 R5 [Niao-InsuranceFix] 保险修复
// packages/eft-insurance/src/controller.js // sendInsuredItems中 let time = common_f.time.getTimestamp() + common_f.random.getInt(trader.insurance.min_return_hour * 3600, trader.insurance.max_return_hour * 3600) * 1000; // 改为 let time = common_f.time.getTimestamp() + common_f.random.getInt(trader.insurance.min_return_hour * 3600, trader.insurance.max_return_hour * 3600); // 或者你想尽快找回可以改成 let time = common_f.time.getTimestamp() + common_f.random.getInt(60, 600); // processReturn中 insurance.splice(1, i); //改为 insurance.splice(i); // 在途保险修复 // 找到你的存档,将保险相关记录scheduledTime改为0
太感谢了,一直在找这个的修改方法
牛逼啊喂
非常感谢
很有效!感谢大佬
谢谢