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

how create a new backpack with new id?

beenii

Well-Known Member
Joined
Jul 26, 2010
Messages
586
Solutions
1
Reaction score
58
i try edit on item editor, try add on movements.xml
on items.xml add attribute container and slot backpack xD!

have any idea for create new backpack with any ID item!
 
new item bro, for example demon helmet add slots of backpack is one example i have other id this ITEM ID 9075
 
You must edit this item in dat editor : 2lu2aew.jpg
Just select container and after this edit items.xml.
Code:
	<item id="2493" article="a" name="demon helmet">
		<attribute key="description" value="You hear an evil whispering from the inside."/>
		<attribute key="weight" value="2950"/>
		<attribute key="armor" value="10"/>
		<attribute key="containerSize" value="20"/>
		<attribute key="slotType" value="head"/>
 
Back
Top