OK I have figured out my bug. It is ascii and US client related.
When I load the ascii map this is part of the console...
Code:
Info: Loading map m008_006(ascii) on path C:/Users/user/Documents/Rappelz Private Server/Download Center/Tools/MapEditor/Resource
Info: Loading minimap version 1.
Warning: Missing file C:/Users/user/Documents/Rappelz Private Server/Download Center/Tools/MapEditor/Resource/jpg/m008_006(ascii)_15_7.jpg.
Warning: Missing file C:/Users/user/Documents/Rappelz Private Server/Download Center/Tools/MapEditor/Resource/jpg/m008_006(ascii)_15_8.jpg.
Warning: Missing file C:/Users/user/Documents/Rappelz Private Server/Download Center/Tools/MapEditor/Resource/jpg/m008_006(ascii)_15_9.jpg.
Warning: Missing file C:/Users/user/Documents/Rappelz Private Server/Download Center/Tools/MapEditor/Resource/jpg/m008_006(ascii)_15_10.jpg.
Warning: Missing file C:/Users/user/Documents/Rappelz Private Server/Download Center/Tools/MapEditor/Resource/jpg/m008_006(ascii)_15_11.jpg.
Warning: Missing file C:/Users/user/Documents/Rappelz Private Server/Download Center/Tools/MapEditor/Resource/jpg/m008_006(ascii)_15_12.jpg.
Warning: Missing file C:/Users/user/Documents/Rappelz Private Server/Download Center/Tools/MapEditor/Resource/jpg/m008_006(ascii)_15_13.jpg.
Warning: Missing file C:/Users/user/Documents/Rappelz Private Server/Download Center/Tools/MapEditor/Resource/jpg/m008_006(ascii)_15_14.jpg.
Warning: Missing file C:/Users/user/Documents/Rappelz Private Server/Download Center/Tools/MapEditor/Resource/jpg/m008_006(ascii)_15_15.jpg.
Info: Loading terrainpropinfo.cfg...
Info: Loading terraintextureinfo.cfg...
Info: Loading C:/Users/user/Documents/Rappelz Private Server/Download Center/Tools/MapEditor/Resource/nfa/m008_006(ascii).nfa...
Warning: Missing file C:/Users/user/Documents/Rappelz Private Server/Download Center/Tools/MapEditor/Resource/nfc/m008_006(ascii).nfc.
Warning: Missing file C:/Users/user/Documents/Rappelz Private Server/Download Center/Tools/MapEditor/Resource/nfe/m008_006(ascii).nfe.
Warning: Missing file C:/Users/user/Documents/Rappelz Private Server/Download Center/Tools/MapEditor/Resource/nfl/m008_006(ascii).nfl.
Info: Loading C:/Users/user/Documents/Rappelz Private Server/Download Center/Tools/MapEditor/Resource/nfm/m008_006(ascii).nfm...
Info: NFM version 22.
Warning: Missing file C:/Users/user/Documents/Rappelz Private Server/Download Center/Tools/MapEditor/Resource/nfp/m008_006(ascii).nfp.
Info: Loading C:/Users/user/Documents/Rappelz Private Server/Download Center/Tools/MapEditor/Resource/nfs/m008_006(ascii).nfs...
Info: NFS version 2.
Warning: Missing file C:/Users/user/Documents/Rappelz Private Server/Download Center/Tools/MapEditor/Resource/nfw/m008_006(ascii).nfw.
Warning: Missing file C:/Users/user/Documents/Rappelz Private Server/Download Center/Tools/MapEditor/Resource/pvs/m008_006(ascii).pvs.
Info: Loading C:/Users/user/Documents/Rappelz Private Server/Download Center/Tools/MapEditor/Resource/qpf/m008_006(ascii).qpf...
Info: QPF version 3.
Info: Map loading completed
As you can see it tries to load jpg files named m008_006(ascii)_15_15.jpg, but ascii jpg files are named...v256_m008_006_2_2(ascii).jpg
You see they still have the v256 and also the ascii is appended last in the file name while the program appends it before the coordinates _15_15
Then it complains it is missing ascii extension files because not all the map files are in ascii in US client but all the jpg are.
So if I load normal non ascii it still fails to load jpg files because i have no regularly named jpg files like...v256_m008_006_2_2.jpg I would have to rename them all and then rename them again after edits. Yet it has less failures on the map file loading because more of those are normally named.
It is a lot to fix but for now I can try to mass rename files in order to work around it I suppose.