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

Creating a new container...

n3o

New Member
Joined
Feb 7, 2009
Messages
2
Reaction score
0
This is going to sound totally silly, but it's something I want to do.

I want to edit a certain armor to be a container as well. To have pockets. But I copied everything from a backpack in the items.xml to

Code:
	<item id="2652" article="a" name="green tunic">
		<attribute key="weight" value="930"/>
		<attribute key="armor" value="1"/>
		<attribute key="containerSize" value="20"/>

		<attribute key="slotType" value="body"/>
	</item>

But it doesn't work. :\ Any help would be appreciated
 
Back
Top