Robbit stops following you once it picks up a drop
EzerArch opened this issue ยท 1 comments
How to reproduce it:
- Get yourself a robbit and set following true and pickup true.
- Walk away bit, it will follow you. Now drop an item (e.g. pickaxe)
- The robbit will move to pick it up (pickaxe is in there).
- Walk away. Robbit will not follow you even though the following is true. (If you drop another item nearby, it will move slowly towards the item and pick it up).
- I went back and disabled pickup. It follows me.
- I re-enabled pickup. It moves/teleports back to where it had picked up the drop.
So, I have these issues:
- The following+pickup mode only woks if the robbit hasn't picked up any drop. Once it picks up an item I have to disable the pickup if I want it to follow me.
- The main problem: the pickup mode is available only where the robbit has last picked up a drop. If I want to use the pickup mode elsewhere, I have to break the robbit's charge pad to clear out the latest pickup point in its memory, otherwise it will attempt to teleport away back to the latest pickup point (except between dimensions).
- It seems the issue is per-dimension. Changing dimensions clears the latest pickup point and the following+pickup mode will work again until the robbit picks up an item, and the issue described above repeats.