}
// WMO
for(int c=0; c<obj.modf.getLenght(); c++) {
// witch is our MCNK tile?
MODF_Entry ob = obj.modf.entrys[c];
MCNK field = getLocationObj(
MODF_Entry.translate(ob.getX()),
MODF_Entry.translate(ob.getY())
);
if(field==null) {
System.err.println("Object " + c + " is located too far from this map. Skipped.");
}