FinalDoom / FFXI-FishingForm

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

Working on Nasomi server? #108

Open FinalDoom opened 5 years ago

FinalDoom commented 5 years ago

Original report by Yeah Right (Bitbucket: Yeah Right, GitHub: bigdeal88).


I found this great program but it says im not logged in. Does this work for Nasomi server?

FinalDoom commented 5 years ago

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


It should work regardless of what server you're on, but it'll likely need an updated fface.dll. I don't know where that can be found unfortunately as it's been several years and Google isn't yielding much.

If you're seeing a message about not being able to log into the database, it'll work anyway. I'm not sure if I removed that or not since I took down the database several years ago.

Let me know if there's more I can do to help clarify or if you get it working (like where to find new fface). I don't have ffxi anymore but it'd be good to keep things usable.

FinalDoom commented 5 years ago

Original comment by BILBO (Bitbucket: BILBO, GitHub: bilbo83).


I have managed to get this to work by copying in a version of fface from another program, its from 2016 and i can get you it, however it wont do the fishing game, and after it loses the catch it freezes the character ingame.

FinalDoom commented 5 years ago

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


Sure, you can probably attach the 2016 version on here and I can add it to the repo. Sounds like it still won't get it working though.

If it's something simple I might be able to make some changes and get it working again. Would you download the DEBUG.zip release and run the debug exe? You can right click the chat log and select show debug log, and it'll give lots more info. If you can get that log when it fails to fight / freezes the character, I might be able to diagnose the issue.

I think the problem with not fighting the fish is probably because fface is too old/missing addresses. The way it used to work is it just leaves the fish on the line for a while (so it doesn't seem cheaty) and then sets the fish HP to 0, which allows you to reel it in. It didn't actually play the back and forth game. I think old code did that, but I don't recall if that was in FFACE as well, or if it was actually implemented in the fishing app. If it was in the fishing app, I can probably restore that and it might work.

FinalDoom commented 5 years ago

Original comment by BILBO (Bitbucket: BILBO, GitHub: bilbo83).


here are the 2 fface files i got that allow the bot to somewhat work

FFACETools.zip

FinalDoom commented 5 years ago

Original comment by BILBO (Bitbucket: BILBO, GitHub: bilbo83).


FFACE.zip