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

large backpack

zomb

New Member
Joined
Jan 23, 2010
Messages
24
Reaction score
2
Hi,
I create item:
Code:
<item id="9774" article="a" name="large backpack">
		<attribute key="weight" value="5400" />
		<attribute key="containerSize" value="60" />
		<attribute key="slotType" value="backpack" />
	</item>

Backpack has a 60 'seats', visible places is 60, and can only see the items in 36 boxes, when I give more than 36, they are in a backpack, but do not see them.
Please help.
 
Cykotitan is right, client limits visible slots to 36, you can't edit it unless you will use custom client.
 
Back
Top