Introduction - If you have any usage issues, please Google them yourself
Notice: This is very old code, made when I first learned to program. However, it still works for all current DMaps.
This program reads a DMap file (From Conquer Online) and stores it into a 2d boolean array as coords[x][y]. The DMap class then provides a simple interface to check if a coordinate is valid or invalid.