Release version added to the post first page :rollsafe:Quote:
First of all thank you for this release.
msvcp140D.dll, ucrtbased.dll and vcruntime140D.dll are missing.
I have c++ redistributable 2015 installed and msvcp140.dll, ucrtbase.dll and vcruntime140.dll are in the correct folders.
The missing files seem to be debug versions of those DLLs so maybe compiling in Release Mode fixes the problem for all those people having problems with missing dlls.
Sorry if I'm wrong, was just an idea
Dont use x64 in the target release! Only x86. And flyff is x86 process anyway..Quote:
Hey, what version of VS have you compiled this? I'm trying to add a code snippet inside the loop to press f2(for potions) every 5 seconds and I have trouble compiliing it because vs2017 has no asm compiler in it. Please?