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

Depot debuggs

Cloow

Active Member
Joined
May 10, 2010
Messages
1,086
Reaction score
35
Hello, I've been stuck on this for awhile.
Everytime I try to open my depot my client gives debugg.

Anyone knows a reason for this? Or had same problem?:rolleyes:
 
Last edited:
Code:
<item fromid="2589" toid="2592" article="a" name="locker">
		<attribute key="type" value="depot" />
		<attribute key="containerSize" value="30" />
	</item>
If you got another thing Try this

OR

if the server could be opened with 2 clients version

Try the newest Version
 
WOW! I wont get debugg no mores!

But now theres another problem.
When a player put something in the depot everyone can check it.
It's like a chest
 
<item fromid="2590" toid="2592" article="a" name="depot">
<attribute key="type" value="depot" />
<attribute key="containerSize" value="30" />
</item>
<item id="2594" article="a" name="depot chest">
<attribute key="containerSize" value="30" />
</item>

Like that ?
 
No put this

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

Code:
<item id="2594" article="a" name="depot chest">
		<attribute key="containerSize" value="30" />
	</item>
 
But if I want fromid 2590, since that my depot ID >.<

<item fromid="2590" toid="2592" article="a" name="locker">
<attribute key="type" value="depot" />
<attribute key="containerSize" value="30" />
</item>

And right under

<item id="2594" article="a" name="depot chest">
<attribute key="containerSize" value="30" />
</item>

is that right ?
 
God damn, It's still the same problem. When you put something in the depot. Everyone can take it :<
Anyways, repped you =)
 
Back
Top