Code:
Module.New('Auto Fisher', function(module)
if (Self.Cap() > 10 and Self.ItemCount("worm") >= 1) then
for a=-7,7 do
p=Self.Position()
for b=-5,5 do
if (Self.Cap() > 35) then
if(table.isStrIn({4597,4598,4599,4600,4601,4602},getTileUseID(p.x+a,p.y+b,p.z).id))then
selfUseItemWithGround(3483,p.x+a,p.y+b,p.z)
module:Delay(100)
end
end
end
end
end
end)