tiemonl / Bit-Heroes-Fishing-Bot

Fisher program that automates the fishing task in Bit Heroes
GNU General Public License v3.0
27 stars 11 forks source link

Doesn't cast the bait #41

Open ghost opened 5 years ago

ghost commented 5 years ago

When i start fish bot, its stop. "CAST" button doesn't press.

Steps to reproduce the behavior, i.e:

  1. Go to BH screen
  2. Start the fish bot java -jar bh-fisher.jar 10
  3. "START" button is found, but doesn't cast

Fingerling.

image

linux, firefox (zoom is 100%)

I think, the problem in the GetPixelColor method.

tiemonl commented 4 years ago

GetPixelColor isn't the issue, it's color profiles... different versions of linux/mac have slight tweaks to colors so not all colors match what i'm looking for. I'm searching for a pixel perfect RGB match, That's a 1 in 16,777,216 color combinations. I'm going to make a config folder with different colors and try each one until I get a match. That might alleviate some of the issues hopefully.

tanghaitao2019 commented 4 years ago

It will be great if this bot support android or ios.

tiemonl commented 4 years ago

It will be great if this bot support android or ios.

Due to phone limitations, this is not possible.