Subeta Sorting

This script sorts NPC shops prices by profit.

< Feedback on Subeta Sorting

Review: OK - script works, but has bugs

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

Post reply

Sign in to post a reply.