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

pls help

Winnerandy

Experienced Web Design'er
Joined
Oct 23, 2008
Messages
2,251
Reaction score
50
Location
Tellus.
Okey, I have this problem::

Some items, I can't wear them on the right place.. I drag for example golden armor to the armor place, is says:

You cannot dress this objeck there
 
?

Code:
<attribute key="slotType" value="body"/>

in items.xml

it's already in there: look:

<item id="2466" article="a" name="golden armor">
<attribute key="description" value="It is an enchanted armor."/>
<attribute key="weight" value="8000"/>
<attribute key="armor" value="14"/>
<attribute key="slotType" value="body"/>
</item>
 
Well, I could wear dragon robe, 8867..

<item id="8867" article="a" name="dragon robe">
<attribute key="weight" value="2850"/>
<attribute key="armor" value="12"/>
<attribute key="absorbPercentFire" value="12"/>
<attribute key="absorbPercentIce" value="-12"/>
<attribute key="slotType" value="body"/>
</item>
 
Back
Top