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
But it doesn't work. :\ Any help would be appreciated
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