Forum Replies Created
-
AuthorPosts
-
I really don’t see how this ‘should never happen’.
Bot gathers ephemeral nodes only and touches normal ones only. Normal nodes never despawn.
Just try my ephemeral scenario it works exactly like this.Are you understanding why the bot may get stuck given the code and environment described in the previous post?
Yep.
– On first cycle scenario will gather(1) and despawn one node in the cluster. Then gatherTouch() second node.
– On second cycle scenario will gather(1) and despawn second node in the cluster. Then gatherTouch() has nothing left to touch.Sorry i still dont understand why youre looking for a workaround for something that should never happen instead of trying to figure out what caused it. Theres probably a mistake in timing that made your bot to gather from a normal node when ephemeral wasnt active at all. The most logical thing to do is copy the message log into a text file and read it. Find the abnormal gather sequence which navigated to incorrect waypoint not connected to an ephemeral. If you dont figure out the real problem your workaround might break anyway.
You can show your scenario and log if you want and ill help you look for that problem.
Umm not really, if you gather(1) it will despawn it. And nodes are always randomized within each cluster.
There are usually three clusters with 4 nodes in each. Only 2 of 4 are spawned and those 2 will be different after relog. So if you put waypoints 1,2,3 above three clusters you have to make sure that all 12 nodes are linked to them. Like 4,5,6,7 for the first cluster then 8,9,10,11 for second and so on. Use 3d radar to link both spawned (green) and non-spawned (white).
Sorry if its the same as you asked i wasnt sure.
Gather preset contains rotation and grid both. Seems like you saved the same grid into each of your presets thats why it happens. So just select preset, select correct grid, click overwrite. Or simply swap functions in your scenario.
selectGatherPreset(wind crystal)
grid(abanian alumen)To repair use repair() or repairNpc().
Use gather by name for hidden mats: https://miqobot.com/forum/forums/topic/help-gathering/#gather-by-name
mandrake seeds shard
-
AuthorPosts