FinalDoom / FFXI-FishingForm

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

Skill up Hang #80

Open FinalDoom opened 11 years ago

FinalDoom commented 11 years ago

Original report by Anonymous.


Program hangs when a skillup is achieved and repeatedly says items in the chatlog (floods). Started occurring after a dualbox was set up.

FinalDoom commented 11 years ago

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


This has to do with how gigantic your UI is or how small your window is. The logic is not designed to handle skillup notifications that span multiple lines, as it's usually short enough to fit on one line. The skillup calculations happen in the chat log parsing function, if anyone wants to go in and fix it.