This script sorts NPC shops prices by profit.
< 腳本Subeta Sorting的回應
Need to add a fixvar content = document.body.textContent || document.body.innerText;var hasText = content.indexOf("There are no items stocked")!==-1;if (hasText) { goToNextShop();}
登入以回覆
Need to add a fix
var content = document.body.textContent || document.body.innerText;
var hasText = content.indexOf("There are no items stocked")!==-1;
if (hasText) {
goToNextShop();
}