If you didnt already know, fishing with AA2 and MrFishIt custom behavior doesnt work. I think the reason is that WoWGameObject.AnimationState never returns 1. Snippet from AA2 Code: else if (bobber.AnimationState == 1) { _castCounter = 0; (bobber.SubObj).Use(); LootAction.WaitingForLootSW.Reset(); LootAction.WaitingForLootSW.Start(); } Never happens. This is just my 2 cents, I havent spent any time investigating it.
they are correct, anything that uses or needs fishing is not working. will cast but then it just times out and recasts.
It's been said a dozen times already Tony: It's not an AA2 issue. It's an HB core issue. The bobber animation isn't detected by HB anymore so any fishing tool (Like AA2 but also the fishing QB) is broken at the moment.