Skip to content

Releases: tiemonl/Bit-Heroes-Fishing-Bot

Auto Fisher v1.4.2

11 Sep 21:05
b9175a2
Compare
Choose a tag to compare

Github Releases (by Release) Donate Paypal Donate Ethereum

Windows

  • Fixed the incorrect value in the RGB of a button in the java version. bh-fisher.jar will no longer hang when it misses catching a fish on Windows.

Auto Fisher v1.4.1-beta

06 Sep 23:27
a85bb95
Compare
Choose a tag to compare
Pre-release

Github Releases (by Release) Donate Paypal Donate Ethereum

Linux

  • This changes the color scheme based off of #36. I assumed Mac and Linux would have the same RGB values, but evidently they do not. The RGB values were based off Ubuntu 19.04 thanks to @guipaiva. If you are using a different distro of linux, please submit an issue and I can work on it.

Auto Fisher v1.4.0-beta

03 Sep 20:49
b6d8bab
Compare
Choose a tag to compare
Pre-release

Github Releases (by Release) Donate Paypal Donate Ethereum

Windows & UNIX

  • Kartridge is now officially supported on both systems.

Windows

  • Removed the timer/rod system. The program will now press cast as soon as it sees the casting bar is full.
  • Removed debug options. Most debug options were related to the timer to fine tune it. With the deletion of the timer system, there was no need for the debug options anymore.
  • GUI has been reworked to account for those changes.

Mac/Linux

  • Added logging to the cli tool for easier debugging in case issues arise.

Auto Fisher v1.3.0-beta

02 Sep 03:16
dc48a12
Compare
Choose a tag to compare
Pre-release

Unix Support

Github Releases (by Release) Donate

Refer to GH-29 for more information.

  • fisher-v1.2.4.exe has no changes currently.
  • bh-fisher.jar adds support for Mac and Linux. This is a CLI tool and is ran by java -jar bh-fisher.jar <bait>
    • For more information, please refer to the README in the repo.

Auto Fisher v1.2.4

10 Sep 10:53
Compare
Choose a tag to compare

Github Releases (by Release) Donate

  • Fix for windows 7 users.
    • Bot no longer hangs on a junk item catch.
    • #8 also showed that sometimes pressing space wouldn't take the user to the next screen, so I went back to a clicking system.
    • Pressing Cancel auto mode now cancels the fishing sequence immediately, rather than wait until it finishes catching the current fish.

Auto Fisher v1.2.3

26 Aug 20:51
Compare
Choose a tag to compare

Github Releases (by Release) Donate

  • Small fix for windows 7 users.
    • Added a tolerance for pixel colors as the colors weren't completely matching.

Auto Fisher v1.2.2

24 Aug 23:28
Compare
Choose a tag to compare

Github Releases (by Release) Donate

v1.2.2 brings a much better screenshot algorithm that fixes issues #4 #5 #6. The issue that my original screenshot algorithm created was that the "virtual screen" created by the screenshot when there was different resolution monitors created "empty space" in the screenshot, thus throwing off the cursor. It would also put the biggest monitor on the left side of the screenshot and then the second biggest on the right and so on if there were more monitors, thus ruining any setup not following this criteria.

This new algorithm takes individual screenshots of each screen and determines which screen the game is also being played on. Then it calculates the position the game is in from the main monitor.

I also included a donate button for anyone who wishes to help out the development effort of this. This is completely optional.

Auto Fisher v1.2.1

18 Aug 01:52
Compare
Choose a tag to compare

Github Releases (by Release)

v1.2.1 brings:

  • a new debug control "Get Times" which makes the program calculate a good timing for the currently equipped rod to maximize the amount of full casts.
  • Fixed: Rod timing debug controller
    • This is completely my fault did not realize my error until just now. I never re-initialized the rod timing value after users would manually set their own. You can see the fix here: c42cffb Sorry :(
  • Changed Legendary and Epic rod's fishing timing now that I have user data with those rods. (Should be much more accurate now)
    • To see rod timing changes go here: cb098b6

Auto Fisher v1.2.0

30 Jul 22:46
Compare
Choose a tag to compare

Github Releases (by Release)

v1.2.0 adds a debug control so that users can adjust the casting time to compensate for server lag. Time is in milliseconds and users shouldn't need to add/subtract more than 10 milliseconds to adjust the timer. Closes issue #3

Auto Fisher v1.1.0

01 Jul 14:36
Compare
Choose a tag to compare

Github Releases (by Release)

v1.1.0 brings multi monitor support so that users do not have to make sure Bit Heroes is on their main monitor. Closes issue #1