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

Same Sprite, New Item

freber120

New Member
Joined
Dec 9, 2009
Messages
11
Reaction score
0
How do you make a new item, using the same sprite, but not getting rid of the original items.. For example

If I want to make a new backpack, with a different name and volume, using the brown backpack, how can i make that, but keep the normal brown backpack still ingame?
 
126194379653.png


After that you only need to add it in items.xml
 
find item you want to copy and then click guess what? yes! copy item! its easiest method for me(to find what cid you need to set you still have to find the item you want to copy so...)
 
I got it to bring it into the game, but it has no name, and only has 8 slots.
the items.xml for it says

<item id="10550" name="extended backpack"/>
<attribute key="weight" value="1800"/>
<attribute key="containerSize" value="32"/>
<attribute key="slotType" value="backpack"/>
</item>

but the ingame item says
16:15 You see an item of type 10550, please report it to gamemaster (Vol:8).
ItemID: [10550].
Position: [X: 273] [Y: 232] [Z: 7].
 
Last edited:
Back
Top