02-06-2023, 03:01 AM
Fixed once again, my mistake!
|
Detect itemID on screen and press it
|
|
02-06-2023, 03:01 AM
Fixed once again, my mistake!
02-06-2023, 08:55 AM
Works now thanks <3
02-06-2023, 07:24 PM
sometimes (more than often) the cavebot is running away from the node still maybe it would be better with an action? please help
02-06-2023, 09:37 PM
Hello. Can you record a GIF reproducing it? I'm not sure how it happens and which script you are using...
02-14-2025, 09:58 PM
(This post was last modified: 02-14-2025, 10:01 PM by dennisowned.)
if i use a script while i mining, he just use 1x mining and run to next wayPoint (the first script)
The Second script dosent even work :/ maybe i do something wrong dont know could you help me Please? I want to, make waypoints, go this waypoint -> Search for mining, finish mining, Than go to the next way point, next way point, Than search for mining action use it till its done and repeat
02-16-2025, 10:27 PM
Hello.
The first waypoint is the correct one for you! About the first waypoint, it searches for a spot with one of listed items and sticky using there. So it doesn't tries more places, just a single place. It's likely that it changes the id when you use the first time and the id is not listed anymore (you had success or so) and finishes the script, because it doesn't try on all places. If you wanna search for every location that has the listed ids and use all then just remove the line: if flag thenSo it will be like this: local ITEMS = { 1234, 4321 }The second script looks for listed items on the same location of your current waypoint. So if you use it on Action waypoint, that will be the location where you created the Action waypoint.
02-17-2025, 07:36 PM
but if i "create" a action on cavebot, he ignores it because he dont use it or something
and if i make a persistents, he run to it, mine for 1sec and run away to next waypoint, i tried manythings 1. maybe im to dumb 2. i dont know what to do lol |