|
Check the encoding of your propItem.txt.txt or SpecItem.txt/propItem.txt depending on where your item names are stored.
Modern editors like VSCode like to use UTF-8 as a default which Flyff is not compatible ootb. For german, Windows-1252 should be the best choice - UTF-16 (don't know if Little or Big Endian) should work too.
Also, check which IDS_CODEPAGE your Neuz and servers use, that should match the encoding (1252 in your case).
|