This script sorts NPC shops prices by profit.
< Commentaires sur 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();}
Connectez-vous pour poster une réponse.
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();
}