There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!
You could overlay the old map unto the new map, and look for any specific changes with specific itemids (are you looking for improperly placed MPAs/DSM/SoV/etc?, then that could help, otherwise, or you could also make an implementation into otbmloader.cpp where it loads both maps and prints the differences found.
Never heard about something like that, the "best" way would be to do a source edit and add another function to compare them and display them in a list.
Never heard about something like that, the "best" way would be to do a source edit and add another function to compare them and display them in a list.
Ditto that. You could also import the map and look for any differences in the map per relevant itemids. You could either source edit this into RME or the OTS tbh.
You could overlay the old map unto the new map, and look for any specific changes with specific itemids (are you looking for improperly placed MPAs/DSM/SoV/etc?, then that could help, otherwise, or you could also make an implementation into otbmloader.cpp where it loads both maps and prints the differences found.