Add auto(200) on top of it.
Printable View
Yeah, that was my bad it should have been:
local capToDrop = 40 -- cap to drop the fish
auto(200,500)
if $cap < capToDrop and itemcount('fish') >= 1 then
moveitems('fish', 'ground')
end
thanks, guys!
the problem now is when the fishes doesnt comes anymore. so i have to move "manual" to another place.
something to solve this problem?
i want a way 100% AFK.
thanks.
i tried and it keep doesnt standing for a few minutes on the spot.