• 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!

Depot choose town dont work

you need to go inside the RME (in the top) Map > Edit Town, and then add the town, once you done that, Save it and restart rme then u can pick the cities.
 
By the looks of it the map editor doesn't register it as a depot box. It only shows the item ID and not the name like mine. Go into your items.xml in the RME map editor folder find the item ID '2591' and if it doesn't come up with anything add this
Code:
	<item id="2591" article="a" name="locker">
		<attribute key="type" value="depot"/>
		<attribute key="containerSize" value="30"/>
	</item>
Hopefully that helps.
 
when i did do that in items.xml it did say could not load items.xml (syntax error?) and when i removed the locker from the items.xml it's still could not load items.xml
 
Back
Top