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

Easy question... creating a new backpack/container

Darted450

New Member
Joined
Apr 28, 2014
Messages
54
Reaction score
1
I took the item 9076 and added it to items.xml (wasn't in the list)


Code:
    <item id="9076" article="a" name="greyish bag">
        <attribute key="weight" value="800" />
        <attribute key="containerSize" value="8" />
        <attribute key="slotType" value="backpack" />
    </item>

In tibia, the item name has been changed but I can't open it as a container. It fits on the backpack slot but isn't a container.
 
You might have to add it to movements.xml aswell, I don't know really. But if it doesnt work I believe it needs source edit. But it's worth a try! :)
 
You also have to edit the attributes in the items.obt with the item editor, for example in most of the avaliable items.obt out there the war backpack is writeable you have to change it into a container and thats pretty much it
you don't have to add it to movements i think. I hope it helps you even thou its been 2 years ago hahaha
 
Back
Top