[Request] Flyff Patcher

03/24/2019 22:26 DuckiPlz#1
So I'm looking for a Flyff Patcher for my V15 PServer, I saw someone posted a C++ project for a patcher but I cant seem to get it to work, Anyone have a blank patcher that I can edit to make my own, or a more simple C++ patcher project.

Thanks! Any advice is helpful!

- DuckiPlz
03/25/2019 00:55 Timelimits#2
almost all source files I know come with a working patcher located inside the source/PatchClient/versioncommon.h most declare it under the const int PATCH_VERSION = 21
shouldn't be to hard to figure out.... the defines are rather straightforward enough just run the .sln and change what you need to and re-compile.

good luck?