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

depo chest problem 7.6

Tchruskafka

New Member
Joined
Jul 6, 2019
Messages
8
Reaction score
0
Hello guys, its my first post here :)
I try to make small ots for me and my friends, but i got a problem with depot chest. Everthing what i do are working but not depot:( its looks like a normal chest or something like this. Whats wrong? I using remere map editor 2.1 for windows and allways when i start program i see a window (Could not load item.xml Syntax error?)
I hope someone can help me :)

I know my english is not perfect :D
Sorry :)
 
Put your items.xml of your server on the rme file, and check dp properties (city)
 
Thanks guys for trying but still doesn't work.

Please, paste here your depot, from items.xml.
And write me here your version of rme, on properties, and depot properties for check id and so on.

If still we will check source files.
 
Can you take a screenshot of how it looks? Or explain it better.
 
Add this to your items.xml.
Code:
    <item id="2591" article="a" name="locker">
        <attribute key="type" value="depot"/>
        <attribute key="containerSize" value="30"/>
    </item>
 
Add this to your items.xml.
Code:
    <item id="2591" article="a" name="locker">
        <attribute key="type" value="depot"/>
        <attribute key="containerSize" value="30"/>
    </item>
Still doesn't work :(

<item id="2589" article="a" name="locker">
<attribute key="type" value="depot"/>
<attribute key="containerSize" value="30"/>
</item>
<item id="2590" article="a" name="locker">
<attribute key="type" value="depot"/>
<attribute key="containerSize" value="30"/>
</item>
<item id="2591" article="a" name="locker">
<attribute key="type" value="depot"/>
<attribute key="containerSize" value="30"/>
</item>
<item id="2592" article="a" name="locker">
<attribute key="type" value="depot"/>
<attribute key="containerSize" value="30"/>
</item>
 
Try downloading the newer version of RME, 2.2.
 
You have so few items listed in your items.xml. Something is not right.
Maybe you should use a different datapack.
 
You have so few items listed in your items.xml. Something is not right.
Maybe you should use a different datapack.
I download yourots 0.94e 7.6. Everthing was working but when i edited map, engine stop working.
(FATAL: couldnt determine the map fomat! exiting2)
 
Is the map in OTBM format?
You might want to reinstall your RME (make sure you completely uninstall it before reinstalling it though).
 
Last edited:
I download yourots 0.94e 7.6. Everthing was working but when i edited map, engine stop working.
(FATAL: couldnt determine the map fomat! exiting2)
download the oldest version of rme, newer version is bugged for 7.6

and also add items.xml to your rme into folder 760
 
Back
Top