Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

Sign up now!

Resolved Interacting with ring on ground

Joined
Aug 25, 2017
Messages
270
Might be similar to Bug - Interacting with GroundItem

My bot loots everything fine, except emerald rings(might be other rings, too).

Camera is pitched to overhead and it goes through all the motions like it is picking the item up, but does not seem to click on it.

It's probably because rings are a smaller clickable area, but not sure.

The location of the ring does not seem to matter. It seems to happen anywhere an emerald ring is dropped.

code is:
Code:
GroundItem.interact("Take");
 
Joined
Aug 25, 2017
Messages
270
Yeah. I was going to message you about it last night because I noticed my log no longer shows failed pickup attempts.
 
Engineer
Joined
Jul 28, 2013
Messages
2,776
Awesome I'm glad to hear it, I spent a considerable amount of time (and so did several others) reworking the point selection and containment checks so I was hoping it would fix it. So just to confirm, it's fixed as far as I should be concerned, as in it rarely will miss click/fail to click these small objects now?
 
Joined
Aug 25, 2017
Messages
270
It seems completely fixed.

I set my logs to write when it has failed to pick up an item 8x in a row. Since yesterday, my logs are empty of that warning. That's probably around 8 hours of running, so I believe it is fixed. I'll let you know if it happens again, but as far as I'm concerned, it is completely fixed. Jellies was a big problem before and I've had 1-2 Jelly tasks since yesterday without the problem being logged.

Thanks a lot for all your work and others. If I ever get advanced enough to assist, I'll give back all I can.
 
Top