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

Attributtes doesnt work!!! why?!

Devlinn

Member
Joined
Mar 25, 2015
Messages
295
Reaction score
6
hey, why this
<item id="2470" name="golden legs">
<attribute key="weight" value="5600" />
<attribute key="armor" value="9" />
<attribute key="skillSword" value="2" />
<attribute key="slotType" value="body" />
</item>

doesn't work?
but this
<item id="2470" name="golden legs">
<attribute key="weight" value="5600" />
<attribute key="armor" value="9" />
<attribute key="skillSword" value="2" />
<attribute key="slotType" value="legs" />
</item>
work why?
can someone explain it
 
Back
Top