yes, i use ["all"] for logging.Quote:
That's definitely weird. I'll take a look at the code.
You used ["all"] for logging?
another question:
why are you using "Town.goToTown(4);" at the end of KurastChests.js?
anndddddd ;)
i changed my Pindleskin.js to:
Code:
if (!Pather.usePortal(121)) {
if (Config.Pindleskin.TakeWP) {
print("Failed to use portal.");
if (!Pather.useWaypoint(123)) {
throw new Error("ÿc1Failed to take waypoint.");
}
Precast.doPrecast(true);
if (!Pather.moveToExit([122, 121], true)) {
throw new Error("Failed to move to Pindleskin");
}
} else {
throw new Error("Failed to use portal.");
}
} else {
Precast.doPrecast(true);
}
Don´t know if you want to add this to your files. :)