• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

RME extension request

Sometimes when u open a RME and it had custom monsters it will say this map is missing some monsters files and u should click yes or no if u clicked yes and imported the big monsters xml file all the monsters will be imported if the map is new just import them 1 by 1 :)
 
Example:

Code:
<materialsextension name="Custom creature categories (9.44)" author="NAME HERE" description="Added the custom creatures " client="9.44"> 
		<tileset name="Customs">
		<creatures>
            <creature name="Snow Soul"/>
            <creature name="Evil Tree"/>
            <creature name="Mutated Dragon"/>
            <creature name="Crystalis"/>
            <creature name="Arachne"/>
            <creature name="Skorpius"/>
		</creatures>
	</tileset>
</materialsextension>
 
Back
Top