This script sorts NPC shops prices by profit.
< Opiniones de 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();}
Inicia sesión para responder.
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();
}