People, stop trying to update this old client, it's useless
the old LC Client has much more bugs then you maybe think
1. Limits:
- most of the old stuff uses 2 Byte signed int for data (attack, def, hp, mp)
this means, you cannot add Monster with more then 32768 HP...
- EVERY (*.lod, *.bin, etc.) file is static mapped in memory, this means YOU CANNOT make
files bigger then a certain limit (200 Monster/NPC for example)
2. Maps:
You can add new maps, but you will trigger the same problem with the file limit,
when you add a new map, it will overwrite another file in memory.
3. Level:
The EXP Table in the server only allow's a size of 640 Byte, that's only enough
to store lvl 1 till lvl 80, if you try more, you overwrite stuff in memory