From c01cd65685d4d174d5363d4b76be81379b44e303 Mon Sep 17 00:00:00 2001 From: Oles Geras <26541518+olesgeras@users.noreply.github.com> Date: Tue, 12 Jul 2022 21:09:07 +0300 Subject: [PATCH 1/3] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8b22d9a..d2e0868 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@
GitHub package.json version [![GitHub license](https://img.shields.io/github/license/olesgeras/AutoFish)](https://github.com/olesgeras/AutoFish/blob/4c5f0fdb5af0f1378f3318d563c5738fa7580e2f/LICENSE) - +
@@ -30,7 +30,7 @@ A fishing bot for World of Warcraft, wrapped in [Electron](https://github.com/el - Custom window suppport. - Convoluted automation (random sleep, random reaction, random sleep after catching, random mouse speed/curvature, random click on the bobber, random bobber highlighting) -For more detailed review you can watch [AutoFish 1.0](https://www.youtube.com/watch?v=e0D5dBptQUg&ab_channel=olesgeras) and [AutoFish 1.1](https://youtu.be/o1i_cgZzuHc). +For more detailed review you can watch [AutoFish 1.8](https://youtu.be/P_kXGEzI1mo) This is so called "pixel bot", it doesn't change anything in the processes memory nor use any vision libraries like OpenCV, it uses a simpler solution: it analyzes the window of the game for condensed red colors and then sticks to them checking the area for changes. It moves with the bobber while the bobber slowly wobbles, but when the bobber is jerked, it clicks on it and catches the fish. From 6ba398aea30b831a1468cc01a0af5d4cbe0dc633 Mon Sep 17 00:00:00 2001 From: Oles Geras <26541518+olesgeras@users.noreply.github.com> Date: Wed, 13 Jul 2022 18:22:49 +0300 Subject: [PATCH 2/3] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d2e0868..4cdbff4 100644 --- a/README.md +++ b/README.md @@ -100,7 +100,7 @@ The bot was tested only with default UI and with default UI scale, without any a 10. Don't use your keyboard and mouse while the bot is working. 11. You can press **'space'** to **stop the bot**. -**Additional:** +**Additional info/known issues:** - If the bot can't find a bobber, decrease "Threshold" value. (e.g. 60 -> 40) - If the bot can't pass the preliminary checks for red colors, increase "Threshold" value (e.g. 60 -> 80) @@ -111,6 +111,7 @@ The bot was tested only with default UI and with default UI scale, without any a - Don't use **Like a human** option if you use more than one window: because of the slow mouse movement some of the bots might not catch up. - Don't fish near other players, the bot might confuse their bobber for yours. - You can turn off all the "sleeping" and random values to make the bot work 2-3 times faster. +- If the bot finds the first bobber but then can't do the same with the rest of casts, it might be because the bot processes the image too fast and the bobber can't appear in time - to get around it increase cast animation delay (especially useful if you don't use **Like a human** option). ## Fishing Zone :dart: From dd07c1d190847ec256912d9286a93414e5f6ffa1 Mon Sep 17 00:00:00 2001 From: Oles Geras <26541518+olesgeras@users.noreply.github.com> Date: Thu, 14 Jul 2022 21:49:22 +0300 Subject: [PATCH 3/3] firestorm tests --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4cdbff4..ecd9879 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,7 @@ The bot was tested on official servers: - **Classic TBC** Also on unofficial servers: +- **Shadowlands**: firestorm-servers.com - **MoP**: stormforge.gg - **Cataclysm**: apollo-wow.com - **WoTLK**: warmane.com