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

Items.xml - VALUE

You could check out the items.xml in the data/items folder for some examples.

Brief examples would be:

Code:
<attribute key="slotType" value="backpack"/>
<attribute key="slotType" value="ammo"/>
<attribute key="slotType" value="neck"/>
 
You can look in items.cpp under slottype.
From what I found in 0.3.6.
head, body, legs, feet, backpack, two-handed, necklace, ring, ammo, hand.
 
Back
Top