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

Help to Fix Depot

depends what server version you're using
you should always post it when creating a thread, read the rules
 
And what is the expected result? To me it seems quite right for Tibia 7.7. Just post a screenshot or an explanation how it should look like and you'll get your fix.
 
but, i didn't see it in depot of my others servers 7.7... i just want remove the mailbox of my depot and fix the slot like a last screenshot
 
Right. So here you go:

in depotlocker.cpp, line 25, change this:
Code:
Container(type, 2), depotId(0) {}
to this:
Code:
Container(type, 30), depotId(0) {}

and in player.cpp, line 703, comment out this (or just remove that line):
Code:
depotLocker->internalAddThing(inbox);

I didn't test it, but this should work. Though you need to keep in mind that there will be no way for your players to receive any parcels and letter I'm afraid. But well, this is what you asked for, so here you go, no mailbox, 30 "slots" in depot locker.
 
Back
Top