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

Solved Ingame Items ¿BUGGED?

CuGaT92

New Member
Joined
Nov 10, 2013
Messages
18
Reaction score
1
Location
Barcelona
Hello. I'm trying some items on my server. The problem I have is that their attributes don't work. I can see defense works, but, for example ExtraMagicLevel or ExtraSpeed (for example BOH) don't works. I saw on items.xml and it's good... for example, I copy my boots item here... maybe you can help me with that problem.

<item id="2195" name="boots of haste">
<attribute key="weight" value="750" />
<attribute key="slotType" value="feet" />
<attribute key="speed" value="2000" />
<attribute key="showattributes" value="1" />
</item>

<item id="2643" name="leather boots">
<attribute key="weight" value="700" />
<attribute key="armor" value="1" />
<attribute key="slotType" value="feet" />
<attribute key="speed" value="1000" />
<attribute key="showattributes" value="1" />
</item>


BOH is ok, it makes you run faster. But why my leather boots not? Ty.
 
Back
Top