Autoangler and BGBuddy problem
Both bots work perfectly fine, however Autoangler equips my fishing rod - but doesn't put my weapon back on when it enters the BG.
Therefor i'm running around with my Kalu'ak fishing rod while in BG's which isn't a good solution.
Can i solve this easily by preventing Autoangler from equipping my fishing rod - and if so, how?
Cheers
The problem is in Mixed mode.
Anglers Fishing Raft for water walking
Sharpened Tuskarr Spear
Surface Trot For water Walking
Don't Equip Rod option
Did download HB and AA again.I just added the AutoAngler2 folder over again and used svn on it.. then it worked![]()
Did download HB and AA again.
Unziped both.
Put AA into the bots folder of HB.
But there is no AA Bot available.
It would be awesome if you are able to add the use of the fishing raft.Anglers Fishing Raft - Item - World of Warcraft
I might be wrong but I think current logic will only equip a pole if there is one in bags, if not then it just fishes without one. At least this is what I intended. I do plan to add the new water walking abilities added in MOP after I get my 5 man team to level 90. I've been slacking on leveling. more focused on scripting dungeons atm.I have no idea how to fix this issue, but with the new thing that you don't have to have the rod equipped anymore the solution would be for AA2 to no longer equip the rod, I'm been following this post hoping that the be some changes to the bot to add the new spells and not equip the rod or have the option in setting.
but it still says applying weather beaten blah blah blah but just doesn't do anything when it says it, and continues to cast. I would like to get the 5 fishing off the hat and still use a bobber. I know its only 5 but i am barely getting buy fishing in some areas.// Weather-Beaten Fishing Hat
WoWItem head = _me.Inventory.GetItemBySlot((uint) WoWEquipSlot.Head);
if (head != null && head.Entry == 33820)
{
AutoAngler.Instance.Log("Appling Weather-Beaten Fishing Hat to fishing pole");
Utils.UseItemByID(33820);
return true;
}
Is there any plugin or way to make the bot NOT mail the lures away?
thanks for an excellent bot-base btw.
I'm not quite sure if you already have it on your todo list, but with the anglers there is a raft that can be used "water walk" for
here my solution
replace ur "HonnorBuddy/Bots/autoangler2/WaterWalking.cs"