setup florist flyff server

Random reply and a bit late I know but keep in mind for the last part when trying to make an account using the script the password must be MD5 HASH'ed, in this case it's located in that CustomCommon.h file __NEUZ_PHASH sorry if this seems obvious to most just thought I'd mention this, other than that nice video!
 


Can you clarify which versions of Visual Studio, SDKs, and MFC are required? I tried rebuilding the solution but kept running into numerous errors. I’m using VS2022 with the Windows 10 SDK 10.0.19041.0, Platform Toolset set to Visual Studio 2017 (v141), and the C++ MFC v141 Toolset, yet I still encounter constant errors when rebuilding. It would be much easier to know exactly which versions are needed.
 
Can you clarify which versions of Visual Studio, SDKs, and MFC are required? I tried rebuilding the solution but kept running into numerous errors. I’m using VS2022 with the Windows 10 SDK 10.0.19041.0, Platform Toolset set to Visual Studio 2017 (v141), and the C++ MFC v141 Toolset, yet I still encounter constant errors when rebuilding. It would be much easier to know exactly which versions are needed.
VS22 and MFC 143 Use VS22 without change anything just VS22 with MFC 143 :)
 
1772277914339 - setup florist flyff server - RaGEZONE Forums


Im using vs2026. i have re-targeted all and clicked apply. when i try to rebuild im still getting this error. Thoughts?

Edit*
I have downloaded some mfc files. It fixed some of the errors. Now im getting this, thoughts?

1772281540636 - setup florist flyff server - RaGEZONE Forums
 
Last edited:
View attachment 296989

Im using vs2026. i have re-targeted all and clicked apply. when i try to rebuild im still getting this error. Thoughts?

Edit*
I have downloaded some mfc files. It fixed some of the errors. Now im getting this, thoughts?

View attachment 296991
if I'm not mistaken somewhere in the source it's pulling WI_WORLD_SANDBOX
probably just needs to be defined in the "defineWorld.h" within the resource, or just remove the calls within the source doubt the map is really needed if it's called sandbox

also probably should have made a thread in the help section as to not fill this tutorial thread with random issue questions.
 
Back