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
Do you happen to know how to make it put the worm supreme as a priority over the weather beaten fishing hat? Or even how to disable the weather beaten fishing hat?
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
if (head != null && Utility.FishingHatIds.Contains(head.Entry))
if (head != null && Utility.FishingHatIds.Contains(head.Entry) && head.Entry != 33820)
Following the modifications by Stormchasing (see quote below), here is a version with support for baits.
It will auto select and uses the bait depending on the zone you are in.
In case you are in the Garrison, you can choose in the settings which bait to use and if the bot should use them randomly(if not... who knows what will happen ^^)
It should use the new temporary fishing pole over the others you have, it should also use as modified by Stormchasing the Tentacled Hat and Worm supreme.
Download: View attachment 152822
I don't recommend you to use this version but to wait for an official release.
Edit: I don't promise any support since it shouldn't be too long before the official release, just sharing![]()
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.doesnt seem to be applying the bait ;/
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)
yes, same problem, any one can fix it?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?
doesnt seem to be applying the bait ;/
Good to hear!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
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)