Hello Folks, I have an issue when im trying to gather a node only one time. I dont mean using one hit, just mining the full node, and then continue my orderbot script. I tried the <gather Loops="1"> , which looks like an infinite gathering loop. So if you guys got tips on how to include a count option, or an "exit loop" possibility, please let me know it Thx a lot dudes ^^ Take care !
I'm not a huge fan of how i designed the gathertag,but it was done before coroutines were implemented so it can't be helped without rewriting it again. How gather tag loops work: Start loop count at -1 Check for any things we can mine if there are any mine them. Once there is nothing to mine goto the next hotspot if the next hotspot is the first hotspot then loops = loops + 1. So you may want to try loops="0" Like I said im not a fan of how this was designed.