FinalDoom / FFXI-FishingForm

C# GUI for automated fishing in Final Fantasy XI.
3 stars 2 forks source link

#99: Reels fish in before health is gone #99

Closed FinalDoom closed 10 years ago

FinalDoom commented 10 years ago

Original report by Anonymous.


I have noticed that most of the time the health bar of the fish in the program is all the way gone but the health in game isn't. I do not have the kill settings on. Is there a way for me to fix this?

FinalDoom commented 10 years ago

Original comment by FinalDoom (Bitbucket: FinalDoom, GitHub: FinalDoom).


FFACE reads the fish's HP directly from memory, and the program acts accordingly. Probably your computer is older, the framerate is a bit low on FF, or the game is a little laggy, and the FF GUI isn't being updated before FishingForm sees that the HP is zero, which is not unexpected. So the Fish's HP is zero, and the server knows it is, so there's no risk.