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

¿Nothing have items.xml patch 8.6?

Eduardo170

Well-Known Member
Joined
Jan 7, 2014
Messages
422
Solutions
3
Reaction score
66
Location
Caracas, Venezuela
Hello community, Nothing have items.xml patch 8.6 with all items working for 0.4?.

I have a items.xml but he finished in
Code:
<item id="11393" name="lucky clover amulet">
        <attribute key="description" value="It is rumoured to bring you good luck! Luck sponsored by TibiaLottery."/>
        <attribute key="weight" value="150"/>
        <attribute key="slotType" value="necklace"/>
    </item>
While others finished in.
Code:
<item id="12660" name="trashed draken boots"> 
        <attribute key="description" value="They will expire within a short time, sell them back to Esrik before they do."/>     
         <attribute key="weight" value="2500"/>
</item>
 
Back
Top