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
Never happens.
This is just my 2 cents, I havent spent any time investigating it.
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();
}
This is just my 2 cents, I havent spent any time investigating it.