I saw that area of the code as well, It seems to find any item in your bags with the name Fishing Pole, organize them in desending order of Item Level and pick the highest level one. So you will always have the Mastercraft pole equip if it's in your bag. The Fishing pole you fish up that has +200 (Ephemeral Fishing Pole) is only a Item Level 15. So I suppose I will bank my Mastercraft Kalu'ak Fishing Pole until my Ephemeral Fishing Pole expires. Recoding that section to look for the Fishing Skill Bonus (or have an actual list of poles to pick from) is beyond my capabilities.
All it does is spamming "you cannot use this here" in client. Doesnt equip anything and mousecursor is blinking.
I either get the pulsing issue: Or all that happens is I mount up and I just stand there. No fishing is happening. It's getting slightly frustrating and I would appreciate any help. Thanks! View attachment 67440 2014-12-06 12.45.txt
Do you have a fishing pole? Do you have pool fishing turned off? Looks like you are trying to fish in your garrison and it's saying it can't generate a path. Turn off water walking, the new Oralius or WTFever crystal that gives 200 to all states = more powerful spell. If you happen to have a water walking potion (you have water walking set to true) it will just try to put it on and fail, for 10 minutes if your like my wife. If you don't have a fishing pole, the bot won't have one to equip, and it wants one, get one! I recommend turning avoid Lava on also, Lava isn't a joke anymore.
An official update on this would be great, seeing as just about all other wow bots on the market have fishing built in.
Just to notice you that a bot compatible with AutoAngler as Mixed mode : https://www.thebuddyforum.com/honorbuddy-forum/botbases/190750-bot-garrisonbuddy.html
I already have the plugin to use bait that i want, and that works great. But i edited one file in the auto angler folder to apply lures "Coroutines.Lure.cs" as instructed by another poster on this thread and it still doesnt apply lures. Can some post the files they had to edit to get lures to apply correctly? also, If you have the edited files to use the best fishing pole in your inventory and hat (if you have one, mine only has 1 day duration left on it), that would be awesome. thanks
It works well, but still need to be improved. When fishing in draenor you got chance to get fishing hats, fishing pole, +100 lures and +200 lures. I shall always use the best fishing equipments and lures. for example, currently it only use +100 lures while the +200 lures are in bags. you could provide switch to user for how to use all lures that increasing fishing skill when they are in bags. for example there are +50 +100 +200, three kinds of lures are in bags, give user options use them from best to lowest or from lowest to best. and also provide all existing lures list in WOW and configure them use it or not.
I was having same problem. I still get errors but removing water walking did reduce the pulsing problem to where I can actually catch fish. (path of frost in my case. Dunno why that would cause so many problems...
Can we get an official update on lures hats poles please..i edited the file but i dont like the red error messages in the buddy log and what not, id prefer the writer of this nice bot update it so i know im using it properly.
Please add +200 lure Code: {118391, "Worm Supreme"}, to Lures Dictionary in Coroutines.Lure.cs Thanks for great bot base
Code: Compiler Error: c:\WoW-Tools\HB_WoD\Bots\autoangler2\Coroutines.Fishing.cs(88,56) : error CS0103: The name 'FilletFish' does not exist in the current context View attachment 9036 2015-03-22 16.17.txt
same error... perhaps it is because filet is mispelled in the 'FilletFish' ? View attachment 446912 2015-03-22 16.50.txt
I replace string #88 in file Coroutines.Fishing.cs (88,56): Code: if (await Applylure() || await ApplyBait() || await FilletFish()) with that Code: if (await Applylure() || await ApplyBait()) works for me