Hi all anglers I was looking through the forum and spotted this post about the status of AutoAngler2, specifically regarding the use of Draenor baits. Since I really needed this feature, I decided to code it myself. I've done some testing and it seems to work quite nicely. Disclaimer: I am providing this "as is" - it works here, so it should work for you as well. If this somehow infringes the copyright of the AutoAngler2 author, then I apologize and feel free to delete my post. What it does: - Checks what zone the player is in (Gorgrond, Nagrand etc.) and tries to apply the proper bait, if you have it in your bags. (It does this even if the buff is already applied, just simpler). What it doesn't: - Does not work with Sea Scorpion bait, since this can be used in all zones, and requires you to be near coastal water to work. I don't know how to do this, but I don't really need that at the moment. I've attached the modified files here. The files edited are: AutoAngler.csproj Coroutines.Fishing.cs Coroutines.Bait.cs (new file) I will do more testing over the next days, but if you check it out, please let me know of any bugs you encounter. View attachment AutoAngler2_Bait.zip
Found a bug in the zone testing, so I am doing more changes. It works in some parts of the zones, but not all. Trying to figure out a workaround for it.
Hello, Didn't manage to make this work. Tried to fish in "Frostfire - Bones of Agurak" zone for Enormous Fire Ammonite meta achievement but bot doesn't apply bait. Config: Paste your 3 files into AutoAngler directory and erase when asked.
@k4ne looks like your using the AutoAngler that comes with Honnerbuddy.. You need to remove it from your Bots folder and place this one, else the 'stock' one will overwrite the altered version. @klepp0906 and @TaipanQLD what is not working? Logging? As this is the best version around (I think), I improved a bit on this one, as I was noticing some Draenor items where not supported in this version. Added support for; - Nat's Drinking Hat - Draenic Fishing Pole - Bladebone Hook (Optional) - Dit try to add support for Draenic Water Walking Elixir, not tested and it is depending on WaterWalk Aura type definitions provided by Honnerbuddy. It is using the Nat's pole/hat before using any lure out of your bags, first the pole then the had (Pole lure is +200, Had lure is +150 fishing skill). As both the pole and hat have a 10minute lure and a 20sec CD, they will be used in turns. Of you want to use the Tentacled Hat (+100 +Lure) instead of Nat's Drinking Hat (+160 no lure) just don't put it in your bags and don't waste your Coin in buying it from Nat. Credit’s go to the original developer and TreachX, this is just a hack to improve on an little. View attachment AutoAngler2LTR.zip My first programming work for Honnerbuddy, because I did think it was needed and I like to share, 2 hours this evening , spare me the comments, but feel free to leave suggestions.
Compiler Error: d:\downloads\honorbuddy\honorbuddy 2.5.15092.821\bots\autoangler2\mainform.designer.cs(117,38) : error CS0234: The type or namespace name 'Integration' does not exist in the namespace 'System.Windows.Forms' (are you missing an assembly reference?) When I open, there was an error message. How to solve?