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

Windows Cant open boxes

check ur items.xml :p


Here is my items on my box.
<item id="1738" article="a" name="box">
<attribute key="weight" value="3500"/>
<attribute key="containerSize" value="10"/>
</item>

On crates/chest:

</item>
<item id="1739" article="a" name="crate">
<attribute key="weight" value="8000"/>
<attribute key="containerSize" value="15"/>
</item>
<item id="1740" article="a" name="chest">
<attribute key="weight" value="12000"/>
<attribute key="rotateTo" value="1748"/>
<attribute key="containerSize" value="15"/>
 
Back
Top