Subeta Sorting

This script sorts NPC shops prices by profit.

< Opiniones de Subeta Sorting

Puntuación: Pasable; el script funciona, pero tiene carencias importantes

§
Publicado: 02/07/2017

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();
}

Publicar respuesta

Inicia sesión para responder.