Soo im fishing for the Eals in Spire of arak, but the bot wont use the [Abyssal Gulper Eel Bait] can anyone help me with that? please
well, if I comment it out, the hat will not get equipped either. I want AA2 to equip it, but not use it as lure
Sorry, misunderstood. Try this: Open Coroutines.Lure.cs and find: Code: if (head != null && Utility.FishingHatIds.Contains(head.Entry)) replace with: Code: if (head != null && Utility.FishingHatIds.Contains(head.Entry) && head.Entry != 33820)
The bot seems to be working for the current profile I'm using, but the water walking is the issue I'm having. *ironically there is someone else on the same profile clearly using the same bot that's doing the same thing right now with me LOL* So what happens is my bot will fly to the location dismount then spend about 5 seconds hooping up and down in the water before it finally decided to click levitate. The other person I'm watching doing the same thing is using the raft. Got any ideas?
More information is always useful to understand why it works for most and not for you. Check the post on the forum explaining how to share your log.
Thanks this works if you go back and delete the two // infront of // 33820, // Weather-Beaten Fishing Hat in Util.cs
The previously posted "Draenor bait-using link" base, has anyone tried it / used it, or would recommend it? Currently this is useless in Draenor unless you want to manually apply bait every 5 minutes... I'd rather AFK in my Garrison for 3 hours per day without any chance of a ban whilst fishing for Eels c: or by chance is anyone able to help me modify the current files to add Eel bait application
How do I prevent the bot from hearthing and logging out once the bags are full? I don't mind full bags because everything is sent by mail.
I had your issue, Make sure you delete the autoangler folder and replace it with https://www.thebuddyforum.com/attac...onary-fishing-bot-autoangler2-modif-deams-zip Works perfectly now
because both [Tentacled Hat] & [Worm Supreme] items have the same ID the programming seems to ignore the lure. can anyone help.