
On the main page click the orange configuration button, then change the 'Watch Feather' combo from Red to 'Blue' Lava is red making it impossible to see the red feather, so you need to switch to the blue feather. To get the 'Fire Ammonite Angler' achievement you need to fish in Lava. Sometimes you may need to adjust the colour parameters for the bobber finder, such as during evening time or if there is a lot of red in the landscape.If you need it windowed then I suggest you look at the code in this fork: So it probably won't work well if you only have one screen. It requires that WOW is running Full screen (not windowed) on the primary screen.
Fish at close to ground level as you can, not off docks or other high places. Make sure the fishing float is in the middle of the screen. Zoom in completely so your character is not visible. Put the cast fishing Button on poistion 4 of your Action Bar. Turn off Click to move (Esc, Interface Options, Mouse, Uncheck Click to move). Enable 'Autoloot' (Esc, Interface Options, Controls, Check Autoloot). You should now have C:\FishingFun\Source\bin\Debug\powershell.exe which you can run outside of visual studio. If you want run a version without a GUI you need to set the startup project in visual studio to FishingFun.Console by right clicking on the project in the Solution Explorer and choosing 'Set as startup project', then build (F6). Once it has built you can run it without visual studio by navigating with File Explorer to folder C:\FishingFun\Source\bin\Debug and run by double clicking on Chrome.exe Alternatively use F5 or menu 'Debug -> Start Debugging'. Once loaded click the Start button, this should build and run the project FishingFun.UI. Build and run the Botĭouble click on the solution file to open it: "C:\FishingFun\source\FishingFun.sln", or open it from visual studio. Requires: Dot net framework 4.7, this should automatically be installed with visual studio. Here is a video which shows installation (note you don't need python). You will need to install Visual Studio, get it here: use Community 2019 or later. I am going to refer to this folder from now on, so just substitute your own folder path. Put the contents of the repo into a folder. The mechanics of fishing involve casting your line into in-land or sea waters and then waiting up to 30 seconds for a bite, then clicking to loot within a couple of seconds to catch the fish. You can also gain achievements through fishing. Why Fish ?įishing is a way to catch fish which can be used to cook food, which is used to heal or increase the stats of your character.
This article describes the bot that I wrote for fun and the problems I solved to make it work.
In World of Warcraft, Fishing is a time consuming task which is simple and so lends itself to automation very well.