Releases: tiemonl/Bit-Heroes-Fishing-Bot
Auto Fisher v1.4.2
Auto Fisher v1.4.1-beta
Auto Fisher v1.4.0-beta
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
Unix Support
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 byjava -jar bh-fisher.jar <bait>
- For more information, please refer to the README in the repo.
Auto Fisher v1.2.4
- 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
Auto Fisher v1.2.2
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
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
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
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