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

Solved depot bug

You need to wait 24 hours to post after yourself in a thread, so you just broke the rules 6 times in 3 hours.

If you ask for help for your server, always post your server version and information that is needed such as scripts.
Post how it's added in items.xml.
 
here depot xml

Code:
<item id="2589" article="a" name="locker">
        <attribute key="type" value="depot"/>
        <attribute key="containerSize" value="30"/>
    </item>
 
but i dont find items id 2589

Code:
id="2590" article="a" name="locker">
        <attribute key="type" value="depot" />
        <attribute key="containerSize" value="30" />
    </item>

Code:
item id="2592" article="a" name="locker">
        <attribute key="type" value="depot" />
        <attribute key="containerSize" value="30" />

Code:
<item id="2591" article="a" name="locker">
        <attribute key="type" value="depot" />
        <attribute key="containerSize" value="30" />
    </item>
</item>
 
Back
Top