What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

Fishing broken?

WileE91

Member
Joined
Jan 15, 2010
Messages
145
Reaction score
1
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.
 
I think Blizzard changed the Blobber ... but i can confirm this, it doesnt work.
 
they are correct, anything that uses or needs fishing is not working. will cast but then it just times out and recasts.
 
WoWScrnShot_060313_113810.webp Well I dont know if Im allowed to post other bot here
 
Last edited:
well im running autoangler with profile from here along side with another bot
 
report it under AA2 thread plz
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.
 
Back
Top