Some Errors in flyff server.

05/06/2020 21:51 Wezzy_Dev#1
Is there any one know what is this error and any idea on how to fix this if this error is harmful?
05/06/2020 23:09 Execrate#2
Quote:
Originally Posted by Wezzy_Dev View Post
Is there any one know what is this error and any idea on how to fix this if this error is harmful?
Code:
CMover::DecExperiencePercent
You can find the error in here and why it happens faster then asking others to do exactly the same thing for you. :rollsafe:
05/07/2020 05:47 Wezzy_Dev#3
Quote:
Originally Posted by Execrate View Post
Code:
CMover::DecExperiencePercent
You can find the error in here and why it happens faster then asking others to do exactly the same thing for you. :rollsafe:
I all ready search it the error is °æÇèÄ¡°¡ ÀÌ»óÇÏ°Ô ±ðÀÓ. i din't understand it an i have no idea that's why i ask i will never ask if i know and if i already try to read the error behind it.
05/08/2020 04:59 xTwiLightx#4
Open the files in a editor capable of different encodings (Visual Studio Code rules btw) and choose EUC-KR - boom, you can read the korean characters and throw them into a translator.

The message says something like "Experience has been cut oddly" - read the code and understand what might be wrong.