feature request/suggestion.
I apologize in advance if this isn't the right forum for a feature request/suggestion.
When running in fully automatic mode, there seem to be two things that are the main problems that can be encountered.
The first one is pathing, and while I have no idea how to improve on the existing pathing, the feature I think would indirectly improve it would be an error counter. Just a simple incrementing variable to count how many times in a row a pathing error has occurred, and if it exceeds that limit, to quit trying and log out.
Another option might be to have the toon first try to get back to a "known good spot" if such a thing can be defined, and start over.
The second thing I have seen is when the inventory fills with many partial stacks of normal and WO reward utilities (abrasive emery, phoenix flux, plant mordant etc) so you don't have enough total, or enough in discrete stacks, but you also don't have room in your inventory for more. It seems that when this occurs, the toon starts running back and forth from the crafting station to the supply npc, forever.
It seems that this could be fixed with another error counter, counting those errors, with a couple of possible remedies once the error occurs sequentially enough times. The first would be to return to supply npc, and sell off ALL utilities. and then repurchase the amounts the script wants. And if after doing this, the script still cant free up enough space to keep working, it shuts down an dlogs the toon out.
Having a error handling tab with options along those lines would be very handy.
I don't know anything about lavishscript, so I apologize if the things I think will be simple are actually difficult and or complicated to implement. My own scripting experience begins and ends with some light shell scripting, so I hope its not bad form to suggestion these ideas with no idea how to implement them here.
Lastly, and this might also help with the partial stacks issue. A separate script, or function within this one that would take partial stacks of everything in one's inventory, and combine them into stacks if possible would be really cool